From: chander.kashyap@linaro.org (Chander Kashyap)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC Patch v2 0/3] add temporary parent migration support
Date: Tue, 3 Sep 2013 17:04:28 +0530 [thread overview]
Message-ID: <1378208072-10173-1-git-send-email-chander.kashyap@linaro.org> (raw)
Some platform has provision to change cpu parent clock during
cpu frequency scaling. This patch series provides a mechanism to
implement the same using CCF.
Patch1 provides mechanism to migrate to new parent temporarily.
Patch2 updates the user of clk_register_mux and DEFINE_CLK_MUX which are
modified to add support for clk migration.
Patch3 adds support to Exynos5250 to use the clock parent migration feature
implemented in CCF.
Changes in v2:
- Renamed flag name from CLK_SET_RATE_ALTERNATE to CLK_SET_RATE_TEMP_PARENT
- Renamed "alternate_parent_name" to "temp_parent_name" and
"alternate_parent" to "temp_parent"
Chander Kashyap (3):
clk: add support for temporary parent clock migration
clk: update users of "clk_register_mux" and "DEFINE_CLK_MUX"
clk: samsung: Exynos5250: Add alternate parent name for mout_cpu
arch/arm/mach-imx/clk.h | 6 +--
arch/arm/mach-omap2/cclock2420_data.c | 2 +-
arch/arm/mach-omap2/cclock2430_data.c | 4 +-
arch/arm/mach-omap2/cclock33xx_data.c | 7 +--
arch/arm/mach-omap2/cclock3xxx_data.c | 8 ++--
arch/arm/mach-omap2/cclock44xx_data.c | 61 +++++++++++++------------
drivers/clk/clk-mux.c | 13 +++---
drivers/clk/clk.c | 43 +++++++++++++++++-
drivers/clk/mmp/clk-mmp2.c | 39 ++++++++++------
drivers/clk/mmp/clk-pxa910.c | 30 ++++++++----
drivers/clk/mxs/clk.h | 2 +-
drivers/clk/samsung/clk-exynos-audss.c | 4 +-
drivers/clk/samsung/clk-exynos4.c | 10 ++--
drivers/clk/samsung/clk-exynos5250.c | 4 +-
drivers/clk/samsung/clk.c | 3 +-
drivers/clk/samsung/clk.h | 17 ++++---
drivers/clk/spear/spear1310_clock.c | 78 ++++++++++++++++++--------------
drivers/clk/spear/spear1340_clock.c | 47 ++++++++++---------
drivers/clk/spear/spear3xx_clock.c | 36 +++++++--------
drivers/clk/spear/spear6xx_clock.c | 20 ++++----
drivers/clk/sunxi/clk-sunxi.c | 2 +-
drivers/clk/tegra/clk-tegra114.c | 24 +++++-----
drivers/clk/tegra/clk-tegra20.c | 4 +-
drivers/clk/tegra/clk-tegra30.c | 22 ++++-----
drivers/clk/versatile/clk-vexpress.c | 2 +-
drivers/clk/zynq/clkc.c | 65 +++++++++++++-------------
include/linux/clk-private.h | 19 ++++----
include/linux/clk-provider.h | 10 ++--
28 files changed, 338 insertions(+), 244 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-09-03 11:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 11:34 Chander Kashyap [this message]
2013-09-03 11:34 ` [RFC Patch v2 1/3] clk: add support for temporary parent clock migration Chander Kashyap
2013-09-03 21:47 ` Sylwester Nawrocki
2013-09-04 6:06 ` Chander Kashyap
2013-09-07 3:37 ` Saravana Kannan
2013-09-03 11:34 ` [RFC Patch v2 2/3] clk: update users of "clk_register_mux" and "DEFINE_CLK_MUX" Chander Kashyap
2013-09-03 11:34 ` [RFC Patch v2 3/3] clk: samsung: Exynos5250: Add alternate parent name for mout_cpu Chander Kashyap
2013-09-03 22:36 ` [RFC Patch v2 0/3] add temporary parent migration support Tomasz Figa
2013-09-04 6:02 ` Chander Kashyap
2013-09-04 17:43 ` Mike Turquette
2013-09-04 18:01 ` Tomasz Figa
2013-09-05 18:32 ` Mike Turquette
2013-09-11 4:22 ` Chander Kashyap
2013-09-11 4:19 ` Chander Kashyap
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=1378208072-10173-1-git-send-email-chander.kashyap@linaro.org \
--to=chander.kashyap@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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 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).