linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add clock support for Actions Semi S500 SoC
@ 2018-12-31 18:55 Manivannan Sadhasivam
  2018-12-31 18:55 ` [PATCH 1/6] clk: actions: Add configurable PLL delay Manivannan Sadhasivam
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Manivannan Sadhasivam @ 2018-12-31 18:55 UTC (permalink / raw)
  To: sboyd, mturquette, afaerber, robh+dt
  Cc: linux-arm-kernel, linux-actions, linux-clk, linux-kernel,
	devicetree, Manivannan Sadhasivam

Hello,

This patchset adds common clock support for Actions Semi S500 SoC of
the Owl family SoCs. This series is based on the initial work done
by Edgar Bernardi Righi. https://patchwork.kernel.org/cover/10587527/

Since there isn't any update from him for long time, I took the liberty
to modify his patches, address review comments and send to list for review.

This series has been tested on Allo Sparky SBC.

Thanks,
Mani

Edgar Bernardi Righi (1):
  dt-bindings: clock: Add DT bindings for Actions Semi S500 CMU

Manivannan Sadhasivam (5):
  clk: actions: Add configurable PLL delay
  ARM: dts: Add CMU support for Actions Semi Owl S500 SoC
  ARM: dts: Remove fake UART clock for S500 based SBCs
  clk: actions: Add clock driver for S500 SoC
  MAINTAINERS: Add linux-actions mailing list for Actions Semi

 .../bindings/clock/actions,owl-cmu.txt        |   7 +-
 MAINTAINERS                                   |   1 +
 arch/arm/boot/dts/owl-s500-cubieboard6.dts    |   7 -
 .../arm/boot/dts/owl-s500-guitar-bb-rev-b.dts |   7 -
 arch/arm/boot/dts/owl-s500-sparky.dts         |   7 -
 arch/arm/boot/dts/owl-s500.dtsi               |  22 +
 drivers/clk/actions/Kconfig                   |   5 +
 drivers/clk/actions/Makefile                  |   1 +
 drivers/clk/actions/owl-pll.c                 |   2 +-
 drivers/clk/actions/owl-pll.h                 |  30 +-
 drivers/clk/actions/owl-s500.c                | 524 ++++++++++++++++++
 include/dt-bindings/clock/actions,s500-cmu.h  |  78 +++
 12 files changed, 660 insertions(+), 31 deletions(-)
 create mode 100644 drivers/clk/actions/owl-s500.c
 create mode 100644 include/dt-bindings/clock/actions,s500-cmu.h

-- 
2.17.1


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

end of thread, other threads:[~2019-01-15  3:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-31 18:55 [PATCH 0/6] Add clock support for Actions Semi S500 SoC Manivannan Sadhasivam
2018-12-31 18:55 ` [PATCH 1/6] clk: actions: Add configurable PLL delay Manivannan Sadhasivam
2019-01-11 23:57   ` Stephen Boyd
2018-12-31 18:55 ` [PATCH 2/6] dt-bindings: clock: Add DT bindings for Actions Semi S500 CMU Manivannan Sadhasivam
2019-01-11 14:56   ` Rob Herring
2018-12-31 18:55 ` [PATCH 3/6] ARM: dts: Add CMU support for Actions Semi Owl S500 SoC Manivannan Sadhasivam
2018-12-31 18:55 ` [PATCH 4/6] ARM: dts: Remove fake UART clock for S500 based SBCs Manivannan Sadhasivam
2018-12-31 18:55 ` [PATCH 5/6] clk: actions: Add clock driver for S500 SoC Manivannan Sadhasivam
2019-01-11 23:56   ` Stephen Boyd
2019-01-15  3:15     ` Manivannan Sadhasivam
2018-12-31 18:55 ` [PATCH 6/6] MAINTAINERS: Add linux-actions mailing list for Actions Semi Manivannan Sadhasivam
2018-12-31 19:12   ` Joe Perches
2019-01-01  3:26     ` Manivannan Sadhasivam
2019-01-01  3:32       ` Andreas Färber
2019-01-01  7:37         ` Manivannan Sadhasivam
2019-01-01 16:56       ` Joe Perches
2019-01-02  2:18         ` Manivannan Sadhasivam
2019-01-11 22:51 ` [PATCH 0/6] Add clock support for Actions Semi S500 SoC Stephen Boyd
2019-01-14  9:18   ` Manivannan Sadhasivam
2019-01-14 21:55     ` Stephen Boyd

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