public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/3] mmc: sdhci: support runtime PM for BYT SD cards
       [not found] <1367831854-31952-1-git-send-email-adrian.hunter@intel.com>
@ 2013-05-06 19:27 ` Linus Walleij
  2013-05-07  7:00   ` Adrian Hunter
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2013-05-06 19:27 UTC (permalink / raw)
  To: Adrian Hunter, Grant Likely, linux-kernel@vger.kernel.org
  Cc: Chris Ball, linux-mmc@vger.kernel.org

On Mon, May 6, 2013 at 11:17 AM, Adrian Hunter <adrian.hunter@intel.com> wrote:

> Here are 3 patches to support runtime PM for BYT SD cards
>
> Please note that these patches are dependent upon 2 gpio patches
> that are in linux-next and linux-gpio but not the mmc tree.
> Those patches are:
>
>         author  Mika Westerberg <mika.westerberg@linux.intel.com>       2013-04-03 10:56:54 (GMT)
>         committer       Linus Walleij <linus.walleij@linaro.org>        2013-04-11 22:31:18 (GMT)
>         commit  12028d2d216220618f76284af5f8ed510b11da55 (patch)
>         gpiolib-acpi: introduce acpi_get_gpio_by_index() helper
>
>         author  Rafael J. Wysocki <rafael.j.wysocki@intel.com>  2013-04-09 13:57:25 (GMT)
>         committer       Linus Walleij <linus.walleij@linaro.org>        2013-04-10 21:41:17 (GMT)
>         commit  7fc7acb9a0b0ff3ffdf21818fe0735ebaf4fecb8 (patch)
>         gpio / ACPI: Handle ACPI events in accordance with the spec
>
> I think those patches are queued for 3.10.
>
> cc: Linus Walleij <linus.walleij@linaro.org>

No they are currently not, and will as it looks right now *not* be in v3.10 due
to a screwup from my side, and that screwup walking the ladder to
Torvalds where it exploded. So he's not pulling the GPIO tree this merge
window.

So just sit back and synchronize this for v3.11 (surely they can be taken
through the GPIO tree if Chris gives his ACK on them).

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/3] mmc: sdhci: support runtime PM for BYT SD cards
  2013-05-06 19:27 ` [PATCH 0/3] mmc: sdhci: support runtime PM for BYT SD cards Linus Walleij
@ 2013-05-07  7:00   ` Adrian Hunter
  2013-05-07  8:04     ` Westerberg, Mika
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Hunter @ 2013-05-07  7:00 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Grant Likely, linux-kernel@vger.kernel.org, Chris Ball,
	linux-mmc@vger.kernel.org, Rafael J. Wysocki, Westerberg, Mika

On 06/05/13 22:27, Linus Walleij wrote:
> On Mon, May 6, 2013 at 11:17 AM, Adrian Hunter <adrian.hunter@intel.com> wrote:
> 
>> Here are 3 patches to support runtime PM for BYT SD cards
>>
>> Please note that these patches are dependent upon 2 gpio patches
>> that are in linux-next and linux-gpio but not the mmc tree.
>> Those patches are:
>>
>>         author  Mika Westerberg <mika.westerberg@linux.intel.com>       2013-04-03 10:56:54 (GMT)
>>         committer       Linus Walleij <linus.walleij@linaro.org>        2013-04-11 22:31:18 (GMT)
>>         commit  12028d2d216220618f76284af5f8ed510b11da55 (patch)
>>         gpiolib-acpi: introduce acpi_get_gpio_by_index() helper
>>
>>         author  Rafael J. Wysocki <rafael.j.wysocki@intel.com>  2013-04-09 13:57:25 (GMT)
>>         committer       Linus Walleij <linus.walleij@linaro.org>        2013-04-10 21:41:17 (GMT)
>>         commit  7fc7acb9a0b0ff3ffdf21818fe0735ebaf4fecb8 (patch)
>>         gpio / ACPI: Handle ACPI events in accordance with the spec
>>
>> I think those patches are queued for 3.10.
>>
>> cc: Linus Walleij <linus.walleij@linaro.org>
> 
> No they are currently not, and will as it looks right now *not* be in v3.10 due
> to a screwup from my side, and that screwup walking the ladder to
> Torvalds where it exploded. So he's not pulling the GPIO tree this merge
> window.
> 
> So just sit back and synchronize this for v3.11 (surely they can be taken
> through the GPIO tree if Chris gives his ACK on them).

3.11 is fine, but one of the patches:

	 [PATCH 1/3] mmc: sdhci: add ability to stay runtime-resumed if the card is powered up

really should be in the mmc tree.

It would be simpler if the above 2 ACPI GPIO patches made it to 3.10 or went via the mmc tree.
Adding Rafael in case he can still take them for 3.10.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/3] mmc: sdhci: support runtime PM for BYT SD cards
  2013-05-07  7:00   ` Adrian Hunter
