All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Olof Johansson <olof@lixom.net>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	Doug Anderson <dianders@chromium.org>,
	Yuvaraj Kumar C D <yuvaraj.cd@gmail.com>,
	linux-samsung-soc <linux-samsung-soc@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>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Abhilash Kesavan <a.kesavan@samsung.com>,
	Tomasz Figa <t.figa@samsung.com>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Sonny Rao <sonnyrao@chromium.org>,
	Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
Subject: Re: [PATCH 1/2] ARM: dts: Fix status property of mmc nodes for snow board
Date: Thu, 19 Dec 2013 04:35:33 +0900	[thread overview]
Message-ID: <52B1F905.1060206@samsung.com> (raw)
In-Reply-To: <CAOesGMha3i+k+aBSivJopRxoi1rxAaF+ktU4KG9vfTf54A8f8Q@mail.gmail.com>

On 12/19/13 03:38, Olof Johansson wrote:
> On Mon, Dec 9, 2013 at 12:56 PM, Kukjin Kim<kgene.kim@samsung.com>  wrote:
>> On 12/10/13 01:16, Doug Anderson wrote:
>>>
>>> Yuvaraj,
>>>
>>> On Sun, Dec 8, 2013 at 10:38 PM, Yuvaraj Kumar C D<yuvaraj.cd@gmail.com>
>>> wrote:
>>>>
>>>> Commit 0c3de788 ("ARM: dts: change status property of dwmmc nodes
>>>> for exynos5250") missed out handling the exynos5250 snow dts file.
>>>>
>>>> Signed-off-by : Abhilash Kesavan<a.kesavan@samsung.com>
>>>>
>>>> Signed-off-by: Yuvaraj Kumar C D<yuvaraj.cd@samsung.com>
>>>> ---
>>>>    arch/arm/boot/dts/cros5250-common.dtsi |    4 ----
>>>>    arch/arm/boot/dts/exynos5250-snow.dts  |    9 +++++++++
>>>>    2 files changed, 9 insertions(+), 4 deletions(-)
>>>>
>>>> diff --git a/arch/arm/boot/dts/cros5250-common.dtsi
>>>> b/arch/arm/boot/dts/cros5250-common.dtsi
>>>> index 6470536..1ceb62e 100644
>>>> --- a/arch/arm/boot/dts/cros5250-common.dtsi
>>>> +++ b/arch/arm/boot/dts/cros5250-common.dtsi
>>>> @@ -247,10 +247,6 @@
>>>>                   };
>>>>           };
>>>>
>>>> -       mmc@12210000 {
>>>> -               status = "disabled";
>>>> -       };
>>>> -
>>>>           mmc@12220000 {
>>>>                   num-slots =<1>;
>>>>                   supports-highspeed;
>>>> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts
>>>> b/arch/arm/boot/dts/exynos5250-snow.dts
>>>> index a9395c4..67484d1 100644
>>>> --- a/arch/arm/boot/dts/exynos5250-snow.dts
>>>> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
>>>> @@ -171,11 +171,20 @@
>>>>                   };
>>>>           };
>>>>
>>>> +       mmc@12200000 {
>>>> +               status = "okay";
>>>> +       };
>>>> +
>>>> +       mmc@12220000 {
>>>> +               status = "okay";
>>>> +       };
>>>> +
>>>
>>>
>>> I probably would have put the 12200000 and 12220000 ones in
>>> cros5250-common since that's where all of the other stuff relating to
>>> those ports is.  Some of it may need to be moved around once we get
>>> the HP Chromebook 11 (exynos5250-spring) in place, but until then it
>>> seems best to keep it all together.
>>>
>>> -Doug
>>
>>
>> OK, sounds better, I don't know well about the HP Chromebook though ;-)
>
> This broke linux-next on snow ever since the original patch went in.
> Please squash the above into the original patch or at the very least
> apply it as soon as possible.
>
Oops, OK. I've applied this separately just now.

Thanks,
Kukjin

  reply	other threads:[~2013-12-18 19:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-09  6:38 [PATCH 1/2] ARM: dts: Fix status property of mmc nodes for snow board Yuvaraj Kumar C D
2013-12-09  6:38 ` [PATCH 2/2] ARM: dts:Move fifo-depth property from cros5250-common.dtsi Yuvaraj Kumar C D
2013-12-09 16:19   ` Doug Anderson
2013-12-09 20:45     ` Kukjin Kim
     [not found] ` <1386571118-17793-1-git-send-email-yuvaraj.cd-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-12-09 16:16   ` [PATCH 1/2] ARM: dts: Fix status property of mmc nodes for snow board Doug Anderson
2013-12-09 20:56     ` Kukjin Kim
2013-12-18 18:38       ` Olof Johansson
2013-12-18 19:35         ` Kukjin Kim [this message]
2013-12-23 21:43           ` Olof Johansson
2013-12-24  1:26             ` Kukjin Kim
2013-12-24  2:55               ` Olof Johansson
2013-12-24  3:12                 ` Kukjin Kim

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=52B1F905.1060206@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=a.kesavan@samsung.com \
    --cc=alim.akhtar@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=ian.campbell@citrix.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=olof@lixom.net \
    --cc=pawel.moll@arm.com \
    --cc=rob.herring@calxeda.com \
    --cc=sonnyrao@chromium.org \
    --cc=swarren@wwwdotorg.org \
    --cc=t.figa@samsung.com \
    --cc=yuvaraj.cd@gmail.com \
    --cc=yuvaraj.cd@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.