linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] clk: clk: Add functions to save/restore clock context en-masse
@ 2018-06-21  8:15 Keerthy
  2018-06-21  8:15 ` [PATCH v3 1/4] " Keerthy
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Keerthy @ 2018-06-21  8:15 UTC (permalink / raw)
  To: t-kristo, sboyd, tony
  Cc: linux-clk, d-gerlach, linux-omap, linux-kernel, j-keerthy

Deep enough power saving mode can result into losing context of the clock
registers also, and they need to be restored once coming back from the power
saving mode. Hence add functions to save/restore clock context.

Tested for DS0 on am437x-gp-evm

Based on top of linux-next

Changes in v2:

        * Renamed clk_dflt_restore to clk_gate_restore_context

Changes in v3: Corrected the e-mail address of linux-omap list

Keerthy (2):
  clk: clk: Add clk_gate_restore_context function
  soc: ti: pm33xx: Save/restore clk context based on enable_off_mode
    setting

Russ Dill (2):
  clk: clk: Add functions to save/restore clock context en-masse
  clk: ti: Add functions to save/restore clk context

 arch/arm/mach-omap2/pm33xx-core.c    |  15 +++++
 drivers/clk/clk.c                    |  93 ++++++++++++++++++++++++++
 drivers/clk/ti/clock.h               |   2 +
 drivers/clk/ti/divider.c             |  36 ++++++++++
 drivers/clk/ti/dpll.c                |   6 ++
 drivers/clk/ti/dpll3xxx.c            | 124 +++++++++++++++++++++++++++++++++++
 drivers/clk/ti/gate.c                |   3 +
 drivers/clk/ti/mux.c                 |  29 ++++++++
 drivers/soc/ti/pm33xx.c              |  13 ++++
 include/linux/clk-provider.h         |   9 +++
 include/linux/clk.h                  |  25 +++++++
 include/linux/clk/ti.h               |   6 ++
 include/linux/platform_data/pm33xx.h |   1 +
 13 files changed, 362 insertions(+)

-- 
1.9.1

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

end of thread, other threads:[~2018-08-13 15:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-21  8:15 [PATCH v3 0/4] clk: clk: Add functions to save/restore clock context en-masse Keerthy
2018-06-21  8:15 ` [PATCH v3 1/4] " Keerthy
2018-06-21  8:15 ` [PATCH v3 2/4] clk: clk: Add clk_gate_restore_context function Keerthy
2018-06-21  8:15 ` [PATCH v3 3/4] clk: ti: Add functions to save/restore clk context Keerthy
2018-06-21  8:15 ` [PATCH v3 4/4] soc: ti: pm33xx: Save/restore clk context based on enable_off_mode setting Keerthy
2018-07-10  5:56 ` [PATCH v3 0/4] clk: clk: Add functions to save/restore clock context en-masse Tony Lindgren
2018-08-13 15:25   ` Tero Kristo

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