|
|
Subscribe / Log in / New account

MAX9286 GMSL Support

From:  Kieran Bingham <kieran.bingham+renesas-AT-ideasonboard.com>
To:  linux-renesas-soc-AT-vger.kernel.org, linux-media-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, Mauro Carvalho Chehab <mchehab-AT-kernel.org>
Subject:  [PATCH v6 0/2] MAX9286 GMSL Support
Date:  Wed, 11 Dec 2019 12:44:57 +0000
Message-ID:  <20191211124459.20508-1-kieran.bingham+renesas@ideasonboard.com>
Cc:  Kieran Bingham <kieran.bingham-AT-ideasonboard.com>, Laurent Pinchart <laurent.pinchart-AT-ideasonboard.com>, Jacopo Mondi <jacopo-AT-jmondi.org>, =?UTF-8?q?Niklas=20S=C3=B6derlund?= <niklas.soderlund-AT-ragnatech.se>, Rob Herring <robh+dt-AT-kernel.org>, Mark Rutland <mark.rutland-AT-arm.com>, sakari.ailus-AT-iki.fi, Hans Verkuil <hverkuil-AT-xs4all.nl>, Kieran Bingham <kieran.bingham+renesas-AT-ideasonboard.com>
Archive-link:  Article

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/v6

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     |  289 +++++
 MAINTAINERS                                   |   10 +
 drivers/media/i2c/Kconfig                     |   11 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/max9286.c                   | 1090 +++++++++++++++++
 5 files changed, 1401 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
 create mode 100644 drivers/media/i2c/max9286.c

-- 
2.20.1



Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds