Hi! This series implements Lager HDMI input support on top of version 4 of Niklas's rcar-vin rewrite ("[PATCHv4] [media] rcar-vin: add Renesas R-Car VIN driver"). Apart from rebasing, this revision removes one patch that has since been picked up, squashes the DT changes into one patch and adjusts its subject line slightly. CU Uli Changes since v2: - rebased on top of rcar-vin driver v4 - removed "adv7604: fix SPA register location for ADV7612" (picked up) - changed prefix of dts patch to "ARM: dts: lager: " Laurent Pinchart (1): v4l: subdev: Add pad config allocator and init Ulrich Hecht (4): media: rcar_vin: Use correct pad number in try_fmt media: rcar-vin: pad-aware driver initialisation media: rcar-vin: add DV timings support media: rcar-vin: initialize EDID data William Towle (2): media: adv7604: automatic "default-input" selection ARM: dts: lager: Add entries for VIN HDMI input support arch/arm/boot/dts/r8a7790-lager.dts | 41 +++++++- drivers/media/i2c/adv7604.c | 18 +++- drivers/media/platform/rcar-vin/rcar-v4l2.c | 145 +++++++++++++++++++++++++++- drivers/media/platform/rcar-vin/rcar-vin.h | 2 + drivers/media/v4l2-core/v4l2-subdev.c | 19 +++- include/media/v4l2-subdev.h | 10 ++ 6 files changed, 229 insertions(+), 6 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html