]> git.karo-electronics.de Git - linux-beck.git/commit
[media] soc_camera/omap1: move to staging in preparation for removal
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 23 Feb 2016 12:13:04 +0000 (09:13 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 3 Mar 2016 10:48:34 +0000 (07:48 -0300)
commitf52ac3f49161c1a24e1916174217c754c9b852b8
treebb35f174fe4dc266affe01bb7c98a06c7f2cf3d8
parent00036b307c9f0374ef33ede2ddd745ffbec51cad
[media] soc_camera/omap1: move to staging in preparation for removal

This driver is deprecated: it needs to be converted to vb2 and
it should become a stand-alone driver instead of using the
soc-camera framework.

Unless someone is willing to take this on (unlikely with such
ancient hardware) it is going to be removed from the kernel
soon.

Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/soc_camera/Kconfig
drivers/media/platform/soc_camera/Makefile
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/omap1/Kconfig [new file with mode: 0644]
drivers/staging/media/omap1/Makefile [new file with mode: 0644]
drivers/staging/media/omap1/omap1_camera.c [moved from drivers/media/platform/soc_camera/omap1_camera.c with 100% similarity]