mbox

[PULL] ARM: cpuidle: changes for 4.7

Message ID 5719E10D.5020008@linaro.org
State New
Headers show

Pull-request

http://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/4.7

Message

Daniel Lezcano April 22, 2016, 8:30 a.m. UTC
Hi Rafael,

please pull the following changes for 4.7.

  * Constify the cpuidle_ops structure and the types returned by the 
functions using it (Jisheng Zhang)

Thanks !

   -- Daniel

The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:

   Linux 4.6-rc4 (2016-04-17 19:13:32 -0700)

are available in the git repository at:

   http://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/4.7

for you to fetch changes up to 5e7c17df795e462c70a43f1b3b670e08efefe8fd:

   drivers: firmware: psci: use const and __initconst for 
psci_cpuidle_ops (2016-04-20 10:44:32 +0200)

----------------------------------------------------------------
Jisheng Zhang (4):
       ARM: cpuidle: add const qualifier to cpuidle_ops member in structures
       ARM: cpuidle: constify return value of arm_cpuidle_get_ops()
       soc: qcom: spm: Use const and __initconst for qcom_cpuidle_ops
       drivers: firmware: psci: use const and __initconst for 
psci_cpuidle_ops

  arch/arm/include/asm/cpuidle.h | 2 +-
  arch/arm/kernel/cpuidle.c      | 6 +++---
  drivers/firmware/psci.c        | 2 +-
  drivers/soc/qcom/spm.c         | 2 +-
  4 files changed, 6 insertions(+), 6 deletions(-)

Comments

Rafael J. Wysocki April 26, 2016, 12:34 a.m. UTC | #1
On Friday, April 22, 2016 10:30:05 AM Daniel Lezcano wrote:
> Hi Rafael,
> 
> please pull the following changes for 4.7.
> 
>   * Constify the cpuidle_ops structure and the types returned by the 
> functions using it (Jisheng Zhang)
> 
> Thanks !
> 
>    -- Daniel
> 
> The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:
> 
>    Linux 4.6-rc4 (2016-04-17 19:13:32 -0700)
> 
> are available in the git repository at:
> 
>    http://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/4.7
> 
> for you to fetch changes up to 5e7c17df795e462c70a43f1b3b670e08efefe8fd:
> 
>    drivers: firmware: psci: use const and __initconst for 
> psci_cpuidle_ops (2016-04-20 10:44:32 +0200)
> 
> ----------------------------------------------------------------
> Jisheng Zhang (4):
>        ARM: cpuidle: add const qualifier to cpuidle_ops member in structures
>        ARM: cpuidle: constify return value of arm_cpuidle_get_ops()
>        soc: qcom: spm: Use const and __initconst for qcom_cpuidle_ops
>        drivers: firmware: psci: use const and __initconst for 
> psci_cpuidle_ops
> 
>   arch/arm/include/asm/cpuidle.h | 2 +-
>   arch/arm/kernel/cpuidle.c      | 6 +++---
>   drivers/firmware/psci.c        | 2 +-
>   drivers/soc/qcom/spm.c         | 2 +-
>   4 files changed, 6 insertions(+), 6 deletions(-)

Pulled, thanks!