All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Cc: "Benoît Cousson" <bcousson@baylibre.com>,
	devicetree@vger.kernel.org, "Stephen Boyd" <sboyd@kernel.org>,
	"Tero Kristo" <kristo@kernel.org>,
	linux-clk@vger.kernel.org
Subject: [PATCH 0/5] Unify omap4/5 clocks with clock-output-names
Date: Fri,  4 Feb 2022 10:43:34 +0200	[thread overview]
Message-ID: <20220204084339.12341-1-tony@atomide.com> (raw)

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

             reply	other threads:[~2022-02-04  8:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-04  8:43 Tony Lindgren [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220204084339.12341-1-tony@atomide.com \
    --to=tony@atomide.com \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kristo@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.