Linux Media Controller development
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/4] GMSL Drivers
@ 2018-06-05 23:34 Kieran Bingham
  2018-06-05 23:34 ` [RFC PATCH v1 1/4] media: dt-bindings: max9286: add device tree binding Kieran Bingham
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Kieran Bingham @ 2018-06-05 23:34 UTC (permalink / raw)
  To: linux-media, linux-renesas-soc
  Cc: Laurent Pinchart, niklas.soderlund, jacopo, Kieran Bingham

This series provides an early release of a pair of drivers 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
currently. This may be better suited to be Co-Author tags or such, along
with the original Cogent developer - I'm not sure. But it has certainly
been a considerable effort to get this far. And of course there are
still a few TODO's scattered throughout.

Anyway, now that Niklas' VIN and CSI-2 drivers are accepted, a public v1
of these drivers gets the ball rolling and out in the open at last, and
establishes a baseline for continued development.

The patches are based upon Niklas' V4L2 Mux series [0], which is itself
based upon Sakari's VC work [1].

[0] git://git.ragnatech.se/linux/ v4l2/mux
[1] git://linuxtv.org/sailus/media_tree.git vc

The series along with the associated platform support for the
Renesas R-Car Salvator-X, and Eagle-V3M can be found at:

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

Kieran Bingham (4):
  media: dt-bindings: max9286: add device tree binding
  media: i2c: Add MAX9286 driver
  media: dt-bindings: rdacm20: add device tree binding
  media: i2c: Add RDACM20 driver

 .../devicetree/bindings/media/i2c/max9286.txt |   75 ++
 .../devicetree/bindings/media/i2c/rdacm20.txt |   31 +
 .../devicetree/bindings/vendor-prefixes.txt   |    1 +
 MAINTAINERS                                   |   20 +
 drivers/media/i2c/Kconfig                     |   22 +
 drivers/media/i2c/Makefile                    |    2 +
 drivers/media/i2c/max9286.c                   | 1185 +++++++++++++++++
 drivers/media/i2c/rdacm20-ov10635.h           |  953 +++++++++++++
 drivers/media/i2c/rdacm20.c                   |  635 +++++++++
 9 files changed, 2924 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/max9286.txt
 create mode 100644 Documentation/devicetree/bindings/media/i2c/rdacm20.txt
 create mode 100644 drivers/media/i2c/max9286.c
 create mode 100644 drivers/media/i2c/rdacm20-ov10635.h
 create mode 100644 drivers/media/i2c/rdacm20.c

-- 
2.17.0

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

end of thread, other threads:[~2018-07-17 13:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05 23:34 [RFC PATCH v1 0/4] GMSL Drivers Kieran Bingham
2018-06-05 23:34 ` [RFC PATCH v1 1/4] media: dt-bindings: max9286: add device tree binding Kieran Bingham
2018-06-06  6:34   ` Geert Uytterhoeven
2018-06-06  8:45     ` Kieran Bingham
2018-07-17 12:13     ` jacopo mondi
2018-07-17 12:23       ` Geert Uytterhoeven
2018-07-17 12:59         ` jacopo mondi
2018-07-17 13:04           ` Geert Uytterhoeven
2018-06-06  9:14   ` Sergei Shtylyov
2018-06-06  9:18     ` Kieran Bingham
2018-06-05 23:34 ` [RFC PATCH v1 2/4] media: i2c: Add MAX9286 driver Kieran Bingham
2018-06-05 23:34 ` [RFC PATCH v1 3/4] media: dt-bindings: rdacm20: add device tree binding Kieran Bingham
2018-06-06  9:08   ` Sergei Shtylyov
2018-06-06 10:34     ` Kieran Bingham
2018-06-05 23:34 ` [RFC PATCH v1 4/4] media: i2c: Add RDACM20 driver Kieran Bingham

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