[PATCH v19 0/3] ARM: qcom: cpuidle support for 8064, 8074, 8084

Lina Iyer lina.iyer at linaro.org
Thu Apr 9 12:20:40 PDT 2015


Hi,

This patchset adds acks and reviewed-by tags to the SPM driver and updates the
defconfig files to enable cpuidle support on the v18 rev of the patchset [1].

The dependencies for these changes are
- SCM and device tree changes for QCOM SoCs [2], [4].
- cpuidle framework changes [3]

Changes since v18:
+ Add commit tags to SPM driver
+ Update qcom_defconfig to enable cpuidle support
+ Update multi_v7_defconfig to enable cpuidle support

Thanks,
Lina

[1]. http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/333521.html
[2]. https://lkml.org/lkml/2015/3/27/599
[3]. https://lkml.org/lkml/2015/3/25/117
[4]. https://lkml.org/lkml/2015/1/19/483

Lina Iyer (3):
  ARM: qcom: Add Subsystem Power Manager (SPM) driver
  ARM: config: Update qcom_defconfig to enable cpuidle
  ARM: config: multi_v7: Update to enable cpuidle for QCOM SoCs

 arch/arm/configs/multi_v7_defconfig |   2 +
 arch/arm/configs/qcom_defconfig     |   2 +
 drivers/soc/qcom/Kconfig            |   7 +
 drivers/soc/qcom/Makefile           |   1 +
 drivers/soc/qcom/spm.c              | 385 ++++++++++++++++++++++++++++++++++++
 5 files changed, 397 insertions(+)
 create mode 100644 drivers/soc/qcom/spm.c

-- 
2.1.0




More information about the linux-arm-kernel mailing list