Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1362790

[PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops

From Jisheng Zhang <jszhang@marvell.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops
Date 2016-03-22 15:50 +0100
Message-ID <rfvN7-5Sf-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


These trivial patches are similar as Masahiro posted in[1]. The main
purpose is let cpuidle_ops structure be constified and replace
"__initdata" with "__initconst".

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-August/365826.html

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(-)

-- 
2.8.0.rc3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops Jisheng Zhang <jszhang@marvell.com> - 2016-03-22 15:50 +0100
  [PATCH 3/4] soc: qcom: spm: use const and __initconst for qcom_cpuidle_ops Jisheng Zhang <jszhang@marvell.com> - 2016-03-22 15:50 +0100
  [PATCH 4/4] drivers: firmware: psci: use const and __initconst for psci_cpuidle_ops Jisheng Zhang <jszhang@marvell.com> - 2016-03-22 15:50 +0100
  Re: [PATCH 0/4] ARM: cpuidle: use const and __initconst for  cpuidle_ops Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-03-25 12:30 +0100

csiph-web