All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 v3] U8500 clkout clocks v3
@ 2022-04-14 22:17 Linus Walleij
  2022-04-14 22:17 ` [PATCH 1/5 v3] dt-bindings: clock: u8500: Add clkout clock bindings Linus Walleij
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Linus Walleij @ 2022-04-14 22:17 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, Linus Walleij

This third iteration just fix a few small snags on the last
patch and picks up Ulf's review tags.

The second iteration added patches that:

- Drops custom .is_enabled and .is_prepared implementations
  for the U8500 PRCMU clocks.
- Rewrite the PRCMU clocks to use clk_hw
- Then adds the new clkout clocks in the same style

Modernizing the PRCMU clock was necessary so the new clock
would not look off.

We can go on and fix the rest of the ux500 clocks to use
clk_hw style registration on top of this series if there
is desire.

Linus Walleij (5):
  dt-bindings: clock: u8500: Add clkout clock bindings
  clk: ux500: Drop .is_enabled state from PRCMU clocks
  clk: ux500: Drop .is_prepared state from PRCMU clocks
  clk: ux500: Rewrite PRCMU clocks to use clk_hw_*
  clk: ux500: Implement the missing CLKOUT clocks

 .../bindings/clock/stericsson,u8500-clks.yaml |  57 +++
 drivers/clk/ux500/clk-prcmu.c                 | 252 ++++++++-----
 drivers/clk/ux500/clk.h                       |  70 ++--
 drivers/clk/ux500/u8500_of_clk.c              | 350 ++++++++++--------
 include/dt-bindings/clock/ste-db8500-clkout.h |  17 +
 5 files changed, 463 insertions(+), 283 deletions(-)
 create mode 100644 include/dt-bindings/clock/ste-db8500-clkout.h

-- 
2.35.1


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

end of thread, other threads:[~2022-04-25 23:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 22:17 [PATCH 0/5 v3] U8500 clkout clocks v3 Linus Walleij
2022-04-14 22:17 ` [PATCH 1/5 v3] dt-bindings: clock: u8500: Add clkout clock bindings Linus Walleij
2022-04-19 16:34   ` Rob Herring
2022-04-25 23:45   ` Stephen Boyd
2022-04-14 22:17 ` [PATCH 2/5 v3] clk: ux500: Drop .is_enabled state from PRCMU clocks Linus Walleij
2022-04-25 23:46   ` Stephen Boyd
2022-04-14 22:17 ` [PATCH 3/5 v3] clk: ux500: Drop .is_prepared " Linus Walleij
2022-04-25 23:46   ` Stephen Boyd
2022-04-14 22:17 ` [PATCH 4/5 v3] clk: ux500: Rewrite PRCMU clocks to use clk_hw_* Linus Walleij
2022-04-25 23:46   ` Stephen Boyd
2022-04-14 22:17 ` [PATCH 5/5 v3] clk: ux500: Implement the missing CLKOUT clocks Linus Walleij
2022-04-25 23:46   ` Stephen Boyd

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.