All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-sh@vger.kernel.org
Subject: Re: [RFC 01/10] drm: ADV7511 i2c HDMI encoder driver
Date: Mon, 02 Sep 2013 13:18:41 +0000	[thread overview]
Message-ID: <4165970.WU2iMRh20H@avalon> (raw)
In-Reply-To: <1377866264-21110-2-git-send-email-ulrich.hecht@gmail.com>

Hi Ulrich,

Thank you for the patch.

On Friday 30 August 2013 14:37:35 Ulrich Hecht wrote:
> ADV7511 driver snapshot taken from commit f416e32 of xcomm_zynq_3_10 branch
> at https://github.com/analogdevicesinc/linux.git

I believe Lars-Peter (CC'ed) was planning to upstream the driver. Lars-Peter, 
could you please share your plans ?

> Changed to export its i2c_client handle via platform_data, which is the only
> way I could come up with to use a DRM encoder that is not attached to a
> dedicated on-GPU i2c bus.
> 
> Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
> ---
>  drivers/gpu/drm/Kconfig             |   6 +
>  drivers/gpu/drm/i2c/Makefile        |   3 +
>  drivers/gpu/drm/i2c/adv7511.h       | 455 +++++++++++++++++
>  drivers/gpu/drm/i2c/adv7511_audio.c | 304 +++++++++++
>  drivers/gpu/drm/i2c/adv7511_core.c  | 981 +++++++++++++++++++++++++++++++++
>  5 files changed, 1749 insertions(+)
>  create mode 100644 drivers/gpu/drm/i2c/adv7511.h
>  create mode 100644 drivers/gpu/drm/i2c/adv7511_audio.c
>  create mode 100644 drivers/gpu/drm/i2c/adv7511_core.c

-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2013-09-02 13:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30 12:37 [RFC 01/10] drm: ADV7511 i2c HDMI encoder driver Ulrich Hecht
2013-09-02 13:18 ` Laurent Pinchart [this message]
2013-09-02 13:40 ` Lars-Peter Clausen
2013-09-02 14:15 ` Laurent Pinchart
2013-09-02 14:43 ` Lars-Peter Clausen
2013-09-02 15:01 ` Laurent Pinchart
2013-09-02 15:09 ` Lars-Peter Clausen
2013-09-03 16:13   ` Laurent Pinchart
2013-09-03 16:13     ` Laurent Pinchart
2013-09-04 11:34     ` Lars-Peter Clausen
2013-09-04 11:34       ` Lars-Peter Clausen
2013-09-11  9:33       ` Laurent Pinchart
2013-09-11  9:33         ` Laurent Pinchart
  -- strict thread matches above, loose matches on Subject: below --
2013-08-30 12:37 [RFC 00/10] Lager HDMI support Ulrich Hecht

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=4165970.WU2iMRh20H@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-sh@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.