From: Kukjin Kim <kgene.kim@samsung.com>
To: Yuvaraj Kumar <yuvaraj.cd@gmail.com>
Cc: Yuvaraj Cd <yuvaraj.lkml@gmail.com>,
Tomasz Figa <tomasz.figa@gmail.com>,
linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
Kukjin Kim <kgene.kim@samsung.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Rob Herring <rob.herring@calxeda.com>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Ian Campbell <ian.campbell@citrix.com>,
Tomasz Figa <t.figa@samsung.com>,
Douglas Anderson <dianders@chromium.org>,
Chris Ball <cjb@laptop.org>,
Thomas Abraham <thomas.abraham@linaro.org>,
"ks.giri@samsung.com" <ks.giri@samsung.com>,
Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
Subject: Re: [PATCH V4 0/4] exynos dwmmc device tree node cleanup
Date: Mon, 21 Oct 2013 05:42:54 +0900 [thread overview]
Message-ID: <5264404E.5090607@samsung.com> (raw)
In-Reply-To: <CAKuRcO+1FXZ+JCebcxv-CE4XunbctFMR1KwQDzfRUdafz4CYpQ@mail.gmail.com>
On 10/18/13 20:07, Yuvaraj Kumar wrote:
> Gentle Ping...
>
Sorry for late response due to missing :(
> On Thu, Sep 26, 2013 at 10:51 AM, Yuvaraj Cd<yuvaraj.lkml@gmail.com> wrote:
>> Hi Kukjin,
>> Can you please take this series to your tree?
>>
Yeah, looks good to me, applied.
Thanks,
Kukjin
>> Best Regards
>> Yuvaraj
>>
>> On Tue, Sep 3, 2013 at 1:41 PM, Tomasz Figa<tomasz.figa@gmail.com> wrote:
>>> Hi Yuvaraj,
>>>
>>> On Tuesday 03 of September 2013 11:34:20 Yuvaraj Kumar C D wrote:
>>>> changes from V3:
>>>> 1.Added two new patch in the series
>>>> [1] ARM: dts: Move fifo-depth property from board dts
>>>> [2] ARM: dts: rename mmc dts node for exynos5 series
>>>> changes from V2:
>>>> 1.remove from exynos5.dtsi and add in exynos5250.dtsi
>>>> in single patch.Suggested by Tomasz Figa.
>>>> 2.Separate patch for changing status property of dwmmc node
>>>> in smdk5250 and arndale board dts file.
>>>>
>>>> V1 Patches:
>>>> 1.[PATCH 1/2] ARM: dts: remove dwmmc nodes from exynos5 common dts file.
>>>> http://www.spinics.net/lists/linux-samsung-soc/msg21602.html
>>>> 2.[PATCH 2/2] ARM: dts: Add dwmmc nodes in SOC specific dts file
>>>> http://www.spinics.net/lists/linux-samsung-soc/msg21603.html
>>>>
>>>> Yuvaraj Kumar C D (4):
>>>> ARM: dts: Move dwmmc nodes from exynos5.dtsi to exynos5250.dtsi
>>>> ARM: dts: exynos: change status property of dwmmc nodes
>>>> ARM: dts: Move fifo-depth property from board dts
>>>> ARM: dts: rename mmc dts node for exynos5 series
>>>>
>>>> arch/arm/boot/dts/cros5250-common.dtsi | 8 +++----
>>>> arch/arm/boot/dts/exynos5.dtsi | 21 -----------------
>>>> arch/arm/boot/dts/exynos5250-arndale.dts | 16 ++++---------
>>>> arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 ++++---------
>>>> arch/arm/boot/dts/exynos5250-snow.dts | 2 +-
>>>> arch/arm/boot/dts/exynos5250.dtsi | 36
>>>> ++++++++++++++++++++++------- 6 files changed, 41 insertions(+), 58
>>>> deletions(-)
>>>
>>> Reviewed-by: Tomasz Figa<t.figa@samsung.com>
>>>
>>> Best regards,
>>> Tomasz
prev parent reply other threads:[~2013-10-20 20:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 6:04 [PATCH V4 0/4] exynos dwmmc device tree node cleanup Yuvaraj Kumar C D
2013-09-03 6:04 ` [PATCH V4 1/4] ARM: dts: Move dwmmc nodes from exynos5.dtsi to exynos5250.dtsi Yuvaraj Kumar C D
2013-10-20 20:50 ` Kukjin Kim
2013-09-03 6:04 ` [PATCH V4 2/4] ARM: dts: exynos: change status property of dwmmc nodes Yuvaraj Kumar C D
2013-09-03 6:04 ` [PATCH V4 3/4] ARM: dts: Move fifo-depth property from board dts Yuvaraj Kumar C D
2013-09-03 6:04 ` [PATCH V4 4/4] ARM: dts: rename mmc dts node for exynos5 series Yuvaraj Kumar C D
2013-09-03 8:11 ` [PATCH V4 0/4] exynos dwmmc device tree node cleanup Tomasz Figa
2013-09-26 5:21 ` Yuvaraj Cd
2013-10-18 11:07 ` Yuvaraj Kumar
2013-10-20 20:42 ` Kukjin Kim [this message]
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=5264404E.5090607@samsung.com \
--to=kgene.kim@samsung.com \
--cc=cjb@laptop.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=ian.campbell@citrix.com \
--cc=ks.giri@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=swarren@wwwdotorg.org \
--cc=t.figa@samsung.com \
--cc=thomas.abraham@linaro.org \
--cc=tomasz.figa@gmail.com \
--cc=yuvaraj.cd@gmail.com \
--cc=yuvaraj.cd@samsung.com \
--cc=yuvaraj.lkml@gmail.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