From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Fri, 22 Apr 2016 10:25:31 +0200 Subject: No subject Message-ID: <20160422082531.GB3974@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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(-)