linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 5/6] Samsung PM updates for v3.15
@ 2014-03-03  9:56 Kukjin Kim
  2014-03-09 18:35 ` Olof Johansson
  0 siblings, 1 reply; 17+ messages in thread
From: Kukjin Kim @ 2014-03-03  9:56 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git tags/samsung-pm-1

for you to fetch changes up to e11d919e4aa2009077e3e4f829ff991d37adca61:

  ARM: EXYNOS: Drop legacy Exynos4 clock suspend/resume code (2014-02-14 08:16:01 +0900)

----------------------------------------------------------------
Samsung S2R PM updates for v3.15

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

----------------------------------------------------------------
Tomasz Figa (9):
      clk: exynos4: Remove remnants of non-DT support
      clk: samsung: Provide common helpers for register save/restore
      clk: samsung: exynos4: Move suspend/resume handling to SoC driver
      clk: samsung: exynos5250: Move suspend/resume handling to SoC driver
      clk: samsung: exynos5420: Move suspend/resume handling to SoC driver
      clk: samsung: s3c64xx: Move suspend/resume handling to SoC driver
      clk: samsung: Drop old suspend/resume code
      clk: samsung: exynos4: Add remaining suspend/resume handling
      ARM: EXYNOS: Drop legacy Exynos4 clock suspend/resume code

 arch/arm/mach-exynos/pm.c            |  148 +----------------------------
 drivers/clk/samsung/clk-exynos4.c    |  172 ++++++++++++++++++++++++++++++----
 drivers/clk/samsung/clk-exynos5250.c |   49 +++++++++-
 drivers/clk/samsung/clk-exynos5420.c |   49 +++++++++-
 drivers/clk/samsung/clk-exynos5440.c |    2 +-
 drivers/clk/samsung/clk-s3c64xx.c    |   79 +++++++++++++---
 drivers/clk/samsung/clk.c            |   71 +++++---------
 drivers/clk/samsung/clk.h            |   14 ++-
 8 files changed, 348 insertions(+), 236 deletions(-)

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

end of thread, other threads:[~2014-04-03 10:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-03  9:56 [GIT PULL 5/6] Samsung PM updates for v3.15 Kukjin Kim
2014-03-09 18:35 ` Olof Johansson
2014-03-09 23:32   ` Tomasz Figa
2014-03-10  0:08     ` Olof Johansson
2014-03-11  1:50       ` Kukjin Kim
2014-03-11  2:52         ` Olof Johansson
2014-03-19  4:01           ` Mike Turquette
2014-03-20 19:39             ` Kukjin Kim
2014-03-28  8:52               ` Kukjin Kim
2014-03-29  1:47                 ` Arnd Bergmann
2014-03-29 12:10                   ` Heiko Stübner
2014-04-02  4:25                     ` Kukjin Kim
2014-04-03  7:19                       ` Mike Turquette
2014-04-03  9:24                         ` Kukjin Kim
2014-04-03  9:58                           ` Heiko Stübner
2014-04-03 10:03                             ` Kukjin Kim
2014-03-17 18:09       ` Tomasz Figa

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