devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/3] media: i2c: Introduce driver for the TW9900 video decoder
@ 2023-10-06 16:25 Mehdi Djait
  2023-10-06 16:25 ` [PATCH v6 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix Mehdi Djait
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Mehdi Djait @ 2023-10-06 16:25 UTC (permalink / raw)
  To: mchehab, heiko, hverkuil-cisco, laurent.pinchart,
	krzysztof.kozlowski+dt, robh+dt, conor+dt
  Cc: linux-media, devicetree, linux-kernel, thomas.petazzoni,
	alexandre.belloni, maxime.chevallier, paul.kocialkowski,
	Mehdi Djait

Hello everyone,

This series is based on the fifth iteration of the series introducing the
tw9900 driver: sent 29 Dec 2020 [1]

This is the version 6 of the series adding support for the Techwell
TW9900 multi standard decoder. It's a pretty simple decoder compared to
the TW9910, since it doesn't have a built-in scaler/crop engine.

Changes v5 => v6:
- dropped .skip_top and .field in the supported_modes
- added error handling for the i2c writes/reads
- added the colorimetry information to fill_fmt
- removed pm_runtime
- added the g_input_status callback
- dropped SECAM
- dropped the non-standard PAL/NTSC variants

Any feedback is appreciated,

Mehdi Djait

media_tree, base-commit: 2c1bae27df787c9535e48cc27bbd11c3c3e0a235

[1] https://lore.kernel.org/linux-media/20210401070802.1685823-1-maxime.chevallier@bootlin.com/

Mehdi Djait (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

 .../bindings/media/i2c/techwell,tw9900.yaml   |  61 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   6 +
 drivers/media/i2c/Kconfig                     |  12 +
 drivers/media/i2c/Makefile                    |   1 +
 drivers/media/i2c/tw9900.c                    | 651 ++++++++++++++++++
 6 files changed, 733 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/techwell,tw9900.yaml
 create mode 100644 drivers/media/i2c/tw9900.c

-- 
2.41.0


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

end of thread, other threads:[~2023-10-14 18:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 16:25 [PATCH v6 0/3] media: i2c: Introduce driver for the TW9900 video decoder Mehdi Djait
2023-10-06 16:25 ` [PATCH v6 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix Mehdi Djait
2023-10-07 15:33   ` Krzysztof Kozlowski
2023-10-06 16:25 ` [PATCH v6 2/3] media: dt-bindings: media: i2c: Add bindings for TW9900 Mehdi Djait
2023-10-07 15:34   ` Krzysztof Kozlowski
2023-10-09  2:18   ` Laurent Pinchart
2023-10-10 18:52     ` Mehdi Djait
2023-10-06 16:25 ` [PATCH v6 3/3] media: i2c: Introduce a driver for the Techwell TW9900 decoder Mehdi Djait
2023-10-07 15:36   ` Krzysztof Kozlowski
2023-10-14 18:11   ` kernel test robot
2023-10-09  2:21 ` [PATCH v6 0/3] media: i2c: Introduce driver for the TW9900 video decoder Laurent Pinchart
2023-10-10 19:02   ` Mehdi Djait

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).