All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Unify omap4/5 clocks with clock-output-names
@ 2022-02-04  8:43 Tony Lindgren
  2022-02-04  8:43 ` [PATCH 1/5] ARM: dts: Add clock-output-names for omap4 Tony Lindgren
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Tony Lindgren @ 2022-02-04  8:43 UTC (permalink / raw)
  To: linux-omap
  Cc: Benoît Cousson, devicetree, Stephen Boyd, Tero Kristo, linux-clk

Hi,

This series adds clock-output-names for omap4/5 in order to unify the
clock naming for omap4/5 to follow am3/4 and dra7. This makes it possible
to stop using non-standard devicetree node names for clocks in the later
patches.

This series depends on the clock related changes posted as:

[PATCH 0/8] Clock changes for TI dts reg and node name issues

Regards,

Tony


Tony Lindgren (5):
  ARM: dts: Add clock-output-names for omap4
  ARM: dts: Drop custom clkctrl compatible and update omap4 l4per
  ARM: dts: Add clock-output-names for omap5
  ARM: dts: Drop custom clkctrl compatible and update omap5 l4per
  clk: ti: Stop using legacy clkctrl names for omap4 and 5

 arch/arm/boot/dts/omap443x-clocks.dtsi |   1 +
 arch/arm/boot/dts/omap446x-clocks.dtsi |   2 +
 arch/arm/boot/dts/omap44xx-clocks.dtsi | 173 +++++++++++++++++++-
 arch/arm/boot/dts/omap54xx-clocks.dtsi | 160 ++++++++++++++++++-
 drivers/clk/ti/clk-44xx.c              | 210 ++++++++++++-------------
 drivers/clk/ti/clk-54xx.c              | 160 +++++++++----------
 drivers/clk/ti/clkctrl.c               |   4 -
 7 files changed, 515 insertions(+), 195 deletions(-)

-- 
2.35.1

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

end of thread, other threads:[~2022-03-15 21:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04  8:43 [PATCH 0/5] Unify omap4/5 clocks with clock-output-names Tony Lindgren
2022-02-04  8:43 ` [PATCH 1/5] ARM: dts: Add clock-output-names for omap4 Tony Lindgren
2022-03-11  3:34   ` Stephen Boyd
2022-03-12  8:12     ` Tony Lindgren
2022-03-15 21:25       ` Stephen Boyd
2022-02-04  8:43 ` [PATCH 2/5] ARM: dts: Drop custom clkctrl compatible and update omap4 l4per Tony Lindgren
2022-02-04  8:43 ` [PATCH 3/5] ARM: dts: Add clock-output-names for omap5 Tony Lindgren
2022-02-04  8:43 ` [PATCH 4/5] ARM: dts: Drop custom clkctrl compatible and update omap5 l4per Tony Lindgren
2022-02-04  8:43 ` [PATCH 5/5] clk: ti: Stop using legacy clkctrl names for omap4 and 5 Tony Lindgren

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.