All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clk: sunxi-ng: Add the A83T clocks
@ 2016-06-11 17:39 ` Jean-Francois Moine
  0 siblings, 0 replies; 10+ messages in thread
From: Jean-Francois Moine @ 2016-06-11 17:39 UTC (permalink / raw)
  To: Emilio Lopez, Maxime Ripard, Chen-Yu Tsai
  Cc: Stephen Boyd, linux-arm-kernel, linux-clk, linux-sunxi

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] 10+ messages in thread

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

Thread overview: 10+ 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 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
2016-06-11 16:23   ` 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 16:50   ` Jean-Francois Moine
2016-06-11 17:04 ` [PATCH v2 3/3] dt: sun8i: Define the clocks of the A83T Jean-Francois Moine
2016-06-11 17:04   ` 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
2016-08-22  6:28     ` Jean-Francois Moine

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.