]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'samsung-pm-1' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene... drivers-3.15
authorArnd Bergmann <arnd@arndb.de>
Sat, 29 Mar 2014 00:47:15 +0000 (01:47 +0100)
committerArnd Bergmann <arnd@arndb.de>
Sat, 29 Mar 2014 00:47:15 +0000 (01:47 +0100)
commitf1d7d8c86bc8ca41c88acf10ce383c5104cf4920
treeb3cb6dfc884ed739f1fa46b53595657411a78d0f
parent463e8474af8317c3bfc0dc95b0d003e11e847b40
parente11d919e4aa2009077e3e4f829ff991d37adca61
Merge tag 'samsung-pm-1' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers

Merge "Samsung S2R PM updates for v3.15" from Kukjin Kim:

From Tomasz Figa:
This series reworks suspend/resume handling of Samsung clock drivers
to cover more SoC specific aspects that are beyond simple register
save and restore. The goal is to have all the suspend/resume code
that touches the clock controller in single place, which is the clock
driver.

* tag 'samsung-pm-1' of http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
  ARM: EXYNOS: Drop legacy Exynos4 clock suspend/resume code
  clk: samsung: exynos4: Add remaining suspend/resume handling
  clk: samsung: Drop old suspend/resume code
  clk: samsung: s3c64xx: Move suspend/resume handling to SoC driver
  clk: samsung: exynos5420: Move suspend/resume handling to SoC driver
  clk: samsung: exynos5250: Move suspend/resume handling to SoC driver
  clk: samsung: exynos4: Move suspend/resume handling to SoC driver
  clk: samsung: Provide common helpers for register save/restore
  clk: exynos4: Remove remnants of non-DT support

Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>