Skip to content

Commit

Permalink
[media] mn88472: move out of staging to media
Browse files Browse the repository at this point in the history
Move mn88472 DVB-T/T2/C demod driver out of staging to media.

v2: Fix build error reported by kbuild test robot:
drivers/staging/media/mn88472/Makefile: No such file or directory

Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
palosaari authored and mchehab committed Jun 7, 2016
1 parent 8d1f38f commit 94d0eaa
Show file tree
Hide file tree
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
Expand Up @@ -7610,10 +7610,8 @@ L: [email protected]
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/mn88472/
F: drivers/media/dvb-frontends/mn88472.h
F: drivers/media/dvb-frontends/mn88472*

MN88473 MEDIA DRIVER
M: Antti Palosaari <[email protected]>
Expand Down
8 changes: 8 additions & 0 deletions drivers/media/dvb-frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ config DVB_SI2165

Say Y when you want to support this frontend.

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

config DVB_MN88473
tristate "Panasonic MN88473"
depends on DVB_CORE && I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/media/dvb-frontends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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_MN88472) += mn88472.o
obj-$(CONFIG_DVB_MN88473) += mn88473.o
obj-$(CONFIG_DVB_ISL6423) += isl6423.o
obj-$(CONFIG_DVB_EC100) += ec100.o
Expand Down
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
Expand Up @@ -25,8 +25,6 @@ source "drivers/staging/media/cxd2099/Kconfig"

source "drivers/staging/media/davinci_vpfe/Kconfig"

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

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

source "drivers/staging/media/tw686x-kh/Kconfig"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/media/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ obj-$(CONFIG_DVB_CXD2099) += cxd2099/
obj-$(CONFIG_LIRC_STAGING) += lirc/
obj-$(CONFIG_VIDEO_DM365_VPFE) += davinci_vpfe/
obj-$(CONFIG_VIDEO_OMAP4) += omap4iss/
obj-$(CONFIG_DVB_MN88472) += mn88472/
obj-$(CONFIG_VIDEO_TW686X_KH) += tw686x-kh/
7 changes: 0 additions & 7 deletions drivers/staging/media/mn88472/Kconfig

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 94d0eaa

Please sign in to comment.