linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Qualcomm Suspend to Idle Support
@ 2016-05-19  5:00 Andy Gross
  2016-05-19  5:00 ` [PATCH 1/5] soc: qcom: Add suspend to idle support Andy Gross
                   ` (5 more replies)
  0 siblings, 6 replies; 31+ messages in thread
From: Andy Gross @ 2016-05-19  5:00 UTC (permalink / raw)
  To: linux-arm-kernel

This set of patches adds suspend to idle support for the Qualcomm APQ8084
and MSM8916 platforms.  The patches add a minimal set of suspend ops and
init functions to properly configure the enter_freeze function.

This patch set is based on the work done in the following:
[RFC v3 00/12] PM: SoC idle support using PM domains
http://comments.gmane.org/gmane.linux.ports.arm.msm/17966

The relevant prerequisites are the PSCI enablement DT patches.  PSCI based
firmware is also required for the MSM8916 to work properly.

Andy Gross (5):
  soc: qcom: Add suspend to idle support
  arm: defconfig: Add Qualcomm Suspend options
  arm64: dts: msm8916: Add spc compat tag
  ARM: dts: qcom: Remove size elements from pmic reg
  ARM: dts: qcom: pma8084: Add pwrkey entry

 arch/arm/boot/dts/qcom-pma8084.dtsi   | 20 ++++++---
 arch/arm64/boot/dts/qcom/msm8916.dtsi |  2 +-
 arch/arm64/configs/defconfig          |  2 +
 drivers/soc/qcom/Makefile             |  1 +
 drivers/soc/qcom/suspend.c            | 77 +++++++++++++++++++++++++++++++++++
 5 files changed, 95 insertions(+), 7 deletions(-)
 create mode 100644 drivers/soc/qcom/suspend.c

-- 
1.9.1

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

end of thread, other threads:[~2016-06-16  8:12 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19  5:00 [PATCH 0/5] Qualcomm Suspend to Idle Support Andy Gross
2016-05-19  5:00 ` [PATCH 1/5] soc: qcom: Add suspend to idle support Andy Gross
2016-06-09  7:39   ` Ulf Hansson
2016-06-09 18:09     ` Andy Gross
2016-06-10  8:47       ` Ulf Hansson
2016-06-10 15:26         ` Andy Gross
2016-06-13 16:12       ` Daniel Lezcano
2016-05-19  5:00 ` [PATCH 2/5] arm: defconfig: Enable PM8941 pwr key Andy Gross
2016-06-10 20:25   ` Bjorn Andersson
2016-05-19  5:00 ` [PATCH 3/5] arm64: dts: msm8916: Add spc compat tag Andy Gross
2016-05-19 19:52   ` Stanimir Varbanov
2016-05-19 20:16     ` Andy Gross
2016-06-10 15:48   ` Mark Rutland
2016-06-10 16:12     ` Andy Gross
2016-06-10 16:25       ` Mark Rutland
2016-06-10 16:47         ` Andy Gross
2016-06-10 21:16           ` Lina Iyer
2016-06-10 21:52             ` Andy Gross
2016-06-13 11:00           ` Mark Rutland
2016-06-13 13:48             ` Lorenzo Pieralisi
2016-06-16  8:12               ` Andy Gross
2016-06-10 16:31       ` Lorenzo Pieralisi
2016-06-10 16:52         ` Andy Gross
2016-06-10 17:06           ` Lorenzo Pieralisi
2016-06-10 17:27             ` Andy Gross
2016-06-10 20:59               ` Lorenzo Pieralisi
2016-05-19  5:00 ` [PATCH 4/5] ARM: dts: qcom: Remove size elements from pmic reg Andy Gross
2016-06-10 20:26   ` Bjorn Andersson
2016-05-19  5:00 ` [PATCH 5/5] ARM: dts: qcom: pma8084: Add pwrkey entry Andy Gross
2016-06-10 20:29   ` Bjorn Andersson
2016-05-20  6:09 ` [PATCH 0/5] Qualcomm Suspend to Idle Support Pramod Gurav

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