Re: [PATCH v5 0/3] Move Loongson1 MAC arch-code to the driver dir

From: Serge Semin
Date: Fri Sep 15 2023 - 10:19:57 EST


On Fri, Sep 15, 2023 at 03:23:44PM +0200, Philippe Mathieu-Daudé wrote:
> On 15/9/23 11:55, Serge Semin wrote:
> > Hi Keguang
> >
> > On Thu, Sep 14, 2023 at 07:44:32PM +0800, Keguang Zhang wrote:
> > > In order to convert Loongson1 MAC platform devices to the devicetree
> > > nodes, Loongson1 MAC arch-code should be moved to the driver dir.
> > > Add dt-binding document and update MAINTAINERS file accordingly.
> > > In other words, this patchset is a preparation for converting
> > > Loongson1 platform devices to devicetree.
> >
> > No more comments from my side. Thank you for the patches and
> > especially for the patience in the review process.
> >
> > For the entire series:
> > Reviewed-by: Serge Semin <fancer.lancer@xxxxxxxxx>
> >
> > * I'll also send individual Rb tags to each patch so b4 would be able
> > * to take it into account.
>

> Maintainers using b4 should use the '-t' option, then you don't need
> to do that:
>
> -t, --apply-cover-trailers
>
> By default, b4 will not apply any code review trailers sent to
> the cover letter (but will let you know when it finds those).
> This lets you automatically apply these trailers to all commits
> in the series. This will become the default in a future version
> of b4.
>
> https://b4.docs.kernel.org/en/latest/maintainer/am-shazam.html#common-flags

Oh, got it. Can't believe I didn't figure out to take a closer look at
the help-page. Thanks for pointing it out to me.

-Serge(y)