From: Tomasz Figa <tomasz.figa@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V4 3/4] video: exynos_dp: remove non-DT support for Exynos Display Port
Date: Fri, 05 Jul 2013 23:11:02 +0000 [thread overview]
Message-ID: <2149220.dCp7esoXHa@flatron> (raw)
In-Reply-To: <000c01ce76ff$fffa39d0$ffeead70$@samsung.com>
Hi Jingoo,
On Tuesday 02 of July 2013 17:41:52 Jingoo Han wrote:
> Exynos Display Port can be used only for Exynos SoCs. In addition,
> non-DT for EXYNOS SoCs is be supported from v3.11; thus, there is
> no need to support non-DT for Exynos Display Port.
>
> The 'include/video/exynos_dp.h' file has been used for non-DT
> support and the content of file include/video/exynos_dp.h is moved
> to drivers/video/exynos/exynos_dp_core.h. Thus, the 'exynos_dp.h'
> file is removed. Also, 'struct exynos_dp_platdata' is removed,
> because it is not used any more.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> drivers/video/exynos/Kconfig | 2 +-
> drivers/video/exynos/exynos_dp_core.c | 116
> +++++++---------------------- drivers/video/exynos/exynos_dp_core.h |
> 109 +++++++++++++++++++++++++++ drivers/video/exynos/exynos_dp_reg.c |
> 2 -
> include/video/exynos_dp.h | 131
> --------------------------------- 5 files changed, 135 insertions(+),
> 225 deletions(-)
> delete mode 100644 include/video/exynos_dp.h
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Best regards,
Tomasz
WARNING: multiple messages have this Message-ID (diff)
From: Tomasz Figa <tomasz.figa@gmail.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org,
'Kishon Vijay Abraham I' <kishon@ti.com>,
linux-media@vger.kernel.org, 'Kukjin Kim' <kgene.kim@samsung.com>,
'Sylwester Nawrocki' <s.nawrocki@samsung.com>,
'Felipe Balbi' <balbi@ti.com>, 'Tomasz Figa' <t.figa@samsung.com>,
devicetree-discuss@lists.ozlabs.org,
'Inki Dae' <inki.dae@samsung.com>,
'Donghwa Lee' <dh09.lee@samsung.com>,
'Kyungmin Park' <kyungmin.park@samsung.com>,
'Jean-Christophe PLAGNIOL-VILLARD' <plagnioj@jcrosoft.com>,
'Tomi Valkeinen' <tomi.valkeinen@ti.com>,
linux-fbdev@vger.kernel.org, 'Hui Wang' <jason77.wang@gmail.com>
Subject: Re: [PATCH V4 3/4] video: exynos_dp: remove non-DT support for Exynos Display Port
Date: Fri, 05 Jul 2013 16:11:02 -0700 (PDT) [thread overview]
Message-ID: <2149220.dCp7esoXHa@flatron> (raw)
In-Reply-To: <000c01ce76ff$fffa39d0$ffeead70$@samsung.com>
Hi Jingoo,
On Tuesday 02 of July 2013 17:41:52 Jingoo Han wrote:
> Exynos Display Port can be used only for Exynos SoCs. In addition,
> non-DT for EXYNOS SoCs is be supported from v3.11; thus, there is
> no need to support non-DT for Exynos Display Port.
>
> The 'include/video/exynos_dp.h' file has been used for non-DT
> support and the content of file include/video/exynos_dp.h is moved
> to drivers/video/exynos/exynos_dp_core.h. Thus, the 'exynos_dp.h'
> file is removed. Also, 'struct exynos_dp_platdata' is removed,
> because it is not used any more.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> drivers/video/exynos/Kconfig | 2 +-
> drivers/video/exynos/exynos_dp_core.c | 116
> +++++++---------------------- drivers/video/exynos/exynos_dp_core.h |
> 109 +++++++++++++++++++++++++++ drivers/video/exynos/exynos_dp_reg.c |
> 2 -
> include/video/exynos_dp.h | 131
> --------------------------------- 5 files changed, 135 insertions(+),
> 225 deletions(-)
> delete mode 100644 include/video/exynos_dp.h
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Best regards,
Tomasz
WARNING: multiple messages have this Message-ID (diff)
From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 3/4] video: exynos_dp: remove non-DT support for Exynos Display Port
Date: Fri, 05 Jul 2013 16:11:02 -0700 (PDT) [thread overview]
Message-ID: <2149220.dCp7esoXHa@flatron> (raw)
In-Reply-To: <000c01ce76ff$fffa39d0$ffeead70$@samsung.com>
Hi Jingoo,
On Tuesday 02 of July 2013 17:41:52 Jingoo Han wrote:
> Exynos Display Port can be used only for Exynos SoCs. In addition,
> non-DT for EXYNOS SoCs is be supported from v3.11; thus, there is
> no need to support non-DT for Exynos Display Port.
>
> The 'include/video/exynos_dp.h' file has been used for non-DT
> support and the content of file include/video/exynos_dp.h is moved
> to drivers/video/exynos/exynos_dp_core.h. Thus, the 'exynos_dp.h'
> file is removed. Also, 'struct exynos_dp_platdata' is removed,
> because it is not used any more.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> drivers/video/exynos/Kconfig | 2 +-
> drivers/video/exynos/exynos_dp_core.c | 116
> +++++++---------------------- drivers/video/exynos/exynos_dp_core.h |
> 109 +++++++++++++++++++++++++++ drivers/video/exynos/exynos_dp_reg.c |
> 2 -
> include/video/exynos_dp.h | 131
> --------------------------------- 5 files changed, 135 insertions(+),
> 225 deletions(-)
> delete mode 100644 include/video/exynos_dp.h
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Best regards,
Tomasz
next prev parent reply other threads:[~2013-07-05 23:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-02 8:41 [PATCH V4 3/4] video: exynos_dp: remove non-DT support for Exynos Display Port Jingoo Han
2013-07-02 8:41 ` Jingoo Han
2013-07-02 8:41 ` Jingoo Han
2013-07-05 23:11 ` Tomasz Figa [this message]
2013-07-05 23:11 ` Tomasz Figa
2013-07-05 23:11 ` Tomasz Figa
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=2149220.dCp7esoXHa@flatron \
--to=tomasz.figa@gmail.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 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.