From: Priit Laes <plaes@plaes.org>
To: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Maxime Ripard <maxime.ripard@free-electrons.com>,
Chen-Yu Tsai <wens@csie.org>,
Russell King <linux@armlinux.org.uk>,
Icenowy Zheng <icenowy@aosc.xyz>,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com
Cc: Priit Laes <plaes@plaes.org>
Subject: [PATCH 0/4] ARM: sun7i: Convert sun7i SoC to sunxi-ng
Date: Mon, 27 Feb 2017 23:09:10 +0200 [thread overview]
Message-ID: <20170227210914.18954-1-plaes@plaes.org> (raw)
Hi,
This is serie brings another SoC into the sunxi-ng world.
As mentioned in sun5i conversion, this is pretty much standard
stuff as all the required clocks were already implemented in
the sunxi-ng framework.
Priit Laes (4):
clk: sunxi-ng: Add clocks and reset indices for sun7i-a20 SoC
clk: sunxi-ng: Add sun7i-a20 CCU driver
ARM: sun7i: Convert to CCU
dt-bindings: List devicetree binding for the CCU of Allwinner A20
.../devicetree/bindings/clock/sunxi-ccu.txt | 1 +
arch/arm/boot/dts/sun7i-a20.dtsi | 719 ++-----------
drivers/clk/sunxi-ng/Kconfig | 11 +
drivers/clk/sunxi-ng/Makefile | 1 +
drivers/clk/sunxi-ng/ccu-sun7i-a20.c | 1068 ++++++++++++++++++++
drivers/clk/sunxi-ng/ccu-sun7i-a20.h | 121 +++
include/dt-bindings/clock/sun7i-ccu.h | 127 +++
include/dt-bindings/reset/sun7i-ccu.h | 40 +
8 files changed, 1455 insertions(+), 633 deletions(-)
create mode 100644 drivers/clk/sunxi-ng/ccu-sun7i-a20.c
create mode 100644 drivers/clk/sunxi-ng/ccu-sun7i-a20.h
create mode 100644 include/dt-bindings/clock/sun7i-ccu.h
create mode 100644 include/dt-bindings/reset/sun7i-ccu.h
--
2.9.3
next reply other threads:[~2017-02-27 21:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-27 21:09 Priit Laes [this message]
2017-02-27 21:09 ` [PATCH 1/4] clk: sunxi-ng: Add clocks and reset indices for sun7i-a20 SoC Priit Laes
2017-02-28 9:27 ` Emmanuel Vadot
2017-02-27 21:09 ` [PATCH 2/4] clk: sunxi-ng: Add sun7i-a20 CCU driver Priit Laes
2017-02-28 8:21 ` Maxime Ripard
2017-03-01 21:38 ` [linux-sunxi] " Priit Laes
2017-03-02 14:21 ` Maxime Ripard
2017-03-02 15:05 ` Chen-Yu Tsai
2017-02-27 21:09 ` [PATCH 3/4] ARM: sun7i: Convert to CCU Priit Laes
2017-02-28 17:01 ` [linux-sunxi] " Emilio López
2017-03-01 19:41 ` Priit Laes
2017-02-27 21:09 ` [PATCH 4/4] dt-bindings: List devicetree binding for the CCU of Allwinner A20 Priit Laes
2017-03-03 6:20 ` Rob Herring
2017-02-28 7:52 ` [PATCH 0/4] ARM: sun7i: Convert sun7i SoC to sunxi-ng Maxime Ripard
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=20170227210914.18954-1-plaes@plaes.org \
--to=plaes@plaes.org \
--cc=devicetree@vger.kernel.org \
--cc=icenowy@aosc.xyz \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=maxime.ripard@free-electrons.com \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=wens@csie.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