Skip to content

Commit

Permalink
[media] mn88473: move out of staging
Browse files Browse the repository at this point in the history
Move driver to drivers.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Mar 3, 2016
1 parent 9c91738 commit 877ba50
Showing 10 changed files with 10 additions and 39 deletions.
4 changes: 1 addition & 3 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -7221,10 +7221,8 @@ L: linux-media@vger.kernel.org
W: https://linuxtv.org
W: http://palosaari.fi/linux/
Q: http://patchwork.linuxtv.org/project/linux-media/list/
T: git git://linuxtv.org/anttip/media_tree.git
S: Maintained
F: drivers/staging/media/mn88473/
F: drivers/media/dvb-frontends/mn88473.h
F: drivers/media/dvb-frontends/mn88473*

MODULE SUPPORT
M: Rusty Russell <rusty@rustcorp.com.au>
8 changes: 8 additions & 0 deletions drivers/media/dvb-frontends/Kconfig
Original file line number Diff line number Diff line change
@@ -73,6 +73,14 @@ config DVB_SI2165

Say Y when you want to support this frontend.

config DVB_MN88473
tristate "Panasonic MN88473"
depends on DVB_CORE && I2C
select REGMAP_I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Say Y when you want to support this frontend.

comment "DVB-S (satellite) frontends"
depends on DVB_CORE

1 change: 1 addition & 0 deletions drivers/media/dvb-frontends/Makefile
Original file line number Diff line number Diff line change
@@ -95,6 +95,7 @@ obj-$(CONFIG_DVB_STV0900) += stv0900.o
obj-$(CONFIG_DVB_STV090x) += stv090x.o
obj-$(CONFIG_DVB_STV6110x) += stv6110x.o
obj-$(CONFIG_DVB_M88DS3103) += m88ds3103.o
obj-$(CONFIG_DVB_MN88473) += mn88473.o
obj-$(CONFIG_DVB_ISL6423) += isl6423.o
obj-$(CONFIG_DVB_EC100) += ec100.o
obj-$(CONFIG_DVB_HD29L2) += hd29l2.o
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions drivers/staging/media/Kconfig
Original file line number Diff line number Diff line change
@@ -27,8 +27,6 @@ source "drivers/staging/media/davinci_vpfe/Kconfig"

source "drivers/staging/media/mn88472/Kconfig"

source "drivers/staging/media/mn88473/Kconfig"

source "drivers/staging/media/mx2/Kconfig"

source "drivers/staging/media/mx3/Kconfig"
1 change: 0 additions & 1 deletion drivers/staging/media/Makefile
Original file line number Diff line number Diff line change
@@ -7,5 +7,4 @@ obj-$(CONFIG_VIDEO_MX3) += mx3/
obj-$(CONFIG_VIDEO_OMAP1) += omap1/
obj-$(CONFIG_VIDEO_OMAP4) += omap4iss/
obj-$(CONFIG_DVB_MN88472) += mn88472/
obj-$(CONFIG_DVB_MN88473) += mn88473/
obj-$(CONFIG_VIDEO_TIMBERDALE) += timb/
7 changes: 0 additions & 7 deletions drivers/staging/media/mn88473/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions drivers/staging/media/mn88473/Makefile

This file was deleted.

21 changes: 0 additions & 21 deletions drivers/staging/media/mn88473/TODO

This file was deleted.

0 comments on commit 877ba50

Please sign in to comment.