[media] vino/saa7191: move to staging in preparation for removal
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 2 Dec 2014 15:40:31 +0000 (12:40 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 17 Dec 2014 01:21:42 +0000 (23:21 -0200)
commitc1d9e03d4ef47de60b414fa25f05f9c867f43c5a
treee020a2ff0493627e0be0103e151070d1a2f45122
parent77911fd267cd8b564f03f025eb128b115489bbe5
[media] vino/saa7191: move to staging in preparation for removal

These drivers haven't been tested in a long, long time. The hardware is
ancient and hopelessly obsolete. These drivers also need to be converted
to newer media frameworks but due to the lack of hardware that's going
to be impossible.

So these drivers are a prime candidate for removal. If someone is
interested in working on these drivers to prevent their removal, then
please contact the linux-media mailinglist.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
14 files changed:
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/vino/Kconfig [new file with mode: 0644]
drivers/staging/media/vino/Makefile [new file with mode: 0644]
drivers/staging/media/vino/indycam.c [moved from drivers/media/platform/indycam.c with 100% similarity]
drivers/staging/media/vino/indycam.h [moved from drivers/media/platform/indycam.h with 100% similarity]
drivers/staging/media/vino/saa7191.c [moved from drivers/media/i2c/saa7191.c with 100% similarity]
drivers/staging/media/vino/saa7191.h [moved from drivers/media/i2c/saa7191.h with 100% similarity]
drivers/staging/media/vino/vino.c [moved from drivers/media/platform/vino.c with 100% similarity]
drivers/staging/media/vino/vino.h [moved from drivers/media/platform/vino.h with 100% similarity]