[media] go7007: move out of staging into drivers/media/usb.
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 22 Jul 2014 04:21:37 +0000 (06:21 +0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 22 Jul 2014 15:53:33 +0000 (12:53 -0300)
commit7955f03d18d14d18188f94581a4ea336c94b1e2d
tree45adce1032716316b288dde48682280163cdc8d6
parent28cae868cd245b6bb2f27bce807e9d78afcf8ea2
[media] go7007: move out of staging into drivers/media/usb.

Now that the custom motion detection API in this driver has been
replaced with a standard API there is no reason anymore to keep it
in staging. So (finally!) move it to drivers/media/usb.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
18 files changed:
drivers/media/usb/Kconfig
drivers/media/usb/Makefile
drivers/media/usb/go7007/Kconfig [moved from drivers/staging/media/go7007/Kconfig with 100% similarity]
drivers/media/usb/go7007/Makefile [moved from drivers/staging/media/go7007/Makefile with 68% similarity]
drivers/media/usb/go7007/go7007-driver.c [moved from drivers/staging/media/go7007/go7007-driver.c with 100% similarity]
drivers/media/usb/go7007/go7007-fw.c [moved from drivers/staging/media/go7007/go7007-fw.c with 100% similarity]
drivers/media/usb/go7007/go7007-i2c.c [moved from drivers/staging/media/go7007/go7007-i2c.c with 100% similarity]
drivers/media/usb/go7007/go7007-loader.c [moved from drivers/staging/media/go7007/go7007-loader.c with 100% similarity]
drivers/media/usb/go7007/go7007-priv.h [moved from drivers/staging/media/go7007/go7007-priv.h with 100% similarity]
drivers/media/usb/go7007/go7007-usb.c [moved from drivers/staging/media/go7007/go7007-usb.c with 100% similarity]
drivers/media/usb/go7007/go7007-v4l2.c [moved from drivers/staging/media/go7007/go7007-v4l2.c with 100% similarity]
drivers/media/usb/go7007/s2250-board.c [moved from drivers/staging/media/go7007/s2250-board.c with 100% similarity]
drivers/media/usb/go7007/snd-go7007.c [moved from drivers/staging/media/go7007/snd-go7007.c with 100% similarity]
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/go7007/README [deleted file]
drivers/staging/media/go7007/go7007.txt [deleted file]
drivers/staging/media/go7007/saa7134-go7007.c [deleted file]