linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM:exynos5:power-domain: Save and restore CLK_TOP_SRC3 via clock framework.
@ 2013-01-09 12:54 Prasanna Kumar
  2013-01-09 12:54 ` [PATCH 1/3] ARM: dts: exynos5: Add power domain clocks to pd node of Gscaler and MFC Prasanna Kumar
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Prasanna Kumar @ 2013-01-09 12:54 UTC (permalink / raw)
  To: linux-arm-kernel

After Suspend-Resume operation of exynos5, CLK_TOP_SRC3 register modified
while power gating G-scaler and MFC power domains.This is seen only after
suspend and resume.

The solution to this problem is to save CLK_SRC_TOP3 register and restore
it while powergating. But CLK_SRC_TOP3 register cannot accessed directly 
by power domain code.
Please refer below URL to know the background of this issue.
http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg14347.html.

This patch set adds clock framework support for save and restore
clock register (CLK_SRC_TOP3)  for G-scaler and MFC power domains.

This patch set depends on
http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg14648.html

Prasanna Kumar (3):
  ARM: dts: exynos5: Add power domain clocks to pd node of Gscaler and MFC
  ARM:exynos5:dts: Bindings for clock definitions are added.
  ARM: exynos5: Add clock save and restore operation(CLK_SRC_TOP3) using clock framework.

 .../bindings/arm/exynos/power_domain.txt           |   14 ++
 arch/arm/boot/dts/exynos5250.dtsi                  |    2 +
 arch/arm/mach-exynos/pm_domains.c                  |  125 ++++++++++++++++++++
 3 files changed, 141 insertions(+), 0 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2013-01-29  5:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 12:54 [PATCH 0/3] ARM:exynos5:power-domain: Save and restore CLK_TOP_SRC3 via clock framework Prasanna Kumar
2013-01-09 12:54 ` [PATCH 1/3] ARM: dts: exynos5: Add power domain clocks to pd node of Gscaler and MFC Prasanna Kumar
2013-01-09 17:25   ` Thomas Abraham
2013-01-09 12:54 ` [PATCH 2/3] ARM:exynos5:dts: Bindings for clock definitions are added Prasanna Kumar
2013-01-09 12:54 ` [PATCH 3/3] ARM: exynos5: Add clock save and restore Prasanna Kumar
2013-01-09 13:53   ` Russell King - ARM Linux
2013-01-11  8:39     ` Prasanna Kumar
2013-01-29  5:24 ` [PATCH 0/3] ARM:exynos5:power-domain: Save and restore CLK_TOP_SRC3 via clock framework Kukjin Kim

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