media: i2c: Introduce a driver for the Techwell TW9900 decoder
authorMehdi Djait <mehdi.djait@bootlin.com>
Thu, 30 Nov 2023 17:46:47 +0000 (18:46 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 13 Dec 2023 10:04:45 +0000 (11:04 +0100)
commit918b14a26b12c3959f58997f9557d350fec33bf1
treec6cbb50a9a205d69a475497380225ed5182501fa
parent0f82ffa9a295601e76c48c67f2295aa19a7899d4
media: i2c: Introduce a driver for the Techwell TW9900 decoder

The Techwell video decoder supports PAL, NTSC standards and
has a parallel BT.656 output interface.

This commit adds support for this device, with basic support
for NTSC and PAL, along with brightness and contrast controls.

The TW9900 is capable of automatic standard detection. This
driver is implemented with support for PAL and NTSC
autodetection.

Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Mehdi Djait <mehdi.djait@bootlin.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
MAINTAINERS
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/tw9900.c [new file with mode: 0644]