From: Kukjin Kim <kgene@kernel.org>
To: 'Sachin Kamat' <sachin.kamat@linaro.org>,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: devicetree-discuss@lists.ozlabs.org, patches@linaro.org,
mturquette@linaro.org, inki.dae@samsung.com
Subject: RE: [PATCH 3/3] ARM: EXYNOS: Add G2D support to exynos5250
Date: Wed, 31 Jul 2013 14:52:21 +0900 [thread overview]
Message-ID: <1bb701ce8db2$1f96e180$5ec4a480$@org> (raw)
In-Reply-To: <1373013749-14530-3-git-send-email-sachin.kamat@linaro.org>
Sachin Kamat wrote:
>
> Adds G2D node to exynos5250 DT file.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> arch/arm/boot/dts/exynos5250.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
> b/arch/arm/boot/dts/exynos5250.dtsi
> index ef57277..6f356ce 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -163,6 +163,14 @@
> clock-names = "watchdog";
> };
>
> + g2d@10850000 {
> + compatible = "samsung,exynos5250-g2d";
> + reg = <0x10850000 0x1000>;
> + interrupts = <0 91 0>;
> + clocks = <&clock 345>;
> + clock-names = "fimg2d";
> + };
> +
> codec@11000000 {
> compatible = "samsung,mfc-v6";
> reg = <0x11000000 0x10000>;
> --
> 1.7.9.5
Looks ok to me, applied.
Thanks,
Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: EXYNOS: Add G2D support to exynos5250
Date: Wed, 31 Jul 2013 14:52:21 +0900 [thread overview]
Message-ID: <1bb701ce8db2$1f96e180$5ec4a480$@org> (raw)
In-Reply-To: <1373013749-14530-3-git-send-email-sachin.kamat@linaro.org>
Sachin Kamat wrote:
>
> Adds G2D node to exynos5250 DT file.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> arch/arm/boot/dts/exynos5250.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi
> b/arch/arm/boot/dts/exynos5250.dtsi
> index ef57277..6f356ce 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -163,6 +163,14 @@
> clock-names = "watchdog";
> };
>
> + g2d at 10850000 {
> + compatible = "samsung,exynos5250-g2d";
> + reg = <0x10850000 0x1000>;
> + interrupts = <0 91 0>;
> + clocks = <&clock 345>;
> + clock-names = "fimg2d";
> + };
> +
> codec at 11000000 {
> compatible = "samsung,mfc-v6";
> reg = <0x11000000 0x10000>;
> --
> 1.7.9.5
Looks ok to me, applied.
Thanks,
Kukjin
next prev parent reply other threads:[~2013-07-31 5:52 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 8:42 [PATCH 1/3] clk: exynos5250: Add G2D gate clock Sachin Kamat
2013-07-05 8:42 ` Sachin Kamat
2013-07-05 8:42 ` [PATCH 2/3] of/documentation: Update G2D documentation Sachin Kamat
2013-07-05 8:42 ` Sachin Kamat
2013-07-05 23:52 ` Tomasz Figa
2013-07-05 23:52 ` Tomasz Figa
2013-07-08 6:36 ` Sachin Kamat
2013-07-08 6:36 ` Sachin Kamat
2013-07-05 8:42 ` [PATCH 3/3] ARM: EXYNOS: Add G2D support to exynos5250 Sachin Kamat
2013-07-05 8:42 ` Sachin Kamat
2013-07-31 5:52 ` Kukjin Kim [this message]
2013-07-31 5:52 ` Kukjin Kim
2013-07-26 8:48 ` [PATCH 1/3] clk: exynos5250: Add G2D gate clock Sachin Kamat
2013-07-26 8:48 ` Sachin Kamat
2013-07-26 20:18 ` Mike Turquette
2013-07-26 20:18 ` Mike Turquette
2013-07-27 13:29 ` Sachin Kamat
2013-07-27 13:29 ` Sachin Kamat
2013-07-30 6:48 ` Mike Turquette
2013-07-30 6:48 ` Mike Turquette
2013-07-30 6:55 ` Sachin Kamat
2013-07-30 6:55 ` Sachin Kamat
2013-07-31 3:42 ` Mike Turquette
2013-07-31 3:42 ` Mike Turquette
2013-07-31 3:48 ` Sachin Kamat
2013-07-31 3:48 ` Sachin Kamat
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='1bb701ce8db2$1f96e180$5ec4a480$@org' \
--to=kgene@kernel.org \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=inki.dae@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=patches@linaro.org \
--cc=sachin.kamat@linaro.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.