All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add support for TI SCAN921226H video deserializer
@ 2018-05-04 12:49 Jan Luebbe
  2018-05-04 12:49 ` [PATCH 1/2] media: dt-bindings: add binding " Jan Luebbe
  2018-05-04 12:49 ` [PATCH 2/2] media: platform: add driver " Jan Luebbe
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Luebbe @ 2018-05-04 12:49 UTC (permalink / raw)
  To: linux-media; +Cc: Jan Luebbe, kernel, devicetree

This series adds a binding and the corresponding V4L subdev driver for
the TI SCAN921226H video deserializer. Although the device doesn't need
to be configured, it can be controlled via GPIOs to allow multiple
sensors on the same parallel video bus.

Jan Luebbe (2):
  media: dt-bindings: add binding for TI SCAN921226H video deserializer
  media: platform: add driver for TI SCAN921226H video deserializer

 .../bindings/media/ti,scan921226h.txt         |  59 +++
 drivers/media/platform/Kconfig                |   7 +
 drivers/media/platform/Makefile               |   2 +
 drivers/media/platform/scan921226h.c          | 353 ++++++++++++++++++
 4 files changed, 421 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/ti,scan921226h.txt
 create mode 100644 drivers/media/platform/scan921226h.c

-- 
2.17.0


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

end of thread, other threads:[~2018-05-23  9:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04 12:49 [PATCH 0/2] add support for TI SCAN921226H video deserializer Jan Luebbe
2018-05-04 12:49 ` [PATCH 1/2] media: dt-bindings: add binding " Jan Luebbe
2018-05-08 16:06   ` Rob Herring
2018-05-04 12:49 ` [PATCH 2/2] media: platform: add driver " Jan Luebbe
2018-05-23  9:39   ` Philipp Zabel

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.