From: Joonyoung Shim <jy0922.shim@samsung.com>
To: Tomasz Stanislawski <t.stanislaws@samsung.com>,
linux-samsung-soc@vger.kernel.org,
dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org
Cc: m.chehab@samsung.com, robh+dt@kernel.org, inki.dae@samsung.com,
kyungmin.park@samsung.com, sw0312.kim@samsung.com,
t.figa@samsung.com, b.zolnierkie@samsung.com,
rahul.sharma@samsung.com, pawel.moll@arm.com
Subject: Re: [PATCH 3/4] drm: exynos: add compatibles for HDMI and Mixer chips and exynos4210 SoC
Date: Tue, 15 Apr 2014 09:28:31 +0900 [thread overview]
Message-ID: <534C7D2F.2060504@samsung.com> (raw)
In-Reply-To: <1397487622-3577-4-git-send-email-t.stanislaws@samsung.com>
Hi Tomasz,
On 04/15/2014 12:00 AM, Tomasz Stanislawski wrote:
> This patch add proper compatibles for Mixer and HDMI chip
> available on exynos4210 SoCs.
>
> Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
> ---
> drivers/gpu/drm/exynos/exynos_hdmi.c | 3 +++
> drivers/gpu/drm/exynos/exynos_mixer.c | 3 +++
> 2 files changed, 6 insertions(+)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
> index d2d6e2e..6fa63ea 100644
> --- a/drivers/gpu/drm/exynos/exynos_hdmi.c
> +++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
> @@ -2032,6 +2032,9 @@ static struct s5p_hdmi_platform_data *drm_hdmi_dt_parse_pdata
>
> static struct of_device_id hdmi_match_types[] = {
> {
> + .compatible = "samsung,exynos4210-hdmi",
> + .data = (void *)HDMI_TYPE13,
It's consistent with others to use struct hdmi_driver_data like
exynos5_hdmi_driver_data.
> + }, {
> .compatible = "samsung,exynos5-hdmi",
> .data = &exynos5_hdmi_driver_data,
> }, {
> diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gpu/drm/exynos/exynos_mixer.c
> index e3306c8..fd8a9a0 100644
> --- a/drivers/gpu/drm/exynos/exynos_mixer.c
> +++ b/drivers/gpu/drm/exynos/exynos_mixer.c
> @@ -1187,6 +1187,9 @@ static struct platform_device_id mixer_driver_types[] = {
>
> static struct of_device_id mixer_match_types[] = {
> {
> + .compatible = "samsung,exynos4210-mixer",
> + .data = &exynos4210_mxr_drv_data,
> + }, {
> .compatible = "samsung,exynos5-mixer",
> .data = &exynos5250_mxr_drv_data,
> }, {
next prev parent reply other threads:[~2014-04-15 0:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-14 15:00 [PATCH 0/4] drm: exynos: update/fixes to HDMI driver Tomasz Stanislawski
2014-04-14 15:00 ` [PATCH 1/4] drm: exynos: hdmi: simplify extracting hpd-gpio from DT Tomasz Stanislawski
2014-04-14 15:49 ` Tomasz Stanislawski
2014-04-14 15:00 ` [PATCH 2/4] drm: exynos: mixer: fix using usleep() in atomic context Tomasz Stanislawski
2014-04-14 15:00 ` [PATCH 3/4] drm: exynos: add compatibles for HDMI and Mixer chips and exynos4210 SoC Tomasz Stanislawski
2014-04-15 0:28 ` Joonyoung Shim [this message]
2014-04-14 15:00 ` [PATCH 4/4] drm: exynos: hdmi: add support for pixel clock limitation Tomasz Stanislawski
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=534C7D2F.2060504@samsung.com \
--to=jy0922.shim@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.chehab@samsung.com \
--cc=pawel.moll@arm.com \
--cc=rahul.sharma@samsung.com \
--cc=robh+dt@kernel.org \
--cc=sw0312.kim@samsung.com \
--cc=t.figa@samsung.com \
--cc=t.stanislaws@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox