From: wens@csie.org (Chen-Yu Tsai)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/8] ARM: sunxi: rename DT clock node names to clk@N
Date: Mon, 3 Feb 2014 09:51:36 +0800 [thread overview]
Message-ID: <1391392304-4660-1-git-send-email-wens@csie.org> (raw)
Hi everyone,
This is v4 of the clock node renaming patch series, which renames
the clock nodes in sunxi dts to conform to device tree naming
conventions, i.e. clk at N. Dummy clocks that will be renamed/removed
later, or clocks sharing registers are not renamed.
Renamed clock nodes have clock-output-names properties added to
desginate their names. Support for this is added in the first
patch.
Changes since v3:
* Simplify device tree binding documentation: require all sunxi clocks
to have clock-output-names.
* Add clock-output-names to all sunxi clock nodes, including ones not
renamed.
Changes since v2:
* Dropped Cubietruck dts i2c controller patch. Maxime has taken it.
* Changed ARM in commit messages to uppercase.
* Add pll5, pll6 clock names to factors_data tied to compatible strings.
* Dropped pll5 output name in dts due to the previous change.
* Added dts binding documentation for "clock-output-names", as well as
examples.
Changes since v1:
* Fixed pll5, pll6 divs clock name handling
Cheers
ChenYu
Chen-Yu Tsai (8):
clk: sunxi: add clock-output-names dt property support
clk: sunxi: update clock-output-names dt binding documentation
clk: sunxi: add names for pll5, pll6 parent clocks to factors_data
clk: sunxi: get divs parent clock name from parent factor clock
ARM: dts: sun4i: rename clock node names to clk at N
ARM: dts: sun5i: rename clock node names to clk at N
ARM: dts: sun6i: rename clock node names to clk at N
ARM: dts: sun7i: rename clock node names to clk at N
Documentation/devicetree/bindings/clock/sunxi.txt | 32 ++++++++++++++++----
arch/arm/boot/dts/sun4i-a10.dtsi | 30 ++++++++++++-------
arch/arm/boot/dts/sun5i-a10s.dtsi | 30 ++++++++++++-------
arch/arm/boot/dts/sun5i-a13.dtsi | 30 ++++++++++++-------
arch/arm/boot/dts/sun6i-a31.dtsi | 19 ++++++++----
arch/arm/boot/dts/sun7i-a20.dtsi | 25 +++++++++++-----
drivers/clk/sunxi/clk-sunxi.c | 36 ++++++++++++++++-------
7 files changed, 143 insertions(+), 59 deletions(-)
--
1.9.rc1
next reply other threads:[~2014-02-03 1:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-03 1:51 Chen-Yu Tsai [this message]
2014-02-03 1:51 ` [PATCH v4 1/8] clk: sunxi: add clock-output-names dt property support Chen-Yu Tsai
2014-02-03 1:51 ` [PATCH v4 2/8] clk: sunxi: update clock-output-names dt binding documentation Chen-Yu Tsai
2014-02-03 1:51 ` [PATCH v4 3/8] clk: sunxi: add names for pll5, pll6 parent clocks to factors_data Chen-Yu Tsai
2014-02-03 1:51 ` [PATCH v4 4/8] clk: sunxi: get divs parent clock name from parent factor clock Chen-Yu Tsai
2014-02-03 1:51 ` [PATCH v4 5/8] ARM: dts: sun4i: rename clock node names to clk@N Chen-Yu Tsai
2014-02-03 1:51 ` [PATCH v4 6/8] ARM: dts: sun5i: " Chen-Yu Tsai
2014-02-03 1:51 ` [PATCH v4 7/8] ARM: dts: sun6i: " Chen-Yu Tsai
2014-02-03 1:51 ` [PATCH v4 8/8] ARM: dts: sun7i: " Chen-Yu Tsai
2014-03-18 1:06 ` [linux-sunxi] " Olof Johansson
2014-03-18 9:25 ` Maxime Ripard
2014-02-07 19:24 ` [PATCH v4 0/8] ARM: sunxi: rename DT " Maxime Ripard
2014-02-18 14:35 ` Emilio López
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=1391392304-4660-1-git-send-email-wens@csie.org \
--to=wens@csie.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).