All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] MAX9286 GMSL Support
@ 2018-10-09 20:57 Kieran Bingham
  2018-10-09 20:57 ` [PATCH v3 1/4] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286 Kieran Bingham
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Kieran Bingham @ 2018-10-09 20:57 UTC (permalink / raw)
  To: linux-renesas-soc, linux-media, sakari.ailus
  Cc: Jacopo Mondi, Niklas Söderlund, Laurent Pinchart,
	Kieran Bingham, Kieran Bingham

This series provides 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.

Although this device is capable of handling up to 4 streams, this is not
possible until the VC work comes through from Sakari and as such - this
driver is only functional on a *single* stream.

This driver along with 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/v3

---
v2:
 - Add Jacopo's dt-binding patches
 - Fix MAINTAINERS entries
 - Add imi vendor prefix to Jacopo's patches
 - Remove VC support

v3:
  MAX9286:
    - Initialise notifier with v4l2_async_notifier_init
    - Update for new mbus csi2 format V4L2_MBUS_CSI2_DPHY
  RDACM20:
    - Use new V4L2_MBUS_CSI2_DPHY bus type
    - Remove 'always zero' error print
    - Fix module description
  Bindings:
    - Fixes from Laurent's review comments on V2


Jacopo Mondi (1):
  dt-bindings: media: i2c: Add bindings for IMI RDACM20

Kieran Bingham (2):
  media: i2c: Add MAX9286 driver
  media: i2c: Add RDACM20 driver

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

 .../bindings/media/i2c/imi,rdacm20.txt        |   65 +
 .../bindings/media/i2c/maxim,max9286.txt      |  182 +++
 .../devicetree/bindings/vendor-prefixes.txt   |    1 +
 MAINTAINERS                                   |   20 +
 drivers/media/i2c/Kconfig                     |   22 +
 drivers/media/i2c/Makefile                    |    2 +
 drivers/media/i2c/max9286.c                   | 1136 +++++++++++++++++
 drivers/media/i2c/rdacm20-ov10635.h           |  953 ++++++++++++++
 drivers/media/i2c/rdacm20.c                   |  635 +++++++++
 9 files changed, 3016 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/imi,rdacm20.txt
 create mode 100644 Documentation/devicetree/bindings/media/i2c/maxim,max9286.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.1

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

end of thread, other threads:[~2018-11-03  7:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 20:57 [PATCH v3 0/4] MAX9286 GMSL Support Kieran Bingham
2018-10-09 20:57 ` [PATCH v3 1/4] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286 Kieran Bingham
2018-10-15 16:45   ` Sakari Ailus
2018-10-15 17:37     ` Kieran Bingham
2018-10-15 19:01       ` Niklas Söderlund
2018-10-15 19:01         ` Niklas Söderlund
2018-10-16  0:37         ` Laurent Pinchart
2018-11-02 13:00           ` Kieran Bingham
2018-10-15 19:37       ` jacopo mondi
2018-11-02 13:29         ` Kieran Bingham
2018-11-02 13:56           ` jacopo mondi
2018-11-02 22:40           ` Sakari Ailus
2018-10-09 20:57 ` [PATCH v3 2/4] dt-bindings: media: i2c: Add bindings for IMI RDACM20 Kieran Bingham
2018-10-09 20:57 ` [PATCH v3 3/4] media: i2c: Add MAX9286 driver Kieran Bingham
2018-10-09 20:57 ` [PATCH v3 4/4] media: i2c: Add RDACM20 driver Kieran Bingham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.