On Tue, Mar 18, 2014 at 10:07:55AM +0000, Sathya Prakash M R wrote:
> 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

Is there already a binding document?

If not, please add one.

Cheers,
Mark.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to