All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add clk controller for Milbeaut M10V
@ 2019-04-25 10:40 Sugaya Taichi
  2019-04-25 10:41 ` [PATCH v3 1/3] dt-bindings: clock: milbeaut: add Milbeaut clock description Sugaya Taichi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sugaya Taichi @ 2019-04-25 10:40 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Rob Herring, Mark Rutland
  Cc: Takao Orito, Kazuhiro Kasai, Shinji Kanematsu, Jassi Brar,
	Masami Hiramatsu, linux-clk, devicetree, Sugaya Taichi

Here is the version 3 of Milbeaut M10V clk controller. Previous
versions are here.

v2:
 - driver [1]
 - binding [2]
v1:
 - driver [3]
 - binding [4]

[1] https://lore.kernel.org/lkml/1549628837-31574-1-git-send-email-sugaya.taichi@socionext.com/
[2] https://lore.kernel.org/lkml/1549628823-31388-1-git-send-email-sugaya.taichi@socionext.com/
[3] https://lore.kernel.org/linux-arm-kernel/1542589274-13878-8-git-send-email-sugaya.taichi@socionext.com/
[4] https://lore.kernel.org/linux-arm-kernel/1542589274-13878-7-git-send-email-sugaya.taichi@socionext.com/

changes from v2:
 - Fix commit subject.
 - Insert a line between structs.
 - Insert a line between for-loops.
 - Use readl() function instead of clk_readl().
 - Drop unused callback struct.
 - Make internal function for readability.
 - Convert the binding to yaml.

changes from v1:
 - Refine whole of clk driver.


Sugaya Taichi (3):
  dt-bindings: clock: milbeaut: add Milbeaut clock description
  clock: milbeaut: Add Milbeaut M10V clock controller
  ARM: dts: milbeaut: Add a clk node for Milbeaut M10V

 .../devicetree/bindings/clock/milbeaut-clock.yaml  |  73 +++
 arch/arm/boot/dts/milbeaut-m10v.dtsi               |   7 +
 drivers/clk/Makefile                               |   1 +
 drivers/clk/clk-milbeaut.c                         | 663 +++++++++++++++++++++
 4 files changed, 744 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/milbeaut-clock.yaml
 create mode 100644 drivers/clk/clk-milbeaut.c

-- 
1.9.1

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

end of thread, other threads:[~2019-04-25 23:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25 10:40 [PATCH v3 0/3] Add clk controller for Milbeaut M10V Sugaya Taichi
2019-04-25 10:41 ` [PATCH v3 1/3] dt-bindings: clock: milbeaut: add Milbeaut clock description Sugaya Taichi
2019-04-25 23:44   ` Stephen Boyd
2019-04-25 23:44     ` Stephen Boyd
2019-04-25 10:41 ` [PATCH v3 2/3] clock: milbeaut: Add Milbeaut M10V clock controller Sugaya Taichi
2019-04-25 23:44   ` Stephen Boyd
2019-04-25 23:44     ` Stephen Boyd
2019-04-25 10:41 ` [PATCH v3 3/3] ARM: dts: milbeaut: Add a clk node for Milbeaut M10V Sugaya Taichi

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.