V4L/DVB (7769): Move other terrestrial tuners to common/tuners
authorMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 30 Apr 2008 00:38:45 +0000 (21:38 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 29 Apr 2008 21:41:38 +0000 (18:41 -0300)
commitb094516f9589245617eb5d0452769826063f72ac
tree45593c7f1ae4c180d97ed7b9cbc27a85c03f55d1
parentdf7aaaf3a74016cbc72382b6388c7c62f3df49b2
V4L/DVB (7769): Move other terrestrial tuners to common/tuners

Those tuners are currently used only under media/dvb. However,
they can support also analog TV. Better to move them to the same place
as the other hybrid tuners. This would make easier to use those tuners also
by analog drivers.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
15 files changed:
drivers/media/common/tuners/Kconfig
drivers/media/common/tuners/Makefile
drivers/media/common/tuners/mt2060.c [moved from drivers/media/dvb/frontends/mt2060.c with 100% similarity]
drivers/media/common/tuners/mt2060.h [moved from drivers/media/dvb/frontends/mt2060.h with 100% similarity]
drivers/media/common/tuners/mt2060_priv.h [moved from drivers/media/dvb/frontends/mt2060_priv.h with 100% similarity]
drivers/media/common/tuners/mt2131.c [moved from drivers/media/dvb/frontends/mt2131.c with 100% similarity]
drivers/media/common/tuners/mt2131.h [moved from drivers/media/dvb/frontends/mt2131.h with 100% similarity]
drivers/media/common/tuners/mt2131_priv.h [moved from drivers/media/dvb/frontends/mt2131_priv.h with 100% similarity]
drivers/media/common/tuners/mt2266.c [moved from drivers/media/dvb/frontends/mt2266.c with 100% similarity]
drivers/media/common/tuners/mt2266.h [moved from drivers/media/dvb/frontends/mt2266.h with 100% similarity]
drivers/media/common/tuners/qt1010.c [moved from drivers/media/dvb/frontends/qt1010.c with 100% similarity]
drivers/media/common/tuners/qt1010.h [moved from drivers/media/dvb/frontends/qt1010.h with 100% similarity]
drivers/media/common/tuners/qt1010_priv.h [moved from drivers/media/dvb/frontends/qt1010_priv.h with 100% similarity]
drivers/media/dvb/frontends/Kconfig
drivers/media/dvb/frontends/Makefile