linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clk: sunxi-ng: Add the A83T clocks
@ 2016-06-11 17:39 Jean-Francois Moine
  2016-06-11 16:23 ` [PATCH v2 1/3] clk: sunxi-ng: Add N-D-M-P-factor clock support Jean-Francois Moine
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jean-Francois Moine @ 2016-06-11 17:39 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series adds the clocks of the sunxi A83T in the "modern"
clock framework proposed by Maxime Ripard.
It applies on the V2 of his patch series.

It is currently being tested on a Banana Pi M3 with the legacy u-boot.
- working:
	mmc0
	mmc2 (eMMC) but slow clock
	ths
	uart0
	usb0
- not working:
	mmc1 (wifi/bt)
	video (machine freeze on reading/writing the DE I/O memory)
- not yet tested
	audio
	prcm

Jean-Francois Moine (3):
  clk: sunxi-ng: Add N-D-M-P-factor clock support
  clk: sunxi-ng: Add the A83T clocks and resets
  dt: sun8i: Define the clocks of the A83T

 arch/arm/boot/dts/sun8i-a83t.dtsi      |  18 +-
 drivers/clk/sunxi-ng/Makefile          |   3 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c  | 675 +++++++++++++++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu_common.h      |   1 +
 drivers/clk/sunxi-ng/ccu_ndmp.c        | 239 ++++++++++++
 drivers/clk/sunxi-ng/ccu_ndmp.h        |  96 +++++
 include/dt-bindings/clock/sun8i-a83t.h | 150 ++++++++
 include/dt-bindings/reset/sun8i-a83t.h |  94 +++++
 8 files changed, 1270 insertions(+), 6 deletions(-)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun8i-a83t.c
 create mode 100644 drivers/clk/sunxi-ng/ccu_ndmp.c
 create mode 100644 drivers/clk/sunxi-ng/ccu_ndmp.h
 create mode 100644 include/dt-bindings/clock/sun8i-a83t.h
 create mode 100644 include/dt-bindings/reset/sun8i-a83t.h

-- 
2.8.4

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

end of thread, other threads:[~2016-08-22  6:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-11 17:39 [PATCH v2 0/3] clk: sunxi-ng: Add the A83T clocks Jean-Francois Moine
2016-06-11 16:23 ` [PATCH v2 1/3] clk: sunxi-ng: Add N-D-M-P-factor clock support Jean-Francois Moine
2016-06-11 16:50 ` [PATCH v2 2/3] clk: sunxi-ng: Add the A83T clocks and resets Jean-Francois Moine
2016-06-11 17:04 ` [PATCH v2 3/3] dt: sun8i: Define the clocks of the A83T Jean-Francois Moine
     [not found] ` <CAEzqOZuGbn0Qc62mLpPKuH+n8doVLQec5Lg-cvT2C5tqh1GFzg@mail.gmail.com>
2016-08-22  6:28   ` [linux-sunxi] [PATCH v2 0/3] clk: sunxi-ng: Add the A83T clocks Jean-Francois Moine

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