Skip to content

Commit

Permalink
[media] solo6x10: move out of staging into drivers/media/pci.
Browse files Browse the repository at this point in the history
Now that the custom motion detection API has been replaced with a
standard API there is no reason anymore to keep it in staging.

So (finally!) move it to drivers/media/pci.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
  • Loading branch information
Hans Verkuil authored and mchehab committed Jul 22, 2014
1 parent 401e972 commit 28cae86
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 20 deletions.
1 change: 1 addition & 0 deletions drivers/media/pci/Kconfig
Expand Up @@ -19,6 +19,7 @@ if MEDIA_ANALOG_TV_SUPPORT
source "drivers/media/pci/ivtv/Kconfig"
source "drivers/media/pci/zoran/Kconfig"
source "drivers/media/pci/saa7146/Kconfig"
source "drivers/media/pci/solo6x10/Kconfig"
endif

if MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
Expand Down
1 change: 1 addition & 0 deletions drivers/media/pci/Makefile
Expand Up @@ -24,3 +24,4 @@ obj-$(CONFIG_VIDEO_SAA7134) += saa7134/
obj-$(CONFIG_VIDEO_SAA7164) += saa7164/
obj-$(CONFIG_VIDEO_MEYE) += meye/
obj-$(CONFIG_STA2X11_VIP) += sta2x11/
obj-$(CONFIG_VIDEO_SOLO6X10) += solo6x10/
@@ -1,4 +1,4 @@
config SOLO6X10
config VIDEO_SOLO6X10
tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)"
depends on PCI && VIDEO_DEV && SND && I2C
select BITREVERSE
Expand Down
Expand Up @@ -2,4 +2,4 @@ solo6x10-y := solo6x10-core.o solo6x10-i2c.o solo6x10-p2m.o solo6x10-v4l2.o \
solo6x10-tw28.o solo6x10-gpio.o solo6x10-disp.o solo6x10-enc.o \
solo6x10-v4l2-enc.o solo6x10-g723.o solo6x10-eeprom.o

obj-$(CONFIG_SOLO6X10) += solo6x10.o
obj-$(CONFIG_VIDEO_SOLO6X10) += solo6x10.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions drivers/staging/media/Kconfig
Expand Up @@ -33,8 +33,6 @@ source "drivers/staging/media/go7007/Kconfig"

source "drivers/staging/media/omap24xx/Kconfig"

source "drivers/staging/media/solo6x10/Kconfig"

source "drivers/staging/media/omap4iss/Kconfig"

# Keep LIRC at the end, as it has sub-menus
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/media/Makefile
Expand Up @@ -2,7 +2,6 @@ obj-$(CONFIG_DVB_AS102) += as102/
obj-$(CONFIG_I2C_BCM2048) += bcm2048/
obj-$(CONFIG_DVB_CXD2099) += cxd2099/
obj-$(CONFIG_LIRC_STAGING) += lirc/
obj-$(CONFIG_SOLO6X10) += solo6x10/
obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l/
obj-$(CONFIG_VIDEO_GO7007) += go7007/
obj-$(CONFIG_VIDEO_DM365_VPFE) += davinci_vpfe/
Expand Down
15 changes: 0 additions & 15 deletions drivers/staging/media/solo6x10/TODO

This file was deleted.

0 comments on commit 28cae86

Please sign in to comment.