Re: [PATCHv2 00/38] Convert power-supply DT bindings to YAML

From: Rob Herring
Date: Mon Mar 22 2021 - 21:06:24 EST


On Mon, Mar 22, 2021 at 3:43 PM Sebastian Reichel
<sebastian.reichel@xxxxxxxxxxxxx> wrote:
>
> Hi,
>
> On Mon, Mar 22, 2021 at 10:25:49AM -0600, Rob Herring wrote:
> > On Wed, Mar 17, 2021 at 7:49 AM Sebastian Reichel wrote:
> > > Sebastian Reichel (38):
> > > ARM: dts: motorola-cpcap-mapphone: Prepare for dtbs_check parsing
> > > dt-bindings: power: supply: cpcap-battery: Convert to DT schema format
> > > dt-bindings: power: supply: cpcap-charger: Convert to DT schema format
> > > [...]
> >
> > Thanks! For the series:
> >
> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
>
> How should we proceed with the DTS patch?
>
> a) Tony takes DT through his tree, I take all YAML files through my tree.
> The verification might be broken for some time when being merged
> in wrong order. Looks like there are already quite a few warnings
> for in-tree DTS files, so it might be ok to have some more
> temporarily? It's obviously the most simple solution.

This is fine. We're not anywhere close to warning free.

>
> b) Tony takes DTS and the cpcap related patches through his tree;
> I take the other ones.
>
> c) I take the full series through my tree.
>
> d) I can merge the DT through an immutable branch and provide a PR.
>
> I'm fine with either way.
>
> -- Sebastian