linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] media: Add support for the Techwell TW9900 video decoder
@ 2020-09-18 14:24 Maxime Chevallier
  2020-09-18 14:24 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix Maxime Chevallier
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Maxime Chevallier @ 2020-09-18 14:24 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Mark Rutland, Heiko Stuebner,
	Hans Verkuil, Laurent Pinchart
  Cc: Maxime Chevallier, linux-media, devicetree, linux-arm-kernel,
	linux-kernel, Thomas Petazzoni, Miquel Raynal, Paul Kocialkowski

Hi everyone,

Here's a series to add basic support for the Techwell TW9900 low-power
video decoder. This decoder support PAL, NTSC and SECAM inputs, with a
built-in comb filter and automatic input standard detection.

This series was based on previous work done by Rockchip, and is based on
vendor code. I apologise if there are some rough edges remaining in this
driver, as I'm not yet fully familiar with the media and V4L2
frameworks, so any review is appreciated.

This series adds basic support for NTSC and PAL B/D/G/H/I, along with
some very basic controls for brightness and contrast.

Thanks,

Maxime

Maxime Chevallier (3):
  dt-bindings: vendor-prefixes: Add techwell vendor prefix
  media: dt-bindings: media: i2c: Add bindings for TW9900
  media: i2c: Introduce a driver for the Techwell TW9900 decoder

 .../devicetree/bindings/media/i2c/tw9900.yaml |  59 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 drivers/media/i2c/Kconfig                     |   9 +
 drivers/media/i2c/Makefile                    |   1 +
 drivers/media/i2c/tw9900.c                    | 671 ++++++++++++++++++
 5 files changed, 742 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/tw9900.yaml
 create mode 100644 drivers/media/i2c/tw9900.c

-- 
2.25.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-09 14:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 14:24 [PATCH 0/3] media: Add support for the Techwell TW9900 video decoder Maxime Chevallier
2020-09-18 14:24 ` [PATCH 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix Maxime Chevallier
2020-09-23 20:51   ` Rob Herring
2020-09-18 14:24 ` [PATCH 2/3] media: dt-bindings: media: i2c: Add bindings for TW9900 Maxime Chevallier
2020-09-22 15:40   ` Rob Herring
2020-09-18 14:24 ` [PATCH 3/3] media: i2c: Introduce a driver for the Techwell TW9900 decoder Maxime Chevallier
2020-09-25 12:52   ` Hans Verkuil
2020-10-09 14:47     ` Maxime Chevallier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).