Hi Santiago,
On 01/09/2020 00:06, Santiago Hormazabal wrote:
> This chip requires almost no support components and can used over I2C.
> The driver uses the I2C bus and exposes the controls as a V4L2 radio.
> Tested with a module that contains this chip (from SZZSJDZ.com,
> part number ZJ-801B, even tho the company seems defunct now), and an H2+
> AllWinner SoC running a kernel built off 07d999f of the media_tree.
>
> Signed-off-by: Santiago Hormazabal <[email protected]>
> ---
> drivers/media/radio/Kconfig | 10 +
> drivers/media/radio/Makefile | 1 +
> drivers/media/radio/radio-kt0913.c | 1196 ++++++++++++++++++++++++++++
> 3 files changed, 1207 insertions(+)
> create mode 100644 drivers/media/radio/radio-kt0913.c
One more thing: you need to add an entry to the MAINTAINERS file for this
driver. It can either be part of this patch, or added in a separate patch.
Regards,
Hans