@ 2013-05-07  8:04     ` Westerberg, Mika
  2013-05-14  8:10       ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Westerberg, Mika @ 2013-05-07  8:04 UTC (permalink / raw)
  To: Adrian Hunter
  Cc: Linus Walleij, Grant Likely, linux-kernel@vger.kernel.org,
	Chris Ball, linux-mmc@vger.kernel.org, Rafael J. Wysocki

On Tue, May 07, 2013 at 10:00:48AM +0300, Adrian Hunter wrote:
> On 06/05/13 22:27, Linus Walleij wrote:
> > On Mon, May 6, 2013 at 11:17 AM, Adrian Hunter <adrian.hunter@intel.com> wrote:
> > 
> >> Here are 3 patches to support runtime PM for BYT SD cards
> >>
> >> Please note that these patches are dependent upon 2 gpio patches
> >> that are in linux-next and linux-gpio but not the mmc tree.
> >> Those patches are:
> >>
> >>         author  Mika Westerberg <mika.westerberg@linux.intel.com>       2013-04-03 10:56:54 (GMT)
> >>         committer       Linus Walleij <linus.walleij@linaro.org>        2013-04-11 22:31:18 (GMT)
> >>         commit  12028d2d216220618f76284af5f8ed510b11da55 (patch)
> >>         gpiolib-acpi: introduce acpi_get_gpio_by_index() helper
> >>
> >>         author  Rafael J. Wysocki <rafael.j.wysocki@intel.com>  2013-04-09 13:57:25 (GMT)
> >>         committer       Linus Walleij <linus.walleij@linaro.org>        2013-04-10 21:41:17 (GMT)
> >>         commit  7fc7acb9a0b0ff3ffdf21818fe0735ebaf4fecb8 (patch)
> >>         gpio / ACPI: Handle ACPI events in accordance with the spec
> >>
> >> I think those patches are queued for 3.10.
> >>
> >> cc: Linus Walleij <linus.walleij@linaro.org>
> > 
> > No they are currently not, and will as it looks right now *not* be in v3.10 due
> > to a screwup from my side, and that screwup walking the ladder to
> > Torvalds where it exploded. So he's not pulling the GPIO tree this merge
> > window.
> > 
> > So just sit back and synchronize this for v3.11 (surely they can be taken
> > through the GPIO tree if Chris gives his ACK on them).
> 
> 3.11 is fine, but one of the patches:
> 
> 	 [PATCH 1/3] mmc: sdhci: add ability to stay runtime-resumed if the card is powered up
> 
> really should be in the mmc tree.
> 
> It would be simpler if the above 2 ACPI GPIO patches made it to 3.10 or went via the mmc tree.
> Adding Rafael in case he can still take them for 3.10.

Looks like Linus pulled GPIO changes already. So they should be available
for 3.10.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/3] mmc: sdhci: support runtime PM for BYT SD cards
  2013-05-07  8:04     ` Westerberg, Mika
@ 2013-05-14  8:10       ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2013-05-14  8:10 UTC (permalink / raw)
  To: Westerberg, Mika
  Cc: Adrian Hunter, Grant Likely, linux-kernel@vger.kernel.org,
	Chris Ball, linux-mmc@vger.kernel.org, Rafael J. Wysocki

On Tue, May 7, 2013 at 10:04 AM, Westerberg, Mika
<mika.westerberg@intel.com> wrote:
> On Tue, May 07, 2013 at 10:00:48AM +0300, Adrian Hunter wrote:

>> It would be simpler if the above 2 ACPI GPIO patches made it to 3.10 or went via the mmc tree.
>> Adding Rafael in case he can still take them for 3.10.
>
> Looks like Linus pulled GPIO changes already. So they should be available
> for 3.10.

Yes it appears he (the other Linus) changed his mind, that's fine then...

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-14  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1367831854-31952-1-git-send-email-adrian.hunter@intel.com>
2013-05-06 19:27 ` [PATCH 0/3] mmc: sdhci: support runtime PM for BYT SD cards Linus Walleij
2013-05-07  7:00   ` Adrian Hunter
2013-05-07  8:04     ` Westerberg, Mika
2013-05-14  8:10       ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox