public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [RFC 0/3] ARM: sun9i: Add PRCM clocks and reset controls support
@ 2014-10-21  6:49 Chen-Yu Tsai
  2014-10-21  6:49 ` [RFC 1/3] clk: sunxi: sun6i-apb0: Add support for sun9i A80 apbs gates Chen-Yu Tsai
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Chen-Yu Tsai @ 2014-10-21  6:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This series adds basic support for the PRCM module on sun9i, which
has clock and reset controls for the CPU-S or RTC block.

The series is marked RFC, because we do not have actual documentation
for it. I am assuming the clock tree and register format is the same
as the A31 and A23. Obviously we will need to do some testing to verify,
which we would need actual peripherals to do.

I'm posting this so Maxime can test his pinctrl drivers, and then we
can work out how to verify the clocks.


Cheers
ChenYu


Chen-Yu Tsai (3):
  clk: sunxi: sun6i-apb0: Add support for sun9i A80 apbs gates
  mfd: sun6i-prcm: Add support for PRCM found on Allwinner A80 SoC
  ARM: dts: sun9i: Add A80 PRCM clocks and reset control nodes

 Documentation/devicetree/bindings/clock/sunxi.txt |  1 +
 arch/arm/boot/dts/sun9i-a80.dtsi                  | 47 +++++++++++++++++++-
 drivers/clk/sunxi/clk-sun6i-apb0-gates.c          |  6 +++
 drivers/mfd/sun6i-prcm.c                          | 52 +++++++++++++++++++++++
 4 files changed, 105 insertions(+), 1 deletion(-)

-- 
2.1.1

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

end of thread, other threads:[~2014-10-29  2:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21  6:49 [RFC 0/3] ARM: sun9i: Add PRCM clocks and reset controls support Chen-Yu Tsai
2014-10-21  6:49 ` [RFC 1/3] clk: sunxi: sun6i-apb0: Add support for sun9i A80 apbs gates Chen-Yu Tsai
2014-10-21  6:49 ` [RFC 2/3] mfd: sun6i-prcm: Add support for PRCM found on Allwinner A80 SoC Chen-Yu Tsai
2014-10-21  6:49 ` [RFC 3/3] ARM: dts: sun9i: Add A80 PRCM clocks and reset control nodes Chen-Yu Tsai
2014-10-28 21:10 ` [RFC 0/3] ARM: sun9i: Add PRCM clocks and reset controls support Maxime Ripard
2014-10-29  2:07   ` Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox