From: Mark Rutland <mark.rutland@arm.com>
To: Sathya Prakash M R <sathyap@ti.com>
Cc: "tony@atomide.com" <tony@atomide.com>,
"tomi.valkeinen@ti.com" <tomi.valkeinen@ti.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
Pawel Moll <Pawel.Moll@arm.com>,
"paul@pwsan.com" <paul@pwsan.com>
Subject: Re: [RFC PATCH 0/2] Sil9022 DPI to HDMI Encoder
Date: Tue, 18 Mar 2014 10:56:40 +0000 [thread overview]
Message-ID: <20140318105640.GE8043@e106331-lin.cambridge.arm.com> (raw)
In-Reply-To: <1395137278-5065-1-git-send-email-sathyap@ti.com>
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.
prev parent reply other threads:[~2014-03-18 10:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-18 10:07 [RFC PATCH 0/2] Sil9022 DPI to HDMI Encoder Sathya Prakash M R
2014-03-18 10:07 ` [PATCH 1/2] OMAPDSS: Add Sil9022 DPI-HDMI Encoder Driver Sathya Prakash M R
2014-03-18 11:20 ` Tomi Valkeinen
2014-03-18 10:07 ` [PATCH 2/2] ARM: DTS: AM43x: Add sii9022 dt information Sathya Prakash M R
2014-03-18 10:31 ` Tomi Valkeinen
2014-03-18 10:57 ` Sathya Prakash
2014-03-18 11:03 ` Tomi Valkeinen
2014-03-18 10:56 ` Mark Rutland [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140318105640.GE8043@e106331-lin.cambridge.arm.com \
--to=mark.rutland@arm.com \
--cc=Pawel.Moll@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=sathyap@ti.com \
--cc=tomi.valkeinen@ti.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).