linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM DT idle states updates
@ 2014-11-04 12:30 Lorenzo Pieralisi
  2014-11-07 10:41 ` Daniel Lezcano
  0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Pieralisi @ 2014-11-04 12:30 UTC (permalink / raw)
  To: daniel.lezcano; +Cc: khilman, linux-pm, linux-arm-kernel

Hi Daniel,

please consider pulling the three patches below for 3.19.

First two are updates on idle states bindings and parsing code to add
states descriptions and status property, the last one is just a clean-up
patch, to remove leftovers from the last merge window.

Thanks a lot,
Lorenzo

The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4:

  Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)

are available in the git repository at:

  git://linux-arm.org/linux-2.6-lp.git for-upstream/dt-idle-states-updates

for you to fetch changes up to 6e13873494078ac26862144ca2345546ca905c41:

  drivers: cpuidle: remove cpuidle-arm64 duplicate error messages (2014-11-04 12:09:27 +0000)

----------------------------------------------------------------
Lorenzo Pieralisi (3):
      drivers: cpuidle: add status property to ARM idle states
      drivers: cpuidle: add idle-state-name description to ARM idle states
      drivers: cpuidle: remove cpuidle-arm64 duplicate error messages

 .../devicetree/bindings/arm/idle-states.txt          | 20 ++++++++++++++++++++
 drivers/cpuidle/cpuidle-arm64.c                      | 13 ++-----------
 drivers/cpuidle/dt_idle_states.c                     | 10 +++++++++-
 3 files changed, 31 insertions(+), 12 deletions(-)

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

* Re: [GIT PULL] ARM DT idle states updates
  2014-11-04 12:30 [GIT PULL] ARM DT idle states updates Lorenzo Pieralisi
@ 2014-11-07 10:41 ` Daniel Lezcano
  2014-11-07 10:43   ` Daniel Lezcano
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Lezcano @ 2014-11-07 10:41 UTC (permalink / raw)
  To: Lorenzo Pieralisi; +Cc: khilman, linux-pm, linux-arm-kernel

On 11/04/2014 01:30 PM, Lorenzo Pieralisi wrote:
> Hi Daniel,
>
> please consider pulling the three patches below for 3.19.
>
> First two are updates on idle states bindings and parsing code to add
> states descriptions and status property, the last one is just a clean-up
> patch, to remove leftovers from the last merge window.

Hi Lorenzo,

could you please send these three patches along with this pull request ?

Thanks

   -- Daniel

>
> Thanks a lot,
> Lorenzo
>
> The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4:
>
>    Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)
>
> are available in the git repository at:
>
>    git://linux-arm.org/linux-2.6-lp.git for-upstream/dt-idle-states-updates
>
> for you to fetch changes up to 6e13873494078ac26862144ca2345546ca905c41:
>
>    drivers: cpuidle: remove cpuidle-arm64 duplicate error messages (2014-11-04 12:09:27 +0000)
>
> ----------------------------------------------------------------
> Lorenzo Pieralisi (3):
>        drivers: cpuidle: add status property to ARM idle states
>        drivers: cpuidle: add idle-state-name description to ARM idle states
>        drivers: cpuidle: remove cpuidle-arm64 duplicate error messages
>
>   .../devicetree/bindings/arm/idle-states.txt          | 20 ++++++++++++++++++++
>   drivers/cpuidle/cpuidle-arm64.c                      | 13 ++-----------
>   drivers/cpuidle/dt_idle_states.c                     | 10 +++++++++-
>   3 files changed, 31 insertions(+), 12 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

* Re: [GIT PULL] ARM DT idle states updates
  2014-11-07 10:41 ` Daniel Lezcano
@ 2014-11-07 10:43   ` Daniel Lezcano
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2014-11-07 10:43 UTC (permalink / raw)
  To: Lorenzo Pieralisi; +Cc: khilman, linux-pm, linux-arm-kernel

On 11/07/2014 11:41 AM, Daniel Lezcano wrote:
> On 11/04/2014 01:30 PM, Lorenzo Pieralisi wrote:
>> Hi Daniel,
>>
>> please consider pulling the three patches below for 3.19.
>>
>> First two are updates on idle states bindings and parsing code to add
>> states descriptions and status property, the last one is just a clean-up
>> patch, to remove leftovers from the last merge window.
>
> Hi Lorenzo,
>
> could you please send these three patches along with this pull request ?

Please ignore. I saw the three patches :)

Sorry for the noise.

   -- Daniel

>>
>> Thanks a lot,
>> Lorenzo
>>
>> The following changes since commit
>> 0df1f2487d2f0d04703f142813d53615d62a1da4:
>>
>>    Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)
>>
>> are available in the git repository at:
>>
>>    git://linux-arm.org/linux-2.6-lp.git
>> for-upstream/dt-idle-states-updates
>>
>> for you to fetch changes up to 6e13873494078ac26862144ca2345546ca905c41:
>>
>>    drivers: cpuidle: remove cpuidle-arm64 duplicate error messages
>> (2014-11-04 12:09:27 +0000)
>>
>> ----------------------------------------------------------------
>> Lorenzo Pieralisi (3):
>>        drivers: cpuidle: add status property to ARM idle states
>>        drivers: cpuidle: add idle-state-name description to ARM idle
>> states
>>        drivers: cpuidle: remove cpuidle-arm64 duplicate error messages
>>
>>   .../devicetree/bindings/arm/idle-states.txt          | 20
>> ++++++++++++++++++++
>>   drivers/cpuidle/cpuidle-arm64.c                      | 13 ++-----------
>>   drivers/cpuidle/dt_idle_states.c                     | 10 +++++++++-
>>   3 files changed, 31 insertions(+), 12 deletions(-)
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
>


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

end of thread, other threads:[~2014-11-07 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-04 12:30 [GIT PULL] ARM DT idle states updates Lorenzo Pieralisi
2014-11-07 10:41 ` Daniel Lezcano
2014-11-07 10:43   ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).