Re: [PATCH v12 00/38] ep93xx device tree conversion

From: Nikita Shubin
Date: Mon Sep 09 2024 - 05:03:14 EST


Hi Andy!

On Mon, 2024-09-09 at 11:49 +0300, Andy Shevchenko wrote:
> On Mon, Sep 9, 2024 at 11:12 AM Nikita Shubin via B4 Relay
> <devnull+nikita.shubin.maquefel.me@xxxxxxxxxx> wrote:
> >
> > The goal is to recieve ACKs for all patches in series to merge it
> > via Arnd branch.
> >
> > It was decided from the very beginning of these series, mostly
> > because
> > it's a full conversion of platform code to DT and it seemed not
> > convenient to maintain compatibility with both platform and DT.
> >
> > Following patches require attention from Stephen Boyd or clk
> > subsystem:
>
> Does it mean you still have a few patches without tags?
> What are their respective numbers?

The clk is the last one as i think, all others can be ACKed by
Alexander or by Arnd himself.

>
> > - clk: ep93xx: add DT support for Cirrus EP93xx:
> >   - tristate
> >   - drop MFD_SYSCON/REGMAP
> >   - add AUXILIARY_BUS/REGMAP_MMIO
> >   - prefixed all static with ep9xx_
> >   - s/clk_hw_register_ddiv()/ep93xx_clk_register_ddiv()/
> >   - s/clk_register_div()/ep93xx_clk_register_div()/
> >   - dropped devm_ep93xx_clk_hw_register_fixed_rate_parent_data
> > macro
> >   -
> > s/devm_ep93xx_clk_hw_register_fixed_rate_parent_data()/devm_clk_hw_
> > register_fixed_rate_parent_data()/
>