All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	linux-clk@vger.kernel.org
Subject: Re: [PATCH 0/5 v2] U8500 clkout clocks v2
Date: Mon, 4 Apr 2022 12:15:27 +0200	[thread overview]
Message-ID: <CAPDyKFqpND5Z+XPoWQBkNbsuSWvbHhN1NC_7y+x=rkiuBRe6Ug@mail.gmail.com> (raw)
In-Reply-To: <20220319225156.1451636-1-linus.walleij@linaro.org>

On Sat, 19 Mar 2022 at 23:53, Linus Walleij <linus.walleij@linaro.org> wrote:
>
> This second iteration adds 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                 | 253 ++++++++-----
>  drivers/clk/ux500/clk.h                       |  70 ++--
>  drivers/clk/ux500/u8500_of_clk.c              | 349 ++++++++++--------
>  include/dt-bindings/clock/ste-db8500-clkout.h |  17 +
>  5 files changed, 464 insertions(+), 282 deletions(-)
>  create mode 100644 include/dt-bindings/clock/ste-db8500-clkout.h
>

For the series (besides the minor nitpick at patch5):

Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>

Kind regards
Uffe

      parent reply	other threads:[~2022-04-04 10:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-19 22:51 [PATCH 0/5 v2] U8500 clkout clocks v2 Linus Walleij
2022-03-19 22:51 ` [PATCH 1/5 v2] dt-bindings: clock: u8500: Add clkout clock bindings Linus Walleij
2022-03-21 19:01   ` Rob Herring
2022-03-19 22:51 ` [PATCH 2/5 v2] clk: ux500: Drop .is_enabled state from PRCMU clocks Linus Walleij
2022-03-19 22:51 ` [PATCH 3/5 v2] clk: ux500: Drop .is_prepared " Linus Walleij
2022-03-19 22:51 ` [PATCH 4/5 v2] clk: ux500: Rewrite PRCMU clocks to use clk_hw_* Linus Walleij
2022-03-19 22:51 ` [PATCH 5/5 v2] clk: ux500: Implement the missing CLKOUT clocks Linus Walleij
2022-03-20  4:32   ` kernel test robot
2022-03-21  7:27   ` kernel test robot
2022-04-04 10:14   ` Ulf Hansson
2022-04-04 10:15 ` Ulf Hansson [this message]

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='CAPDyKFqpND5Z+XPoWQBkNbsuSWvbHhN1NC_7y+x=rkiuBRe6Ug@mail.gmail.com' \
    --to=ulf.hansson@linaro.org \
    --cc=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.