All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Renesas ProXO XP oscillator
@ 2022-09-14 21:18 Alex Helms
  2022-09-14 21:18 ` [PATCH 1/2] dt-bindings: clock: Add bindings for Renesas ProXO Alex Helms
  2022-09-14 21:18 ` [PATCH 2/2] clk: Add support for Renesas ProXO oscillator Alex Helms
  0 siblings, 2 replies; 7+ messages in thread
From: Alex Helms @ 2022-09-14 21:18 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-clk
  Cc: robh+dt, sboyd, mturquette, geert+renesas, alexander.helms.jy

Device tree bindings and a common clock framework device drivers
for the Renesas ProXO XP oscillator.

Alex Helms (2):
  dt-bindings: clock: Add bindings for Renesas ProXO
  clk: Add support for Renesas ProXO oscillator

 .../bindings/clock/renesas,proxo.yaml         |  50 +++
 MAINTAINERS                                   |   6 +
 drivers/clk/Kconfig                           |   7 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/clk-proxo.c                       | 410 ++++++++++++++++++
 5 files changed, 474 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,proxo.yaml
 create mode 100644 drivers/clk/clk-proxo.c


base-commit: f64b5666e11dce481737208027d4af300c63842d
-- 
2.30.2


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

end of thread, other threads:[~2022-10-28 23:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-14 21:18 [PATCH 0/2] Add support for Renesas ProXO XP oscillator Alex Helms
2022-09-14 21:18 ` [PATCH 1/2] dt-bindings: clock: Add bindings for Renesas ProXO Alex Helms
2022-09-15  9:36   ` Krzysztof Kozlowski
2022-09-15 12:08   ` Rob Herring
2022-09-22 18:06     ` Alex Helms
2022-10-28 23:55       ` Krzysztof Kozlowski
2022-09-14 21:18 ` [PATCH 2/2] clk: Add support for Renesas ProXO oscillator 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.