[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1529382505-3069-1-git-send-email-j-keerthy@ti.com>
Date: Tue, 19 Jun 2018 09:58:21 +0530
From: Keerthy <j-keerthy@...com>
To: <t-kristo@...com>, <sboyd@...nel.org>, <tony@...mide.com>
CC: <linux-omap@...r.kernel.org>, <linux-clk@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <mturquette@...libre.com>,
<d-gerlach@...com>, <j-keerthy@...com>
Subject: [PATCH 0/4] clk: clk: Add functions to save/restore clock context en-masse
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
Keerthy (2):
clk: clk: Add clk_dflt_restore
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
Powered by blists - more mailing lists