diff options
author | Mehdi Djait <mehdi.djait@bootlin.com> | 2023-11-30 18:46:47 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-12-13 11:04:45 +0100 |
commit | 918b14a26b12c3959f58997f9557d350fec33bf1 (patch) | |
tree | c6cbb50a9a205d69a475497380225ed5182501fa /MAINTAINERS | |
parent | media: dt-bindings: media: i2c: Add bindings for TW9900 (diff) | |
download | linux-918b14a26b12c3959f58997f9557d350fec33bf1.tar.xz linux-918b14a26b12c3959f58997f9557d350fec33bf1.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1bfc4ce37bd6..f1bdf13ec6a6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21360,6 +21360,12 @@ L: linux-media@vger.kernel.org S: Maintained F: drivers/media/rc/ttusbir.c +TECHWELL TW9900 VIDEO DECODER +M: Mehdi Djait <mehdi.djait@bootlin.com> +L: linux-media@vger.kernel.org +S: Maintained +F: drivers/media/i2c/tw9900.c + TECHWELL TW9910 VIDEO DECODER L: linux-media@vger.kernel.org S: Orphan |