public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add support for Renesas ProXO XP oscillator
@ 2022-11-15 23:37 Alex Helms
  2022-11-15 23:37 ` [PATCH v3 1/2] dt-bindings: clock: Add bindings for Renesas ProXO Alex Helms
  2022-11-15 23:37 ` [PATCH v3 2/2] clk: Add support for Renesas ProXO oscillator Alex Helms
  0 siblings, 2 replies; 8+ messages in thread
From: Alex Helms @ 2022-11-15 23:37 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-clk
  Cc: krzysztof.kozlowski+dt, 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.

V3:
 - Add '-hz' suffix to dt property
V2:
 - Fix minor issues in dt bindings
 - Change renesas,xtal to renesas,crystal-frequency

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

 .../bindings/clock/renesas,proxo.yaml         |  51 +++
 MAINTAINERS                                   |   6 +
 drivers/clk/Kconfig                           |   7 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/clk-proxo.c                       | 410 ++++++++++++++++++
 5 files changed, 475 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] 8+ messages in thread

end of thread, other threads:[~2022-11-16 22:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15 23:37 [PATCH v3 0/2] Add support for Renesas ProXO XP oscillator Alex Helms
2022-11-15 23:37 ` [PATCH v3 1/2] dt-bindings: clock: Add bindings for Renesas ProXO Alex Helms
2022-11-16  8:50   ` Krzysztof Kozlowski
2022-11-16  8:53     ` Krzysztof Kozlowski
2022-11-16 20:17     ` Alex Helms
2022-11-16 22:19       ` Rob Herring
2022-11-15 23:37 ` [PATCH v3 2/2] clk: Add support for Renesas ProXO oscillator Alex Helms
2022-11-16  8:49   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox