Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | media: tuners/mxl301rf: use SPDX License Identifier | Akihiro Tsukada | 2018-05-04 | 1 | -10/+1![]() |
| | | | | | Signed-off-by: Akihiro Tsukada <tskd08@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||||
* | media: move dvb kAPI headers to include/media | Mauro Carvalho Chehab | 2017-12-28 | 1 | -1/+1 |
| | | | | | | | | Except for DVB, all media kAPI headers are at include/media. Move the headers to it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> | ||||
* | [media] mxl301rf: add driver for MaxLinear MxL301RF OFDM tuner | Akihiro Tsukada | 2014-09-23 | 1 | -0/+26 |
This patch adds driver for mxl301rf OFDM tuner chips. It is used as an ISDB-T tuner in earthsoft pt3 cards. Note that this driver does not initilize the chip, because the initilization sequence / register setting is not disclosed. Thus, the driver assumes that the chips are initilized externally by its parent board driver before tuner_ops->init() are called, like in PT3 driver where the bridge chip contains the init sequence in its private memory and provides a command to trigger the sequence. Signed-off-by: Akihiro Tsukada <tskd08@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |