linux/include/media/davinci
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
..
ccdc_types.h V4L/DVB (12252): v4l: ccdc types used across ccdc modules for vpfe capture driver 2009-09-19 00:18:18 -03:00
dm355_ccdc.h Fix common misspellings 2011-03-31 11:26:23 -03:00
dm644x_ccdc.h V4L/DVB (12251): v4l: dm644x ccdc module for vpfe capture driver 2009-09-19 00:18:16 -03:00
isif.h Fix common misspellings 2011-03-31 11:26:23 -03:00
vpbe_display.h [media] davinci vpbe: V4L2 display driver for DM644X SoC 2011-07-27 17:53:09 -03:00
vpbe_osd.h [media] media: davinci: vpbe: fix build warning 2012-11-21 13:53:28 -02:00
vpbe_types.h [media] dm644x: replace the obsolete preset API by the timings API 2012-10-05 14:27:18 -03:00
vpbe_venc.h [media] dm644x: replace the obsolete preset API by the timings API 2012-10-05 14:27:18 -03:00
vpbe.h [media] dm644x: replace the obsolete preset API by the timings API 2012-10-05 14:27:18 -03:00
vpfe_capture.h V4L/DVB: V4L: vpfe_capture: Add call back function for interrupt clear for vpfe_cfg 2010-05-18 00:52:43 -03:00
vpfe_types.h
vpif_types.h [media] media: davinci: vpif: display: separate out subdev from output 2012-10-05 22:12:27 -03:00
vpss.h media: comment typo fix diable -> disable. 2011-01-03 16:03:38 +01:00