All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] arm64: Allwinner A64 support based on sunxi-ng
@ 2016-09-09 20:10 ` Maxime Ripard
  0 siblings, 0 replies; 35+ messages in thread
From: Maxime Ripard @ 2016-09-09 20:10 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd, Chen-Yu Tsai, Maxime Ripard
  Cc: linux-arm-kernel, Andre Przywara, linux-clk, linux-kernel, linux-sunxi

Hi,

As it was in the first iteration, this is the A64 support based on the
new sunxi-ng clock framework.

The support for it is quite minimal at the moment, but it should be
fairly easy to add new devices, as most of the design is shared with
older SoCs.

Let me know what you think,
Maxime

Changes from v1:
  - Split the A64 CCU support out of the H3 driver
  - Added the PMU support
  - Removed the clocks node
  - Rebased on top of current sunxi/clk-for-4.9 branch

Andre Przywara (3):
  Documentation: devicetree: add vendor prefix for Pine64
  arm64: dts: add Allwinner A64 SoC .dtsi
  arm64: dts: add Pine64 support

Maxime Ripard (1):
  clk: sunxi-ng: Add A64 clocks

 Documentation/devicetree/bindings/arm/sunxi.txt    |   1 +
 .../devicetree/bindings/clock/sunxi-ccu.txt        |   1 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 MAINTAINERS                                        |   1 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/allwinner/Makefile             |   5 +
 .../boot/dts/allwinner/sun50i-a64-pine64-plus.dts  |  50 ++
 .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts |  70 ++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      | 279 +++++++
 drivers/clk/sunxi-ng/Kconfig                       |  11 +
 drivers/clk/sunxi-ng/Makefile                      |   1 +
 drivers/clk/sunxi-ng/ccu-sun50i-a64.c              | 870 +++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu-sun50i-a64.h              |  68 ++
 include/dt-bindings/clock/sun50i-a64-ccu.h         | 132 ++++
 include/dt-bindings/reset/sun50i-a64-ccu.h         |  97 +++
 15 files changed, 1588 insertions(+)
 create mode 100644 arch/arm64/boot/dts/allwinner/Makefile
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-a64.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun50i-a64.h
 create mode 100644 include/dt-bindings/clock/sun50i-a64-ccu.h
 create mode 100644 include/dt-bindings/reset/sun50i-a64-ccu.h

-- 
2.9.3

^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2016-09-19 15:15 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-09 20:10 [PATCH v2 0/4] arm64: Allwinner A64 support based on sunxi-ng Maxime Ripard
2016-09-09 20:10 ` Maxime Ripard
2016-09-09 20:10 ` [PATCH v2 1/4] clk: sunxi-ng: Add A64 clocks Maxime Ripard
2016-09-09 20:10   ` Maxime Ripard
2016-09-10  3:24   ` Chen-Yu Tsai
2016-09-10  3:24     ` Chen-Yu Tsai
2016-09-17 14:08     ` Maxime Ripard
2016-09-17 14:08       ` Maxime Ripard
2016-09-14 21:45   ` Stephen Boyd
2016-09-14 21:45     ` Stephen Boyd
2016-09-17 14:23     ` Maxime Ripard
2016-09-17 14:23       ` Maxime Ripard
2016-09-09 20:10 ` [PATCH v2 2/4] Documentation: devicetree: add vendor prefix for Pine64 Maxime Ripard
2016-09-09 20:10   ` Maxime Ripard
2016-09-10  1:54   ` Chen-Yu Tsai
2016-09-10  1:54     ` Chen-Yu Tsai
2016-09-09 20:10 ` [PATCH v2 3/4] arm64: dts: add Allwinner A64 SoC .dtsi Maxime Ripard
2016-09-09 20:10   ` Maxime Ripard
2016-09-10  2:21   ` Chen-Yu Tsai
2016-09-10  2:21     ` Chen-Yu Tsai
2016-09-10  2:21     ` Chen-Yu Tsai
2016-09-15  0:08   ` André Przywara
2016-09-15  0:08     ` André Przywara
2016-09-17 14:51     ` Maxime Ripard
2016-09-17 14:51       ` Maxime Ripard
2016-09-18  1:21       ` Icenowy Zheng
2016-09-18  1:21         ` Icenowy Zheng
2016-09-09 20:10 ` [PATCH v2 4/4] arm64: dts: add Pine64 support Maxime Ripard
2016-09-09 20:10   ` Maxime Ripard
2016-09-10  2:33   ` Chen-Yu Tsai
2016-09-10  2:33     ` Chen-Yu Tsai
2016-09-12 10:11     ` Andre Przywara
2016-09-12 10:11       ` Andre Przywara
2016-09-19 15:14       ` Chen-Yu Tsai
2016-09-19 15:14         ` Chen-Yu Tsai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.