All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 0/5 v3] U8500 clkout clocks v3
Date: Fri, 15 Apr 2022 00:17:46 +0200	[thread overview]
Message-ID: <20220414221751.323525-1-linus.walleij@linaro.org> (raw)

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


             reply	other threads:[~2022-04-14 22:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-14 22:17 Linus Walleij [this message]
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

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=20220414221751.323525-1-linus.walleij@linaro.org \
    --to=linus.walleij@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --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.