All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Renesas Versaclock7 Bindings and Clock Driver
@ 2022-09-12 18:36 Alex Helms
  2022-09-12 18:36 ` [PATCH 1/2] dt-bindings: Renesas versaclock7 device tree bindings Alex Helms
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alex Helms @ 2022-09-12 18:36 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-clk
  Cc: robh+dt, sboyd, mturquette, alexander.helms.jy, michal.simek,
	saeed.nowshadi

Device tree bindings and a common clock framework device driver
for the Renesas VersaClock7 clock generator family.
---
Changelog v2:
- Index to output number varies based on which VC7 chip model is used.
  Correct bank to output reference requires converting index to output number
  based on chip model.
- Differentiate between multiple instance of clock nodes by using
  the value of 'clock-output-names' property.

Alex Helms (2):
  dt-bindings: Renesas versaclock7 device tree bindings
  clk: Renesas versaclock7 ccf device driver

 .../bindings/clock/renesas,versaclock7.yaml   |   64 +
 MAINTAINERS                                   |    6 +
 drivers/clk/Kconfig                           |    9 +
 drivers/clk/Makefile                          |    1 +
 drivers/clk/clk-versaclock7.c                 | 1292 +++++++++++++++++
 5 files changed, 1372 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml
 create mode 100755 drivers/clk/clk-versaclock7.c


base-commit: f443e374ae131c168a065ea1748feac6b2e76613
-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2] Renesas Versaclock7 Bindings and Clock Driver
@ 2022-05-03 19:41 Alex Helms
  2022-05-03 19:42 ` [PATCH 2/2] clk: Renesas versaclock7 ccf device driver Alex Helms
  0 siblings, 1 reply; 7+ messages in thread
From: Alex Helms @ 2022-05-03 19:41 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-clk
  Cc: robh+dt, sboyd, mturquette, alexander.helms.jy, michal.simek

Device tree bindings and a common clock framework device driver
for the Renesas VersaClock7 clock generator family.

Alex Helms (2):
  dt-bindings: Renesas versaclock7 device tree bindings
  clk: Renesas versaclock7 ccf device driver

 .../bindings/clock/renesas,versaclock7.yaml   |   64 +
 MAINTAINERS                                   |    6 +
 drivers/clk/Kconfig                           |    9 +
 drivers/clk/Makefile                          |    1 +
 drivers/clk/clk-versaclock7.c                 | 1273 +++++++++++++++++
 5 files changed, 1353 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml
 create mode 100644 drivers/clk/clk-versaclock7.c


base-commit: f443e374ae131c168a065ea1748feac6b2e76613
-- 
2.30.2


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

end of thread, other threads:[~2022-10-01  0:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12 18:36 [PATCH v2 0/2] Renesas Versaclock7 Bindings and Clock Driver Alex Helms
2022-09-12 18:36 ` [PATCH 1/2] dt-bindings: Renesas versaclock7 device tree bindings Alex Helms
2022-10-01  0:32   ` Stephen Boyd
2022-09-12 18:36 ` [PATCH 2/2] clk: Renesas versaclock7 ccf device driver Alex Helms
2022-10-01  0:34   ` Stephen Boyd
2022-09-13 19:14 ` [PATCH v2 0/2] Renesas Versaclock7 Bindings and Clock Driver Nowshadi, Saeed
  -- strict thread matches above, loose matches on Subject: below --
2022-05-03 19:41 [PATCH " Alex Helms
2022-05-03 19:42 ` [PATCH 2/2] clk: Renesas versaclock7 ccf device driver Alex Helms

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.