public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add support for MAX96714F and MAX96717F GMSL2 ser/des
@ 2024-01-11 13:03 Julien Massot
  2024-01-11 13:03 ` [PATCH v3 1/4] dt-bindings: media: add Maxim MAX96717F GMSL2 Serializer Julien Massot
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Julien Massot @ 2024-01-11 13:03 UTC (permalink / raw)
  To: linux-media
  Cc: kernel, devicetree, linux-kernel, mchehab, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, Julien Massot

Change since v2:
- Convert drivers to use CCI helpers
- Use generic node name
- Use 'powerdown' as gpio name instead of 'enable'
- Add pattern generator support for MAX96714

These patches add support for Maxim MAX96714F deserializer and
MAX96717F serializer.

MAX96714F has one GMSL2 input port and one CSI2 4 lanes output port,
MAX96717F has one CSI2 input port and one GMSL2 output port.

The drivers support the tunnel mode where all the
CSI2 traffic coming from an imager is replicated through the deserializer
output port.

Both MAX96714F and MAX96717F are limited to a 3Gbps forward link rate
leaving a maximum of 2.6Gbps for the video payload.

Julien Massot (4):
  dt-bindings: media: add Maxim MAX96717F GMSL2 Serializer
  dt-bindings: media: add Maxim MAX96714F GMSL2 Deserializer
  media: i2c: add MAX96717 driver
  media: i2c: add MAX96714 driver

 .../bindings/media/i2c/maxim,max96714f.yaml   |  171 +++
 .../bindings/media/i2c/maxim,max96717f.yaml   |  147 +++
 MAINTAINERS                                   |   14 +
 drivers/media/i2c/Kconfig                     |   26 +
 drivers/media/i2c/Makefile                    |    2 +
 drivers/media/i2c/max96714.c                  | 1077 +++++++++++++++++
 drivers/media/i2c/max96717.c                  |  956 +++++++++++++++
 7 files changed, 2393 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/maxim,max96714f.yaml
 create mode 100644 Documentation/devicetree/bindings/media/i2c/maxim,max96717f.yaml
 create mode 100644 drivers/media/i2c/max96714.c
 create mode 100644 drivers/media/i2c/max96717.c

-- 
2.43.0


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

end of thread, other threads:[~2024-02-21 11:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 13:03 [PATCH v3 0/4] Add support for MAX96714F and MAX96717F GMSL2 ser/des Julien Massot
2024-01-11 13:03 ` [PATCH v3 1/4] dt-bindings: media: add Maxim MAX96717F GMSL2 Serializer Julien Massot
2024-01-12  8:13   ` Krzysztof Kozlowski
2024-02-09  9:28   ` Sakari Ailus
2024-02-21 10:12     ` Julien Massot
2024-01-11 13:03 ` [PATCH v3 2/4] dt-bindings: media: add Maxim MAX96714F GMSL2 Deserializer Julien Massot
2024-01-12  8:15   ` Krzysztof Kozlowski
2024-02-09  9:48   ` Sakari Ailus
2024-02-21 10:10     ` Julien Massot
2024-01-11 13:03 ` [PATCH v3 3/4] media: i2c: add MAX96717 driver Julien Massot
2024-02-09 15:26   ` Sakari Ailus
2024-02-21 10:34     ` Julien Massot
2024-02-21 11:04       ` Sakari Ailus
2024-01-11 13:03 ` [PATCH v3 4/4] media: i2c: add MAX96714 driver Julien Massot
2024-01-13 11:31   ` kernel test robot
2024-02-09 15:49   ` Sakari Ailus
2024-02-21 10:45     ` Julien Massot
2024-01-12  8:10 ` [PATCH v3 0/4] Add support for MAX96714F and MAX96717F GMSL2 ser/des Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox