This patch series adds the Silicon Image Sil9022 driver. Sil9022 is HDMI Transmitter compliant to HDMI 1.2a and DVI 1.0. It supports 1080p and UXGA. It has single slave I2C from Host, passing through to master I2C interface for DDC Connection. It provides Transmitter Programming Interface (TPI) for simplified API programming. Product brief: http://www.semiconductorstore.com/pdf/newsite/siliconimage/SiI9022a_pb.pdf Current driver is tested on AM43x SOC. This series is on top of series posted to add DSS support on AM43x [2] [2] https://patchwork.kernel.org/patch/3822691/ This is initial driver supporting limited features. TODO -> Audio Support Detailed Hot Plug event handling and also routing the hot plug event to host processor These features will be added in future. Sathya Prakash M R (2): OMAPDSS: Add Sil9022 DPI-HDMI Encoder Driver ARM: DTS: AM43x: Add sii9022 dt information arch/arm/boot/dts/am437x-gp-evm.dts | 58 +- arch/arm/boot/dts/am43x-epos-evm.dts | 59 +- drivers/video/omap2/displays-new/Kconfig | 8 + drivers/video/omap2/displays-new/Makefile | 1 + drivers/video/omap2/displays-new/encoder-sil9022.c | 748 ++++++++++++++++++++ drivers/video/omap2/displays-new/encoder-sil9022.h | 105 +++ 6 files changed, 973 insertions(+), 6 deletions(-) create mode 100644 drivers/video/omap2/displays-new/encoder-sil9022.c create mode 100644 drivers/video/omap2/displays-new/encoder-sil9022.h -- 1.7.9.5 -- 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