linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/2] MAX9286 GMSL support
@ 2020-02-14 10:31 Kieran Bingham
  2020-02-14 10:31 ` [PATCH v7 1/2] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286 Kieran Bingham
  2020-02-14 10:31 ` [PATCH v7 2/2] media: i2c: Add MAX9286 driver Kieran Bingham
  0 siblings, 2 replies; 16+ messages in thread
From: Kieran Bingham @ 2020-02-14 10:31 UTC (permalink / raw)
  To: linux-renesas-soc, linux-media, Jacopo Mondi,
	Niklas Söderlund, Laurent Pinchart, Mauro Carvalho Chehab
  Cc: Manivannan Sadhasivam, Hyun Kwon, Hans Verkuil, sakari.ailus,
	Kieran Bingham

This series provides the deserialiser driver for GMSL cameras on the R-Car ADAS
platforms.

These drivers originate from Cogent Embedded, and have been refactored to split
the MAX9286 away from the RDACM20 drivers which were once very tightly coupled.

This posting is the culmination of > 100 changesets spread across Jacopo,
Niklas, Laurent and myself - thus they contain all of our SoB tags.

This driver along with an intiial camera driver for the RDACM20 and the
associated platform support for the Renesas R-Car Salvator-X, and the Eagle-V3M
can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kbingham/rcar.git gmsl/v7

Kieran Bingham (1):
  media: i2c: Add MAX9286 driver

Laurent Pinchart (1):
  dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286

 .../bindings/media/i2c/maxim,max9286.yaml     |  287 ++++
 MAINTAINERS                                   |   10 +
 drivers/media/i2c/Kconfig                     |   11 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/max9286.c                   | 1278 +++++++++++++++++
 5 files changed, 1587 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
 create mode 100644 drivers/media/i2c/max9286.c

-- 
2.20.1


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

end of thread, other threads:[~2020-04-10  0:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 10:31 [PATCH v7 0/2] MAX9286 GMSL support Kieran Bingham
2020-02-14 10:31 ` [PATCH v7 1/2] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286 Kieran Bingham
2020-02-14 10:31 ` [PATCH v7 2/2] media: i2c: Add MAX9286 driver Kieran Bingham
2020-02-14 11:54   ` Kieran Bingham
2020-02-28 18:13     ` Hyun Kwon
2020-03-02 10:33       ` Kieran Bingham
2020-03-03 19:43         ` Hyun Kwon
2020-03-15 23:15       ` Jacopo Mondi
2020-03-19  1:07         ` Hyun Kwon
2020-03-19  8:45           ` Jacopo Mondi
2020-03-19 23:20             ` Hyun Kwon
2020-03-26  1:12               ` Hyun Kwon
2020-04-08 13:52                 ` Jacopo Mondi
2020-04-10  0:29                   ` Hyun Kwon
2020-02-21  7:59   ` Sakari Ailus
2020-02-27 17:03     ` Kieran Bingham

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