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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html