From: jun.nie@linaro.org (Jun Nie)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 0/4] Add basic ZTE zx296702 SOC support
Date: Thu, 4 Jun 2015 11:20:59 +0800 [thread overview]
Message-ID: <1433388063-13682-1-git-send-email-jun.nie@linaro.org> (raw)
Changes vs v5:
- Remove redundant code and polish return value in clock driver.
Changes vs v4:
- Fix issues in clock driver that Stephen found.
- Remove initramfs in defconfig to avoid overriding test config.
- Drop patches that already merged into ARM next/soc.
Jun Nie (4):
dt-bindings: Add #defines for ZTE ZX296702 clocks
clk: zx: add clock support to zx296702
ARM: dts: zx: add an initial zx296702 dts and doc
ARM: zx: Add basic defconfig support for ZX296702
Documentation/devicetree/bindings/arm/zte.txt | 15 +
.../devicetree/bindings/clock/zx296702-clk.txt | 35 ++
Documentation/devicetree/bindings/serial/pl011.txt | 2 +-
.../devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/zx296702-ad1.dts | 48 ++
arch/arm/boot/dts/zx296702.dtsi | 139 +++++
arch/arm/configs/zx_defconfig | 129 ++++
drivers/clk/Makefile | 1 +
drivers/clk/zte/Makefile | 2 +
drivers/clk/zte/clk-pll.c | 172 ++++++
drivers/clk/zte/clk-zx296702.c | 657 +++++++++++++++++++++
drivers/clk/zte/clk.h | 32 +
include/dt-bindings/clock/zx296702-clock.h | 170 ++++++
14 files changed, 1403 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/arm/zte.txt
create mode 100644 Documentation/devicetree/bindings/clock/zx296702-clk.txt
create mode 100644 arch/arm/boot/dts/zx296702-ad1.dts
create mode 100644 arch/arm/boot/dts/zx296702.dtsi
create mode 100644 arch/arm/configs/zx_defconfig
create mode 100644 drivers/clk/zte/Makefile
create mode 100644 drivers/clk/zte/clk-pll.c
create mode 100644 drivers/clk/zte/clk-zx296702.c
create mode 100644 drivers/clk/zte/clk.h
create mode 100644 include/dt-bindings/clock/zx296702-clock.h
--
1.9.1
next reply other threads:[~2015-06-04 3:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-04 3:20 Jun Nie [this message]
2015-06-04 3:21 ` [PATCH v6 1/4] dt-bindings: Add #defines for ZTE ZX296702 clocks Jun Nie
2015-06-04 3:21 ` [PATCH v6 2/4] clk: zx: add clock support to zx296702 Jun Nie
2015-06-04 18:25 ` Stephen Boyd
2015-06-05 12:53 ` Arnd Bergmann
2015-06-05 19:06 ` Stephen Boyd
2015-06-04 3:21 ` [PATCH v6 3/4] ARM: dts: zx: add an initial zx296702 dts and doc Jun Nie
2015-06-04 3:21 ` [PATCH v6 4/4] ARM: zx: Add basic defconfig support for ZX296702 Jun Nie
2015-06-04 18:27 ` [PATCH v6 0/4] Add basic ZTE zx296702 SOC support Stephen Boyd
2015-06-05 1:45 ` Jun Nie
2015-06-05 2:37 ` Shawn Guo
2015-06-05 19:07 ` Stephen Boyd
2015-06-06 1:38 ` Shawn Guo
2015-06-11 23:25 ` Kevin Hilman
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=1433388063-13682-1-git-send-email-jun.nie@linaro.org \
--to=jun.nie@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).