linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: inki.dae@samsung.com (Inki Dae)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 01/14] media: s5p-hdmi: add HPD GPIO to platform data
Date: Thu, 04 Oct 2012 17:47:09 +0900	[thread overview]
Message-ID: <001301cda20c$d7691db0$863b5910$%dae@samsung.com> (raw)
In-Reply-To: <8952601.531301349336373038.JavaMail.weblogic@epml07>

Hello Media guys,

This is dependent of exynos drm patch set to be merged to mainline so if
there is no problem then please, give me ack so that I can merge this patch
with exynos drm patch set.

Thanks,
Inki Dae

> -----Original Message-----
> From: RAHUL SHARMA [mailto:rahul.sharma at samsung.com]
> Sent: Thursday, October 04, 2012 4:40 PM
> To: Tomasz Stanislawski; Kyungmin Park; linux-arm-
> kernel at lists.infradead.org; linux-media at vger.kernel.org
> Cc: In-Ki Dae; SUNIL JOSHI; r.sh.open at gmail.com
> Subject: Re: [PATCH v1 01/14] media: s5p-hdmi: add HPD GPIO to platform
> data
> 
> Hi Mr. Tomasz, Mr. Park, list,
> 
> First patch in the following set belongs to s5p-media, rest to exynos-drm.
> Please review the media patch so that It can be merged for mainline.
> 
> regards,
> Rahul Sharma
> 
> On Thu, Oct 4, 2012 at 9:12 PM, Rahul Sharma <rahul.sharma@samsung.com>
> wrote:
> > From: Tomasz Stanislawski <t.stanislaws@samsung.com>
> >
> > This patch extends s5p-hdmi platform data by a GPIO identifier for
> > Hot-Plug-Detection pin.
> >
> > Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
> > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> > ---
> >  include/media/s5p_hdmi.h |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/include/media/s5p_hdmi.h b/include/media/s5p_hdmi.h
> > index 361a751..181642b 100644
> > --- a/include/media/s5p_hdmi.h
> > +++ b/include/media/s5p_hdmi.h
> > @@ -20,6 +20,7 @@ struct i2c_board_info;
> >   * @hdmiphy_info: template for HDMIPHY I2C device
> >   * @mhl_bus: controller id for MHL control bus
> >   * @mhl_info: template for MHL I2C device
> > + * @hpd_gpio: GPIO for Hot-Plug-Detect pin
> >   *
> >   * NULL pointer for *_info fields indicates that
> >   * the corresponding chip is not present
> > @@ -29,6 +30,7 @@ struct s5p_hdmi_platform_data {
> >         struct i2c_board_info *hdmiphy_info;
> >         int mhl_bus;
> >         struct i2c_board_info *mhl_info;
> > +       int hpd_gpio;
> >  };
> >
> >  #endif /* S5P_HDMI_H */
> > --
> > 1.7.0.4
> >
> >
> > _______________________________________________
> > linux-arm-kernel mailing list
> > linux-arm-kernel at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2012-10-04  8:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-04  7:39 [PATCH v1 01/14] media: s5p-hdmi: add HPD GPIO to platform data RAHUL SHARMA
2012-10-04  8:47 ` Inki Dae [this message]
2012-10-05  7:25   ` Kyungmin Park
  -- strict thread matches above, loose matches on Subject: below --
2012-10-04 15:42 [PATCH v1 00/14] drm: exynos: hdmi: add dt based support for exynos5 hdmi Rahul Sharma
2012-10-04 15:42 ` [PATCH v1 01/14] media: s5p-hdmi: add HPD GPIO to platform data Rahul Sharma

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='001301cda20c$d7691db0$863b5910$%dae@samsung.com' \
    --to=inki.dae@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.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 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).