mbox series

[v2,0/2] Prepare Exynos5433 clocks driver for system suspend/resume

Message ID 20180906160236.4326-1-m.szyprowski@samsung.com
Headers show
Series Prepare Exynos5433 clocks driver for system suspend/resume | expand

Message

Marek Szyprowski Sept. 6, 2018, 4:02 p.m. UTC
Dear All

This patchset adds remaining bits to Exynos5433 clocks driver needed
to make system suspend/resume working without marking dozen of clocks as
'critical'. It must be applied on top of v2 of 'Cleanup suspend/resume code
in Samsung clock drivers' patchset sent a few minutes ago, otherwise
CLK_OF_DECLARE part of the clocks driver will not handle
samsung_cmu_info->suspend_regs entries.

Best regards
Marek Szyprowski


Changelog:

v2:
- rephrased commit message and added more notes from the patch discussion
- added more comments on register magic values
- added ack/review tags


Patch summary:

Marek Szyprowski (2):
  clk: samsung: Use NOIRQ stage for Exynos5433 clocks suspend/resume
  clk: samsung: exynos5433: Add suspend state for TOP, CPIF & PERIC CMUs

 drivers/clk/samsung/clk-exynos5433.c | 31 +++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

-- 
2.17.1

Comments

Sylwester Nawrocki Sept. 6, 2018, 7:52 p.m. UTC | #1
On 09/06/2018 06:02 PM, Marek Szyprowski wrote:
> Marek Szyprowski (2):

>    clk: samsung: Use NOIRQ stage for Exynos5433 clocks suspend/resume

>    clk: samsung: exynos5433: Add suspend state for TOP, CPIF & PERIC CMUs


Applied both patches, thanks.