From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/8] ARM: rockchip: add cpuclk handling - clock-tree part
Date: Fri, 26 Sep 2014 16:36:08 -0700 [thread overview]
Message-ID: <20140926233608.19023.74522@quantum> (raw)
In-Reply-To: <1411757591-16142-1-git-send-email-heiko@sntech.de>
Quoting Heiko Stuebner (2014-09-26 11:53:03)
> This series implements cpu frequency-scaling for Rockchip SoCs.
> The whole handling of the armclk frequency changes and therefore
> the implementention is very similar to the recent series for
> Samsung SoCs from Thomas Abraham.
>
> Tested on a
> - rk3066 Marsboard
> - rk3188 Radxa Rock
> - rk3288 Evaluation board
>
> This is the part that would go through the clock tree and the patches
> are build against current clk-next.
>
> -------
> On the arm-soc side we would need the ARMCLK id in an exported branch
> from the clk tree so that the devicetree changes can use this new id.
> But as 3.17 is supposed to be released this weekend, the devicetree
> parts will maybe have to wait for 3.18-rc1 in any case.
> -------
Series looks good to me. It seems like more rockchip clk patches are
starting to flow in so it would be nice to set up pull requests for
those. Heiko is listed as the maintainer, so I guess he will send them?
Thanks!
Mike
>
> The series also is split, as clk-next and the arm-soc parts have diverged
> so much, that it's not possible to create one series against one tree
> and stay sane.
>
> changes since v3:
> - address more comments from Doug Anderson:
> main change setting the dividers in the post_rate callback
> - use __initdata for the rate tables
> While it could use __initconst the current code causes a section
> type conflict with something else, so this could possibly be
> solved at a later time
> changes since v2:
> - add patch removing the pll clk-notifier
> - in cpuclk do parent change and alt_div setting in one go
> changes since v1:
> - address comments received concerning smaller issues
> - split series into two, one for clk-next and one for arm-soc
>
>
> Doug Anderson (1):
> clk: rockchip: change pll rate without a clk-notifier
>
> Heiko Stuebner (6):
> clk: rockchip: fix rk3066 pll status register location
> clk: rockchip: reparent aclk_cpu_pre to the gpll
> clk: rockchip: make tightly bound armclk child-clocks read-only
> clk: rockchip: add new clock-type for the cpuclk
> clk: rockchip: add binding id for ARMCLK
> clk: rockchip: switch to using the new cpuclk type for armclk
>
> Jianqun (1):
> clk: rockchip: fix rk3288 pll status register location
>
> drivers/clk/rockchip/Makefile | 1 +
> drivers/clk/rockchip/clk-cpu.c | 329 ++++++++++++++++++++++++++
> drivers/clk/rockchip/clk-pll.c | 63 +----
> drivers/clk/rockchip/clk-rk3188.c | 161 +++++++++++--
> drivers/clk/rockchip/clk-rk3288.c | 93 +++++++-
> drivers/clk/rockchip/clk.c | 20 ++
> drivers/clk/rockchip/clk.h | 36 +++
> include/dt-bindings/clock/rk3188-cru-common.h | 1 +
> include/dt-bindings/clock/rk3288-cru.h | 1 +
> 9 files changed, 627 insertions(+), 78 deletions(-)
> create mode 100644 drivers/clk/rockchip/clk-cpu.c
>
> --
> 2.1.0
>
prev parent reply other threads:[~2014-09-26 23:36 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-26 18:53 [PATCH v4 0/8] ARM: rockchip: add cpuclk handling - clock-tree part Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 1/8] clk: rockchip: change pll rate without a clk-notifier Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 2/8] clk: rockchip: fix rk3066 pll status register location Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 3/8] clk: rockchip: fix rk3288 " Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 4/8] clk: rockchip: reparent aclk_cpu_pre to the gpll Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 5/8] clk: rockchip: make tightly bound armclk child-clocks read-only Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 6/8] clk: rockchip: add new clock-type for the cpuclk Heiko Stuebner
2014-09-26 20:03 ` Doug Anderson
2014-09-26 20:43 ` [PATCH v4.1 " Heiko Stübner
2014-09-26 20:51 ` [PATCH v4.2 " Heiko Stübner
2014-09-26 18:53 ` [PATCH v4 7/8] clk: rockchip: add binding id for ARMCLK Heiko Stuebner
2014-09-26 18:53 ` [PATCH v4 8/8] clk: rockchip: switch to using the new cpuclk type for armclk Heiko Stuebner
2014-09-26 23:36 ` Mike Turquette [this message]
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=20140926233608.19023.74522@quantum \
--to=mturquette@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