linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm: mach-omap2: clkdm/pwrdm: Save/restore context
@ 2018-05-16 15:16 Keerthy
  2018-05-16 15:16 ` [PATCH 1/4] ARM: OMAP2: Add functions to save and restore clockdomain context en-masse Keerthy
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Keerthy @ 2018-05-16 15:16 UTC (permalink / raw)
  To: linux-arm-kernel

The series adds a save/restore functions for clockdomain
and powerdomain. The context is lost only with AM43XX SoCs
only in the rtc only mode with ddr in self-refresh.

The other OMAP family do not use the contexts as the PRCM
is in WKUP Domain.

Keerthy (2):
  omap2: clockdomain: Inroduce cpu_pm notifiers for context save/restore
  omap2: powerdomain: Inroduce cpu_pm notifiers for context     
    save/restore

Russ Dill (2):
  ARM: OMAP2: Add functions to save and restore clockdomain context
    en-masse.
  ARM: OMAP2: Add functions to save and restore powerdomain context

 arch/arm/mach-omap2/clockdomain.c | 73 ++++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/clockdomain.h |  8 ++++
 arch/arm/mach-omap2/cm33xx.c      | 53 ++++++++++++++++++++++++
 arch/arm/mach-omap2/cminst44xx.c  | 43 +++++++++++++++++++
 arch/arm/mach-omap2/powerdomain.c | 87 +++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/powerdomain.h |  7 ++++
 arch/arm/mach-omap2/prm33xx.c     | 31 ++++++++++++++
 arch/arm/mach-omap2/prm44xx.c     | 50 ++++++++++++++++++++++
 8 files changed, 352 insertions(+)

-- 
1.9.1

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

end of thread, other threads:[~2018-05-18 13:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-16 15:16 [PATCH 0/4] arm: mach-omap2: clkdm/pwrdm: Save/restore context Keerthy
2018-05-16 15:16 ` [PATCH 1/4] ARM: OMAP2: Add functions to save and restore clockdomain context en-masse Keerthy
2018-05-16 15:16 ` [PATCH 2/4] omap2: clockdomain: Inroduce cpu_pm notifiers for context save/restore Keerthy
2018-05-17 21:43   ` Tony Lindgren
2018-05-18  5:57     ` Keerthy
2018-05-18  8:38       ` Tero Kristo
2018-05-18 13:54         ` Tony Lindgren
2018-05-16 15:17 ` [PATCH 3/4] ARM: OMAP2: Add functions to save and restore powerdomain context Keerthy
2018-05-16 15:17 ` [PATCH 4/4] omap2: powerdomain: Inroduce cpu_pm notifiers for context save/restore Keerthy
2018-05-17 21:45   ` Tony Lindgren
2018-05-18  4:32     ` Keerthy
2018-05-18  7:00       ` Tero Kristo
2018-05-18 13:54         ` Tony Lindgren

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