linux_dsm_epyc7002/drivers/media/platform
Lad, Prabhakar baa29837a7 [media] media: davinci: vpbe: fix build warning
Warnings were generated because of the following commit changed data type for
address pointer
195bbca ARM: 7500/1: io: avoid writeback addressing modes for __raw_ accessors
add  __iomem annotation to fix following warnings
drivers/media/platform/davinci/vpbe_osd.c: In function ‘osd_read’:
drivers/media/platform/davinci/vpbe_osd.c:49:2: warning: passing
 argument 1 of ‘__raw_readl’ makes pointer from integer without a cast [enabled by default]
arch/arm/include/asm/io.h:104:19: note: expected ‘const volatile
 void *’ but argument is of type ‘long unsigned int’
This patch stores the ioremap_nocache() returned address in a
void __iomem * instead of a unsigned long and passes the same to
readl/writel functions which fixes the above warnings.

Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-11-21 13:53:28 -02:00
..
blackfin [media] media/bfin: use module_platform_driver macro 2012-10-27 11:33:50 -02:00
davinci [media] media: davinci: vpbe: fix build warning 2012-11-21 13:53:28 -02:00
exynos-gsc [media] exynos-gsc: fix variable type in gsc_m2m_device_run() 2012-10-25 14:40:59 -02:00
marvell-ccic
omap [media] omap_vout: Set DSS overlay_info only if paddr is non zero 2012-10-27 09:03:24 -02:00
omap3isp [media] siano: fix build with allmodconfig 2012-11-13 11:15:38 -02:00
s5p-fimc [media] s5p-fimc: Add missing new line character 2012-10-25 14:43:27 -02:00
s5p-g2d
s5p-jpeg
s5p-mfc [media] s5p-mfc: Make 'clk_ref' static in s5p_mfc_pm.c 2012-10-25 14:38:14 -02:00
s5p-tv [media] s5p-tv: don't include linux/version.h in mixer_video.c 2012-10-25 14:42:42 -02:00
soc_camera [media] soc_camera: ret is never used. get rid of it 2012-10-28 07:39:03 -02:00
arv.c
coda.c [media] coda: Fix 'driver_data' for mx53 2012-10-27 08:32:39 -02:00
coda.h
fsl-viu.c [media] v4l2: use list_move_tail instead of list_del/list_add_tail 2012-10-25 16:14:28 -02:00
indycam.c
indycam.h
Kconfig
m2m-deinterlace.c [media] m2m-deinterlace: remove unused vars 2012-10-28 07:38:50 -02:00
Makefile
mem2mem_testdev.c
mx2_emmaprp.c [media] [3.6.0-,3/5] media/mx2_emmaprp: use module_platform_driver macro 2012-10-27 11:35:11 -02:00
omap24xxcam-dma.c
omap24xxcam.c
omap24xxcam.h
sh_vou.c
timblogiw.c
via-camera.c
via-camera.h
vino.c
vino.h
vivi.c [media] vivi: Kill TSTAMP_* macros 2012-11-14 13:45:30 -02:00