From: Tomasz Stanislawski <t.stanislaws@samsung.com>
To: Rahul Sharma <rahul.sharma@samsung.com>
Cc: s.shirish@samsung.com, l.krishna@samsung.com, joshi@samsung.com,
dri-devel@lists.freedesktop.org, kyungmin.park@samsung.com,
fahad.k@samsung.com, prashanth.g@samsung.com
Subject: Re: [PATCH v1 01/14] media: s5p-hdmi: add HPD GPIO to platform data
Date: Fri, 05 Oct 2012 11:40:43 +0200 [thread overview]
Message-ID: <506EAB1B.4070701@samsung.com> (raw)
In-Reply-To: <1349363936-8531-2-git-send-email-rahul.sharma@samsung.com>
Hi Rahul Sharma,
On 10/04/2012 05:18 PM, Rahul Sharma 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>
Acked-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Regards,
Tomasz Stanislawski
> ---
> 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 */
>
next prev parent reply other threads:[~2012-10-05 9:40 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-04 15:18 [PATCH v1 00/14] drm: exynos: hdmi: add dt based support for exynos5 hdmi Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 01/14] media: s5p-hdmi: add HPD GPIO to platform data Rahul Sharma
2012-10-05 9:40 ` Tomasz Stanislawski [this message]
2012-10-04 15:18 ` [PATCH v1 02/14] drm: exynos: hdmi: support for platform variants Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 03/14] drm: exynos: hdmi: fix interrupt handling Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 04/14] drm: exynos: hdmi: use s5p-hdmi platform data Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 05/14] drm: exynos: hdmi: turn off HPD interrupt in HDMI chip Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 06/14] drm: exynos: remove drm hdmi platform data struct Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 07/14] drm: exynos: hdmi: add support for exynos5 ddc Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 08/14] drm: exynos: hdmi: add support for exynos5 hdmiphy Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 09/14] drm: exynos: hdmi: add support for platform variants for mixer Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 10/14] drm: exynos: hdmi: add support to disable video processor in mixer Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 11/14] drm: exynos: hdmi: add support for exynos5 mixer Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 12/14] drm: exynos: hdmi: replace is_v13 with version check in hdmi Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 13/14] drm: exynos: hdmi: add support for exynos5 hdmi Rahul Sharma
2012-10-04 15:18 ` [PATCH v1 14/14] drm: exynos: hdmi: remove drm common hdmi platform data struct Rahul Sharma
-- 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
2012-10-04 15:42 ` Rahul Sharma
2012-10-04 7:39 RAHUL SHARMA
2012-10-04 7:39 ` RAHUL SHARMA
2012-10-04 8:47 ` Inki Dae
2012-10-04 8:47 ` Inki Dae
2012-10-05 7:25 ` Kyungmin Park
2012-10-05 7:25 ` Kyungmin Park
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=506EAB1B.4070701@samsung.com \
--to=t.stanislaws@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=fahad.k@samsung.com \
--cc=joshi@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=l.krishna@samsung.com \
--cc=prashanth.g@samsung.com \
--cc=rahul.sharma@samsung.com \
--cc=s.shirish@samsung.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 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.