linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v4 0/4] Extend lan966x clock driver for clock gating support
@ 2021-11-03  8:50 Horatiu Vultur
  2021-11-03  8:50 ` [RFC PATCH v4 1/4] clk: gate: Add devm_clk_hw_register_gate() Horatiu Vultur
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Horatiu Vultur @ 2021-11-03  8:50 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, kavyasree.kotagiri, nicolas.ferre,
	linux-clk, devicetree, linux-kernel
  Cc: Horatiu Vultur

This patch series depends on the following series, therefor keep it as RFC.
https://www.spinics.net/lists/linux-clk/msg62795.html

This patch series extend the clock driver to support also clock gating.

v3->v4:
 - fix reg property in the schema file

v2->v3:
 - add devm_clk_hw_register_gate function

v1->v2:
 - add Acked-by tag for patch 2
 - make the resource for clock gating as an optional resource

Horatiu Vultur (4):
  clk: gate: Add devm_clk_hw_register_gate()
  dt-bindings: clock: lan966x: Extend for clock gate support
  dt-bindings: clock: lan966x: Extend includes with clock gates
  clk: lan966x: Extend lan966x clock driver for clock gating support

 .../bindings/clock/microchip,lan966x-gck.yaml |  5 +-
 drivers/clk/clk-gate.c                        | 35 +++++++++++
 drivers/clk/clk-lan966x.c                     | 59 ++++++++++++++++++-
 include/dt-bindings/clock/microchip,lan966x.h |  8 ++-
 include/linux/clk-provider.h                  | 23 ++++++++
 5 files changed, 125 insertions(+), 5 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-12-08 10:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03  8:50 [RFC PATCH v4 0/4] Extend lan966x clock driver for clock gating support Horatiu Vultur
2021-11-03  8:50 ` [RFC PATCH v4 1/4] clk: gate: Add devm_clk_hw_register_gate() Horatiu Vultur
2021-11-03  8:51 ` [RFC PATCH v4 2/4] dt-bindings: clock: lan966x: Extend for clock gate support Horatiu Vultur
2021-11-12 19:45   ` Rob Herring
2021-11-03  8:51 ` [RFC PATCH v4 3/4] dt-bindings: clock: lan966x: Extend includes with clock gates Horatiu Vultur
2021-11-03  8:51 ` [RFC PATCH v4 4/4] clk: lan966x: Extend lan966x clock driver for clock gating support Horatiu Vultur
2021-12-08 10:14 ` [RFC PATCH v4 0/4] " Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).