Skip to content

Commit

Permalink
[media] ascot2e: Sony Ascot2e DVB-C/T/T2 tuner driver
Browse files Browse the repository at this point in the history
Add DVB-T/T2/C frontend driver for Sony Ascot2e (CXD2861ER) chip.

Signed-off-by: Kozlov Sergey <serjk@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
Kozlov Sergey authored and Mauro Carvalho Chehab committed Aug 11, 2015
1 parent a5d32b3 commit dacf9ce
Show file tree
Hide file tree
Showing 5 changed files with 615 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -6601,6 +6601,15 @@ S: Supported
F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
F: drivers/media/platform/vsp1/

MEDIA DRIVERS FOR ASCOT2E
M: Sergey Kozlov <serjk@netup.ru>
L: linux-media@vger.kernel.org
W: http://linuxtv.org
W: http://netup.tv/
T: git git://linuxtv.org/media_tree.git
S: Supported
F: drivers/media/dvb-frontends/ascot2e*

MEDIA DRIVERS FOR HORUS3A
M: Sergey Kozlov <serjk@netup.ru>
L: linux-media@vger.kernel.org
Expand Down
7 changes: 7 additions & 0 deletions drivers/media/dvb-frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,13 @@ config DVB_HORUS3A
help
Say Y when you want to support this frontend.

config DVB_ASCOT2E
tristate "Sony Ascot2E tuner"
depends on DVB_CORE && I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Say Y when you want to support this frontend.

comment "Tools to develop new frontends"

config DVB_DUMMY_FE
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 @@ -119,3 +119,4 @@ obj-$(CONFIG_DVB_AF9033) += af9033.o
obj-$(CONFIG_DVB_AS102_FE) += as102_fe.o
obj-$(CONFIG_DVB_TC90522) += tc90522.o
obj-$(CONFIG_DVB_HORUS3A) += horus3a.o
obj-$(CONFIG_DVB_ASCOT2E) += ascot2e.o
Loading

0 comments on commit dacf9ce

Please sign in to comment.