Message ID | 20230830134241.506464-5-keguang.zhang@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Move Loongson1 MAC arch-code to the driver dir | expand |
Hi, On 30/8/23 15:42, Keguang Zhang wrote: > Add two new F: entries for Loongson1 Ethernet driver > and dt-binding document. > Add a new F: entry for the rest Loongson-1 dt-binding documents. > > Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> > --- > V3 -> V4: Update the dt-binding document entry of Loongson1 Ethernet > V2 -> V3: Update the entries and the commit message > V1 -> V2: Improve the commit message > > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ff1f273b4f36..2519d06b5aab 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14344,9 +14344,12 @@ MIPS/LOONGSON1 ARCHITECTURE > M: Keguang Zhang <keguang.zhang@gmail.com> > L: linux-mips@vger.kernel.org > S: Maintained > +F: Documentation/devicetree/bindings/*/loongson,ls1x-*.yaml > +F: Documentation/devicetree/bindings/net/loongson,ls1*.yaml Why not simply squash in patch 2 > F: arch/mips/include/asm/mach-loongson32/ > F: arch/mips/loongson32/ > F: drivers/*/*loongson1* > +F: drivers/net/ethernet/stmicro/stmmac/dwmac-loongson1.c and 3 of this series? > MIPS/LOONGSON2EF ARCHITECTURE > M: Jiaxun Yang <jiaxun.yang@flygoat.com>
On Thu, Aug 31, 2023 at 4:40 PM Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > Hi, > > On 30/8/23 15:42, Keguang Zhang wrote: > > Add two new F: entries for Loongson1 Ethernet driver > > and dt-binding document. > > Add a new F: entry for the rest Loongson-1 dt-binding documents. > > > > Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> > > --- > > V3 -> V4: Update the dt-binding document entry of Loongson1 Ethernet > > V2 -> V3: Update the entries and the commit message > > V1 -> V2: Improve the commit message > > > > MAINTAINERS | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index ff1f273b4f36..2519d06b5aab 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -14344,9 +14344,12 @@ MIPS/LOONGSON1 ARCHITECTURE > > M: Keguang Zhang <keguang.zhang@gmail.com> > > L: linux-mips@vger.kernel.org > > S: Maintained > > +F: Documentation/devicetree/bindings/*/loongson,ls1x-*.yaml > > +F: Documentation/devicetree/bindings/net/loongson,ls1*.yaml > > Why not simply squash in patch 2 > > > F: arch/mips/include/asm/mach-loongson32/ > > F: arch/mips/loongson32/ > > F: drivers/*/*loongson1* > > +F: drivers/net/ethernet/stmicro/stmmac/dwmac-loongson1.c > > and 3 of this series? Do you mean squashing patch 2 and patch 4 into one patch? > > > MIPS/LOONGSON2EF ARCHITECTURE > > M: Jiaxun Yang <jiaxun.yang@flygoat.com> >
On 31/8/23 13:01, Keguang Zhang wrote: > On Thu, Aug 31, 2023 at 4:40 PM Philippe Mathieu-Daudé > <philmd@linaro.org> wrote: >> >> Hi, >> >> On 30/8/23 15:42, Keguang Zhang wrote: >>> Add two new F: entries for Loongson1 Ethernet driver >>> and dt-binding document. >>> Add a new F: entry for the rest Loongson-1 dt-binding documents. >>> >>> Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> >>> --- >>> V3 -> V4: Update the dt-binding document entry of Loongson1 Ethernet >>> V2 -> V3: Update the entries and the commit message >>> V1 -> V2: Improve the commit message >>> >>> MAINTAINERS | 3 +++ >>> 1 file changed, 3 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index ff1f273b4f36..2519d06b5aab 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -14344,9 +14344,12 @@ MIPS/LOONGSON1 ARCHITECTURE >>> M: Keguang Zhang <keguang.zhang@gmail.com> >>> L: linux-mips@vger.kernel.org >>> S: Maintained >>> +F: Documentation/devicetree/bindings/*/loongson,ls1x-*.yaml >>> +F: Documentation/devicetree/bindings/net/loongson,ls1*.yaml >> >> Why not simply squash in patch 2 >> >>> F: arch/mips/include/asm/mach-loongson32/ >>> F: arch/mips/loongson32/ >>> F: drivers/*/*loongson1* >>> +F: drivers/net/ethernet/stmicro/stmmac/dwmac-loongson1.c >> >> and 3 of this series? > > Do you mean squashing patch 2 and patch 4 into one patch? No, simply modify MAINTAINERS at the same time you add the new files.
diff --git a/MAINTAINERS b/MAINTAINERS index ff1f273b4f36..2519d06b5aab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14344,9 +14344,12 @@ MIPS/LOONGSON1 ARCHITECTURE M: Keguang Zhang <keguang.zhang@gmail.com> L: linux-mips@vger.kernel.org S: Maintained +F: Documentation/devicetree/bindings/*/loongson,ls1x-*.yaml +F: Documentation/devicetree/bindings/net/loongson,ls1*.yaml F: arch/mips/include/asm/mach-loongson32/ F: arch/mips/loongson32/ F: drivers/*/*loongson1* +F: drivers/net/ethernet/stmicro/stmmac/dwmac-loongson1.c MIPS/LOONGSON2EF ARCHITECTURE M: Jiaxun Yang <jiaxun.yang@flygoat.com>
Add two new F: entries for Loongson1 Ethernet driver and dt-binding document. Add a new F: entry for the rest Loongson-1 dt-binding documents. Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> --- V3 -> V4: Update the dt-binding document entry of Loongson1 Ethernet V2 -> V3: Update the entries and the commit message V1 -> V2: Improve the commit message MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)