linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Allwinner A64 DE2 CCU support with dedicated DE2 bus driver
@ 2018-03-16 17:53 Icenowy Zheng
  2018-03-16 17:53 ` [PATCH 1/7] dt-bindings: add compatible string for the A64 DE2 CCU Icenowy Zheng
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Icenowy Zheng @ 2018-03-16 17:53 UTC (permalink / raw)
  To: Rob Herring, Maxime Ripard, Chen-Yu Tsai
  Cc: devicetree, linux-arm-kernel, linux-kernel, linux-clk,
	linux-sunxi, Icenowy Zheng

This patchset tries to implement the Allwinner A64 DE2 as a bus driver,
in order to model the fact that the SRAM claim controls the access to
the whole DE2 memory space.

PATCH 1 and PATCH 4 are for the CCU part.

PATCH 2 is the device tree binding for the A64 DE2 bus, and PATCH 3
implements the bus driver.

PATCH 5 is a modified version of A64 DE2 CCU patch, which uses the A64
DE2 bus.

PATCH 6 and 7 are just the simplefb patches for A64.

Icenowy Zheng (7):
  dt-bindings: add compatible string for the A64 DE2 CCU
  dt-bindings: add binding for the Allwinner A64 DE2 bus
  bus: add bus driver for accessing Allwinner A64 DE2
  clk: sunxi-ng: add A64 compatible string
  arm64: allwinner: a64: add DE2 CCU related device tree nodes
  arm64: allwinner: a64: add simplefb for A64 SoC
  arm64: allwinner: a64: add HDMI regulator to all DTs' simplefb_hdmi

 .../devicetree/bindings/bus/sun50i-de2-bus.txt     | 37 ++++++++++++
 .../devicetree/bindings/clock/sun8i-de2.txt        |  1 +
 .../boot/dts/allwinner/sun50i-a64-bananapi-m64.dts |  4 ++
 .../boot/dts/allwinner/sun50i-a64-nanopi-a64.dts   |  4 ++
 .../boot/dts/allwinner/sun50i-a64-olinuxino.dts    |  4 ++
 .../boot/dts/allwinner/sun50i-a64-orangepi-win.dts |  4 ++
 .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts |  4 ++
 .../dts/allwinner/sun50i-a64-sopine-baseboard.dts  |  4 ++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      | 68 ++++++++++++++++++++++
 drivers/bus/Kconfig                                | 10 ++++
 drivers/bus/Makefile                               |  1 +
 drivers/bus/sun50i-de2.c                           | 49 ++++++++++++++++
 drivers/clk/sunxi-ng/ccu-sun8i-de2.c               | 11 ++--
 13 files changed, 194 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/bus/sun50i-de2-bus.txt
 create mode 100644 drivers/bus/sun50i-de2.c

-- 
2.15.1

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

end of thread, other threads:[~2018-04-19  6:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-16 17:53 [PATCH 0/7] Allwinner A64 DE2 CCU support with dedicated DE2 bus driver Icenowy Zheng
2018-03-16 17:53 ` [PATCH 1/7] dt-bindings: add compatible string for the A64 DE2 CCU Icenowy Zheng
2018-03-19 22:00   ` Stephen Boyd
2018-03-26 22:22   ` Rob Herring
2018-03-16 17:53 ` [PATCH 2/7] dt-bindings: add binding for the Allwinner A64 DE2 bus Icenowy Zheng
2018-03-20 18:46   ` Maxime Ripard
2018-03-21  2:18     ` Icenowy Zheng
2018-03-21 17:13       ` [linux-sunxi] " Jernej Škrabec
2018-03-22  6:08         ` Icenowy Zheng
2018-03-26 22:22           ` Rob Herring
2018-03-26 23:31             ` Icenowy Zheng
2018-03-27  8:11               ` Maxime Ripard
2018-03-16 17:53 ` [PATCH 3/7] bus: add bus driver for accessing Allwinner A64 DE2 Icenowy Zheng
2018-04-14 10:25   ` Jagan Teki
2018-04-14 10:30     ` Chen-Yu Tsai
2018-04-14 10:46       ` Jagan Teki
2018-04-19  6:35         ` Jagan Teki
2018-03-16 17:53 ` [PATCH 4/7] clk: sunxi-ng: add A64 compatible string Icenowy Zheng
2018-03-16 17:53 ` [PATCH 5/7] arm64: allwinner: a64: add DE2 CCU related device tree nodes Icenowy Zheng
2018-03-20 18:47   ` Maxime Ripard
2018-03-16 17:53 ` [PATCH 6/7] arm64: allwinner: a64: add simplefb for A64 SoC Icenowy Zheng
2018-03-16 17:53 ` [PATCH 7/7] arm64: allwinner: a64: add HDMI regulator to all DTs' simplefb_hdmi Icenowy Zheng

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).