All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Cc: Kukjin Kim <kgene@kernel.org>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	Doug Anderson <dianders@chromium.org>,
	Olof Johansson <olof@lixom.net>,
	Arend van Spriel <arend@broadcom.com>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	linux-mmc <linux-mmc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 0/6] Add multiple GPIO and external clock to MMC pwrseq_simple
Date: Thu, 05 Feb 2015 00:19:00 +0900	[thread overview]
Message-ID: <54D23864.7050705@kernel.org> (raw)
In-Reply-To: <54D23591.7050208@collabora.co.uk>

On 02/05/15 00:06, Javier Martinez Canillas wrote:
> Hello Kukjin,
> 
Hi,

> On 01/30/2015 02:06 PM, Javier Martinez Canillas wrote:
>> On 01/30/2015 12:13 PM, Ulf Hansson wrote:
>>>>
>>>> Patch #1 extends the simple MMC power sequence DT binding to support more
>>>> than one GPIO and patch #2 adds the actual implementation.
>>>>
>>>> In the same way, patch #3 and #4 extend the simple MMC power sequence DT
>>>> binding and pwrseq_simple driver to support an optional external clock.
>>>>
>>>> Finally as an example, patch #5 and patch #6 adds support for the wifi
>>>> chip in the Exynos5250 Snow that needs all these resources. These two
>>>> patches were added to the series only for completeness and should be
>>>> picked by Kukjin through his linux-samsung tree.
>>>>
>>>> Best regards,
>>>> Javier
>>>
>>> Thanks Javier! I have applied patch 1 -> 4 for my next branch.
>>>
>>> I made some minor fix to patch4, I send a separate response to that
>>> patch so you know.
>>>
>>
>> Great, thanks a lot!
>>
>> Kukjin,
>>
>> Could you please pick patches #5 and #6 then now that Ulf picked the others?
>>
> 
> I noticed that you are applying patches to your Samsung tree, do you want me to
> re-send patches #5 and #6 or is OK for you to pick them from from this series?
> 
Oh, I've missed and it looks good to me. Applied, it means you don't
need to re-send ;)

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 v3 0/6] Add multiple GPIO and external clock to MMC pwrseq_simple
Date: Thu, 05 Feb 2015 00:19:00 +0900	[thread overview]
Message-ID: <54D23864.7050705@kernel.org> (raw)
In-Reply-To: <54D23591.7050208@collabora.co.uk>

On 02/05/15 00:06, Javier Martinez Canillas wrote:
> Hello Kukjin,
> 
Hi,

> On 01/30/2015 02:06 PM, Javier Martinez Canillas wrote:
>> On 01/30/2015 12:13 PM, Ulf Hansson wrote:
>>>>
>>>> Patch #1 extends the simple MMC power sequence DT binding to support more
>>>> than one GPIO and patch #2 adds the actual implementation.
>>>>
>>>> In the same way, patch #3 and #4 extend the simple MMC power sequence DT
>>>> binding and pwrseq_simple driver to support an optional external clock.
>>>>
>>>> Finally as an example, patch #5 and patch #6 adds support for the wifi
>>>> chip in the Exynos5250 Snow that needs all these resources. These two
>>>> patches were added to the series only for completeness and should be
>>>> picked by Kukjin through his linux-samsung tree.
>>>>
>>>> Best regards,
>>>> Javier
>>>
>>> Thanks Javier! I have applied patch 1 -> 4 for my next branch.
>>>
>>> I made some minor fix to patch4, I send a separate response to that
>>> patch so you know.
>>>
>>
>> Great, thanks a lot!
>>
>> Kukjin,
>>
>> Could you please pick patches #5 and #6 then now that Ulf picked the others?
>>
> 
> I noticed that you are applying patches to your Samsung tree, do you want me to
> re-send patches #5 and #6 or is OK for you to pick them from from this series?
> 
Oh, I've missed and it looks good to me. Applied, it means you don't
need to re-send ;)

Thanks,
Kukjin

  reply	other threads:[~2015-02-04 15:19 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-29 15:00 [PATCH v3 0/6] Add multiple GPIO and external clock to MMC pwrseq_simple Javier Martinez Canillas
2015-01-29 15:00 ` Javier Martinez Canillas
2015-01-29 15:00 ` [PATCH v3 1/6] mmc: pwrseq: Document that simple sequence support more than one GPIO Javier Martinez Canillas
2015-01-29 15:00   ` Javier Martinez Canillas
2015-01-29 15:00 ` [PATCH v3 2/6] mmc: pwrseq_simple: Extend to support more pins Javier Martinez Canillas
2015-01-29 15:00   ` Javier Martinez Canillas
2015-01-29 15:00   ` Javier Martinez Canillas
2015-01-29 15:00 ` [PATCH v3 3/6] mmc: pwrseq: Document optional clock for the simple power sequence Javier Martinez Canillas
2015-01-29 15:00   ` Javier Martinez Canillas
2015-01-29 15:00 ` [PATCH v3 4/6] mmc: pwrseq_simple: Add optional reference clock support Javier Martinez Canillas
2015-01-29 15:00   ` Javier Martinez Canillas
2015-01-29 15:00   ` Javier Martinez Canillas
2015-01-30 11:17   ` Ulf Hansson
2015-01-30 11:17     ` Ulf Hansson
2015-01-30 13:03     ` Javier Martinez Canillas
2015-01-30 13:03       ` Javier Martinez Canillas
2015-01-29 15:00 ` [PATCH v3 5/6] ARM: dts: exynos5250-snow: Enable wifi power-on Javier Martinez Canillas
2015-01-29 15:00   ` Javier Martinez Canillas
2015-01-29 15:00 ` [PATCH v3 6/6] ARM: dts: exynos5250-snow: Add cap-sdio-irq to wifi mmc node Javier Martinez Canillas
2015-01-29 15:00   ` Javier Martinez Canillas
2015-01-30 11:13 ` [PATCH v3 0/6] Add multiple GPIO and external clock to MMC pwrseq_simple Ulf Hansson
2015-01-30 11:13   ` Ulf Hansson
2015-01-30 13:06   ` Javier Martinez Canillas
2015-01-30 13:06     ` Javier Martinez Canillas
2015-02-04 15:06     ` Javier Martinez Canillas
2015-02-04 15:06       ` Javier Martinez Canillas
2015-02-04 15:19       ` Kukjin Kim [this message]
2015-02-04 15:19         ` Kukjin Kim
2015-02-04 15:22         ` Javier Martinez Canillas
2015-02-04 15:22           ` Javier Martinez Canillas
2015-02-04 15:22           ` Javier Martinez Canillas

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=54D23864.7050705@kernel.org \
    --to=kgene@kernel.org \
    --cc=arend@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=javier.martinez@collabora.co.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=ulf.hansson@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.