]> asedeno.scripts.mit.edu Git - linux.git/commit
media: soc_camera: ov9640: move ov9640 out of soc_camera
authorPetr Cvek <petrcvekcz@gmail.com>
Thu, 13 Dec 2018 15:39:12 +0000 (10:39 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 16 Jan 2019 18:05:34 +0000 (13:05 -0500)
commit57b0ad9ebe60366b1243bcf612a93a990a3ceff1
treeac774aed372488042fc72ff34b7fdd392dbbf340
parent61da76beef1e4f0b6ba7be4f8d0cf0dac7ce1f55
media: soc_camera: ov9640: move ov9640 out of soc_camera

Initial part of ov9640 transition from soc_camera subsystem to a standalone
v4l2 subdevice. The soc_camera version seems to be used only in Palm Zire72
and in (the future) HTC Magician. On these two devices the support is
broken as pxa_camera driver doesn't use soc_camera anymore. The other
mentions from git grep are "TODOs" (in board-osk.c) or chip names for
unsupported sensors on HW which doesn't use soc_camera at all (irelevant).

Copy the driver files from soc_camera and mark the original ones in the
Kconfig description as obsoleted.

Add config option VIDEO_OV9640 to the build files in drivers/media/i2c.

Signed-off-by: Petr Cvek <petrcvekcz@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/ov9640.c [new file with mode: 0644]
drivers/media/i2c/ov9640.h [new file with mode: 0644]
drivers/media/i2c/soc_camera/Kconfig