devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add clock driver for Actions S700 SoC
@ 2018-07-03  9:25 Saravanan Sekar
  2018-07-03  9:25 ` [PATCH v3 1/5] dt-bindings: clock: Rename document generic to Actions Semi Soc's Saravanan Sekar
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Saravanan Sekar @ 2018-07-03  9:25 UTC (permalink / raw)
  To: afaerber, sboyd, manivannan.sadhasivam
  Cc: linux-arm-kernel, mturquette, linux-clk, linux-kernel, robh+dt,
	mark.rutland, catalin.marinas, will.deacon, devicetree, support,
	thomas.liau, jeff.chen, linux, darren, mp-cs, pn, sravanhome

Changelog v3:
- Splitted uart clock DTS changes into separate patch
- Splitted REGMAP Kconfig selection into separate patch
- General naming convention as "Actions Semi" in dt-binding documentation
- Patch re-oredering
- Cleanup and fixed review findings

Changelog v2:
Fixed 0 day compilation warning
Modified existing dts Actions S900 clock bindings common to Actions
Soc family

This patchset adds clock support for Actions Semi OWL series S700 SoC
with relevant clock bindings and device tree info. 

Changed the UART clock using CMU instance and changes are tested in
cubieboard7

Thanks and regards,
Saravanan,
Parthiban

Saravanan Sekar (5):
  dt-bindings: clock: Rename document generic to Actions Semi Soc's
  clk: actions: Add S700 SoC clock support
  clk: actions: Add REGMAP as dependency
  arm64: dts: actions: Enable clock controller for S700
  arm64: dts: actions: Set UART clock reference from CMU

 .../{actions,s900-cmu.txt => actions,owl-cmu.txt}  |  20 +-
 arch/arm64/boot/dts/actions/s700-cubieboard7.dts   |   8 +-
 arch/arm64/boot/dts/actions/s700.dtsi              |  14 +
 drivers/clk/actions/Kconfig                        |  14 +
 drivers/clk/actions/Makefile                       |   1 +
 drivers/clk/actions/owl-s700.c                     | 610 +++++++++++++++++++++
 include/dt-bindings/clock/actions,s700-cmu.h       | 128 +++++
 7 files changed, 779 insertions(+), 16 deletions(-)
 rename Documentation/devicetree/bindings/clock/{actions,s900-cmu.txt => actions,owl-cmu.txt} (67%)
 create mode 100644 drivers/clk/actions/owl-s700.c
 create mode 100644 include/dt-bindings/clock/actions,s700-cmu.h

-- 
2.14.4

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

end of thread, other threads:[~2018-07-06 18:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-03  9:25 [PATCH v3 0/5] Add clock driver for Actions S700 SoC Saravanan Sekar
2018-07-03  9:25 ` [PATCH v3 1/5] dt-bindings: clock: Rename document generic to Actions Semi Soc's Saravanan Sekar
2018-07-05 23:19   ` Rob Herring
2018-07-03  9:25 ` [PATCH v3 2/5] clk: actions: Add S700 SoC clock support Saravanan Sekar
2018-07-03  9:25 ` [PATCH v3 3/5] clk: actions: Add REGMAP as dependency Saravanan Sekar
2018-07-06 18:46   ` Stephen Boyd
2018-07-03  9:25 ` [PATCH v3 4/5] arm64: dts: actions: Enable clock controller for S700 Saravanan Sekar
2018-07-03  9:25 ` [PATCH v3 5/5] arm64: dts: actions: Set UART clock reference from CMU Saravanan Sekar

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