linux/drivers/media/video/s5p-tv
Uwe Kleine-König f9d1ae81dc [media] s5p-tv: mark const init data with __initconst instead of __initdata
As long as there is no other non-const variable marked __initdata in the
same compilation unit it doesn't hurt. If there were one however
compilation would fail with

	error: $variablename causes a section type conflict

because a section containing const variables is marked read only and so
cannot contain non-const variables.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Tomasz Stanislawski <t.stanislaws@samsung.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-media@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-04-10 21:38:16 -03:00
..
hdmi_drv.c [media] v4l: s5p-tv: hdmi: integrate with MHL 2012-02-28 18:27:32 -03:00
hdmiphy_drv.c [media] convert drivers/media/* to use module_i2c_driver() 2012-03-08 08:48:01 -03:00
Kconfig [media] v4l: s5p-tv: add sii9234 driver 2012-02-28 18:25:46 -03:00
Makefile [media] v4l: s5p-tv: add sii9234 driver 2012-02-28 18:25:46 -03:00
mixer.h [media] v4l: s5p-tv: mixer: add support for selection API 2012-01-10 23:19:23 -02:00
mixer_drv.c [media] s5p-tv: mark const init data with __initconst instead of __initdata 2012-04-10 21:38:16 -03:00
mixer_grp_layer.c [media] v4l: s5p-tv: mixer: add support for selection API 2012-01-10 23:19:23 -02:00
mixer_reg.c [media] s5p-tv: fix mbus configuration 2011-09-26 08:04:31 -03:00
mixer_video.c Driver core: driver_find() drops reference before returning 2012-01-24 16:00:34 -08:00
mixer_vp_layer.c [media] v4l: s5p-tv: mixer: fix setup of VP scaling 2012-01-10 23:19:40 -02:00
regs-hdmi.h [media] s5p-tv: hdmi: use DVI mode 2011-09-26 08:04:16 -03:00
regs-mixer.h [media] s5p-tv: fix mbus configuration 2011-09-26 08:04:31 -03:00
regs-sdo.h
regs-vp.h [media] v4l: s5p-tv: add TV Mixer driver for Samsung S5P platform 2011-07-27 17:56:01 -03:00
sdo_drv.c [media] v4l: s5p-tv: use devm_ functions 2012-02-28 18:24:17 -03:00
sii9234_drv.c [media] v4l: s5p-tv: add sii9234 driver 2012-02-28 18:25:46 -03:00