From: Kukjin Kim <kgene.kim@samsung.com>
To: "arnd@arndb.de" <arnd@arndb.de>,
"olof@lixom.net" <olof@lixom.net>,
"khilman@linaro.org" <khilman@linaro.org>,
"arm@kernel.org" <arm@kernel.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>
Subject: [GIT PULL 5/6] Samsung PM updates for v3.15
Date: Mon, 03 Mar 2014 09:56:13 +0000 (GMT) [thread overview]
Message-ID: <8259832.260591393840570438.JavaMail.weblogic@epml16> (raw)
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(-)
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/6] Samsung PM updates for v3.15
Date: Mon, 03 Mar 2014 09:56:12 +0000 (GMT) [thread overview]
Message-ID: <8259832.260591393840570438.JavaMail.weblogic@epml16> (raw)
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(-)
next reply other threads:[~2014-03-03 9:56 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-03 9:56 Kukjin Kim [this message]
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 18:35 ` Olof Johansson
2014-03-09 23:32 ` Tomasz Figa
2014-03-09 23:32 ` Tomasz Figa
2014-03-10 0:08 ` Olof Johansson
2014-03-10 0:08 ` Olof Johansson
2014-03-11 1:50 ` Kukjin Kim
2014-03-11 1:50 ` Kukjin Kim
2014-03-11 2:52 ` Olof Johansson
2014-03-11 2:52 ` Olof Johansson
2014-03-19 4:01 ` Mike Turquette
2014-03-19 4:01 ` Mike Turquette
2014-03-20 19:39 ` Kukjin Kim
2014-03-20 19:39 ` Kukjin Kim
2014-03-28 8:52 ` Kukjin Kim
2014-03-28 8:52 ` Kukjin Kim
2014-03-29 1:47 ` Arnd Bergmann
2014-03-29 1:47 ` Arnd Bergmann
2014-03-29 12:10 ` Heiko Stübner
2014-03-29 12:10 ` Heiko Stübner
2014-04-02 4:25 ` Kukjin Kim
2014-04-02 4:25 ` Kukjin Kim
2014-04-03 7:19 ` Mike Turquette
2014-04-03 7:19 ` Mike Turquette
2014-04-03 9:24 ` Kukjin Kim
2014-04-03 9:24 ` Kukjin Kim
2014-04-03 9:58 ` Heiko Stübner
2014-04-03 9:58 ` Heiko Stübner
2014-04-03 10:03 ` Kukjin Kim
2014-04-03 10:03 ` Kukjin Kim
2014-03-17 18:09 ` Tomasz Figa
2014-03-17 18:09 ` Tomasz Figa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8259832.260591393840570438.JavaMail.weblogic@epml16 \
--to=kgene.kim@samsung.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.