All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2 for 4.18] Cadence CSI-2 TX and RX drivers
@ 2018-05-12 12:35 Sakari Ailus
  0 siblings, 0 replies; only message in thread
From: Sakari Ailus @ 2018-05-12 12:35 UTC (permalink / raw)
  To: linux-media; +Cc: hverkuil, maxime.ripard

Hi Mauro,

Here are the drivers for Cadence CSI-2 TX and RX hardware blocks.

since v1:

- Add a patch to fix a compiler warning (which is effectively two bugs).

Please pull.


The following changes since commit 2a5f2705c97625aa1a4e1dd4d584eaa05392e060:

  media: lgdt330x.h: fix compiler warning (2018-05-11 11:40:09 -0400)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git for-4.18-4.1

for you to fetch changes up to 308aa1e7dcb79d9fb321bac8e45ed9dc36c5354a:

  cadence: csi2rx: Fix csi2rx_start error handling (2018-05-12 15:09:51 +0300)

----------------------------------------------------------------
Maxime Ripard (4):
      dt-bindings: media: Add Cadence MIPI-CSI2 RX Device Tree bindings
      v4l: cadence: Add Cadence MIPI-CSI2 RX driver
      dt-bindings: media: Add Cadence MIPI-CSI2 TX Device Tree bindings
      v4l: cadence: Add Cadence MIPI-CSI2 TX driver

Sakari Ailus (1):
      cadence: csi2rx: Fix csi2rx_start error handling

 .../devicetree/bindings/media/cdns,csi2rx.txt      | 100 ++++
 .../devicetree/bindings/media/cdns,csi2tx.txt      |  98 ++++
 MAINTAINERS                                        |   7 +
 drivers/media/platform/Kconfig                     |   1 +
 drivers/media/platform/Makefile                    |   1 +
 drivers/media/platform/cadence/Kconfig             |  34 ++
 drivers/media/platform/cadence/Makefile            |   4 +
 drivers/media/platform/cadence/cdns-csi2rx.c       | 498 ++++++++++++++++++
 drivers/media/platform/cadence/cdns-csi2tx.c       | 563 +++++++++++++++++++++
 9 files changed, 1306 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/cdns,csi2rx.txt
 create mode 100644 Documentation/devicetree/bindings/media/cdns,csi2tx.txt
 create mode 100644 drivers/media/platform/cadence/Kconfig
 create mode 100644 drivers/media/platform/cadence/Makefile
 create mode 100644 drivers/media/platform/cadence/cdns-csi2rx.c
 create mode 100644 drivers/media/platform/cadence/cdns-csi2tx.c

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-12 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-12 12:35 [GIT PULL v2 for 4.18] Cadence CSI-2 TX and RX drivers Sakari Ailus

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.