On Mon, Sep 19, 2022 at 1:25 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote: > > On 17/09/2022 06:27, Sergio Paracuellos wrote: > > Mediatek MT7621 i2c driver Bindings have been migrated from text > > to YAML. Hence, properly update this file accordingly. > > So you allow to have a warning added in patch #1 and then you fix it? > > > > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > > --- > > Changes in v2: > > - Add this new patch to the series to align MAINTAINERS files > > with new YAML doc > > > > MAINTAINERS | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 08620b9a44fc..bac21d599181 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -12669,7 +12669,7 @@ MEDIATEK MT7621/28/88 I2C DRIVER > > M: Stefan Roese <sr@xxxxxxx> > > L: linux-i2c@xxxxxxxxxxxxxxx > > S: Maintained > > -F: Documentation/devicetree/bindings/i2c/i2c-mt7621.txt > > +F: Documentation/devicetree/bindings/i2c/mediatek,mt7621-i2c.yaml > > This must be squashed, otherwise it is not bisectable and you have warnings. Understood will squash both patches together in the next version. Thanks, Sergio Paracuellos > > > Best regards, > Krzysztof