mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add driver for lan966x Generic Clock Controlle
@ 2021-09-08 11:48 Kavyasree Kotagiri
  2021-09-08 11:48 ` [PATCH v2 1/3] dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDs Kavyasree Kotagiri
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Kavyasree Kotagiri @ 2021-09-08 11:48 UTC (permalink / raw)
  To: robh+dt, mturquette, sboyd
  Cc: linux-kernel, devicetree, linux-clk, UNGLinuxDriver,
	Eugen.Hristev, Kavyasree.Kotagiri, Manohar.Puri

This patch series adds a device driver for Generic Clock Controller
of lan966x SoC.

v1 -> v2:
- Updated license in dt-bindings.
- Updated example provided for clock controller node.

Kavyasree Kotagiri (3):
  dt-bindings: clock: lan966x: Add binding includes for lan966x SoC
    clock IDs
  clk: lan966x: Add lan966x SoC clock driver
  dt-bindings: clock: lan966x: Add LAN966X Clock Controller

 .../bindings/clock/microchip,lan966x-gck.yaml |  64 +++++
 drivers/clk/clk-lan966x.c                     | 235 ++++++++++++++++++
 include/dt-bindings/clock/microchip,lan966x.h |  28 +++
 3 files changed, 327 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/microchip,lan966x-gck.yaml
 create mode 100644 drivers/clk/clk-lan966x.c
 create mode 100644 include/dt-bindings/clock/microchip,lan966x.h

-- 
2.17.1


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

end of thread, other threads:[~2021-09-08 13:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 11:48 [PATCH v2 0/3] Add driver for lan966x Generic Clock Controlle Kavyasree Kotagiri
2021-09-08 11:48 ` [PATCH v2 1/3] dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDs Kavyasree Kotagiri
2021-09-08 11:48 ` [PATCH v2 2/3] clk: lan966x: Add lan966x SoC clock driver Kavyasree Kotagiri
2021-09-08 11:48 ` [PATCH v2 3/3] dt-bindings: clock: lan966x: Add LAN966X Clock Controller Kavyasree Kotagiri
2021-09-08 13:53   ` Rob Herring

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

Powered by JetHome