linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/03] Add clock driver for Actions Semi S500 SoC
@ 2018-09-04 15:34 Edgar Bernardi Righi
  0 siblings, 0 replies; only message in thread
From: Edgar Bernardi Righi @ 2018-09-04 15:34 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, linux-kernel, linux-clk
  Cc: Daniel Lezcano, linux, Manivannan Sadhasivam,
	Guilherme G. Simões, Jon maddog Hall, mkzuffo,
	Andreas Färber, sboyd, mark.rutland, linux, support,
	catalin.marinas, Michael Turquette, will.deacon, thomas liau,
	darren, robh+dt, jeff.chen, pn, mp-cs, Laisa Costa - LSI-TEC

This patchset adds clock support for Actions Semi Owl series S500 SoC
with relevant clock bindings and device tree info.
Updates from v1 to v2:
SoC supports were organized in alphabetical manner.
"_DELAY" suffixes were removed.
Patch generation format changed.
Commits were rebased on top of Saravanan's patches.
Changed patches ordering.

Signed-off-by: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>

---
 arch/arm/boot/dts/owl-s500-cubieboard6.dts     |   8 +-
 arch/arm/boot/dts/owl-s500-guitar-bb-rev-b.dts |   8 +-
 arch/arm/boot/dts/owl-s500-sparky.dts          |   8 +-
 arch/arm/boot/dts/owl-s500.dtsi                |  24 ++
 drivers/clk/actions/Kconfig                    |   5 +
 drivers/clk/actions/Makefile                   |   1 +
 drivers/clk/actions/owl-pll.c                  |   2 +-
 drivers/clk/actions/owl-pll.h                  |  15 +-
 drivers/clk/actions/owl-s500.c                 | 524 +++++++++++++++++++++++++
 drivers/clk/actions/owl-s700.c                 |  18 +-
 drivers/clk/actions/owl-s900.c                 |  18 +-
 include/dt-bindings/clock/actions,s500-cmu.h   |  78 ++++
 12 files changed, 664 insertions(+), 45 deletions(-)
 create mode 100644 drivers/clk/actions/owl-s500.c
 create mode 100644 include/dt-bindings/clock/actions,s500-cmu.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-04 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 15:34 [PATCH v2 00/03] Add clock driver for Actions Semi S500 SoC Edgar Bernardi Righi

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