* [PATCH net 0/2] Update Joakim Zhang entries @ 2022-12-05 21:23 Florian Fainelli 2022-12-05 21:23 ` [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer Florian Fainelli 2022-12-05 21:23 ` [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer Florian Fainelli 0 siblings, 2 replies; 7+ messages in thread From: Florian Fainelli @ 2022-12-05 21:23 UTC (permalink / raw) To: netdev Cc: Florian Fainelli, Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski, Shawn Guo, NXP Linux Team, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, open list:IRQCHIP DRIVERS, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE Shawn, since you are the i.MX maintainer I added you and the NXP Linux Team as the de-facto maintainers for those entries, however there may be other people to list, thanks! Florian Fainelli (2): MAINTAINERS: Update NXP FEC maintainer dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer .../devicetree/bindings/interrupt-controller/fsl,intmux.yaml | 3 ++- Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 ++- Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml | 3 ++- MAINTAINERS | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) -- 2.34.1 ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer 2022-12-05 21:23 [PATCH net 0/2] Update Joakim Zhang entries Florian Fainelli @ 2022-12-05 21:23 ` Florian Fainelli 2022-12-09 2:01 ` Clark Wang 2022-12-05 21:23 ` [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer Florian Fainelli 1 sibling, 1 reply; 7+ messages in thread From: Florian Fainelli @ 2022-12-05 21:23 UTC (permalink / raw) To: netdev Cc: Florian Fainelli, Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski, Shawn Guo, NXP Linux Team, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, open list:IRQCHIP DRIVERS, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture maintainer) and the NXP Linux Team exploder email. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 256f03904987..ba25d5af51a0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8187,7 +8187,8 @@ S: Maintained F: drivers/i2c/busses/i2c-cpm.c FREESCALE IMX / MXC FEC DRIVER -M: Joakim Zhang <qiangqing.zhang@nxp.com> +M: Shawn Guo <shawnguo@kernel.org> +M: NXP Linux Team <linux-imx@nxp.com> L: netdev@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/net/fsl,fec.yaml -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* RE: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer 2022-12-05 21:23 ` [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer Florian Fainelli @ 2022-12-09 2:01 ` Clark Wang 2022-12-09 3:43 ` Florian Fainelli 0 siblings, 1 reply; 7+ messages in thread From: Clark Wang @ 2022-12-09 2:01 UTC (permalink / raw) To: Florian Fainelli, netdev@vger.kernel.org, Wei Fang, Shenwei Wang Cc: Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski, Shawn Guo, dl-linux-imx, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, open list:IRQCHIP DRIVERS, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE Hi Florian, > -----Original Message----- > From: Florian Fainelli <f.fainelli@gmail.com> > Sent: 2022年12月6日 5:24 > To: netdev@vger.kernel.org > Cc: Florian Fainelli <f.fainelli@gmail.com>; Thomas Gleixner > <tglx@linutronix.de>; Marc Zyngier <maz@kernel.org>; Rob Herring > <robh+dt@kernel.org>; Krzysztof Kozlowski > <krzysztof.kozlowski+dt@linaro.org>; Shawn Guo <shawnguo@kernel.org>; > dl-linux-imx <linux-imx@nxp.com>; David S. Miller <davem@davemloft.net>; > Eric Dumazet <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; > Paolo Abeni <pabeni@redhat.com>; Sascha Hauer <s.hauer@pengutronix.de>; > Pengutronix Kernel Team <kernel@pengutronix.de>; Fabio Estevam > <festevam@gmail.com>; open list:IRQCHIP DRIVERS > <linux-kernel@vger.kernel.org>; open list:OPEN FIRMWARE AND FLATTENED > DEVICE TREE BINDINGS <devicetree@vger.kernel.org>; moderated > list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE > <linux-arm-kernel@lists.infradead.org> > Subject: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer > > Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture > maintainer) and the NXP Linux Team exploder email. > > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 256f03904987..ba25d5af51a0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8187,7 +8187,8 @@ S: Maintained > F: drivers/i2c/busses/i2c-cpm.c > > FREESCALE IMX / MXC FEC DRIVER > -M: Joakim Zhang <qiangqing.zhang@nxp.com> > +M: Shawn Guo <shawnguo@kernel.org> > +M: NXP Linux Team <linux-imx@nxp.com> For FEC driver, please change as follows. Thanks. M: Wei Fang <wei.fang@nxp.com> R: Shenwei Wang <shenwei.wang@nxp.com> R: Clark Wang <xiaoning.wang@nxp.com> R: NXP Linux Team <linux-imx@nxp.com> Best Regards, Clark Wang > L: netdev@vger.kernel.org > S: Maintained > F: Documentation/devicetree/bindings/net/fsl,fec.yaml > -- > 2.34.1 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer 2022-12-09 2:01 ` Clark Wang @ 2022-12-09 3:43 ` Florian Fainelli 0 siblings, 0 replies; 7+ messages in thread From: Florian Fainelli @ 2022-12-09 3:43 UTC (permalink / raw) To: Clark Wang, netdev@vger.kernel.org, Wei Fang, Shenwei Wang Cc: Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski, Shawn Guo, dl-linux-imx, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, open list:IRQCHIP DRIVERS, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE On 12/8/2022 6:01 PM, Clark Wang wrote: > Hi Florian, > > >> -----Original Message----- >> From: Florian Fainelli <f.fainelli@gmail.com> >> Sent: 2022年12月6日 5:24 >> To: netdev@vger.kernel.org >> Cc: Florian Fainelli <f.fainelli@gmail.com>; Thomas Gleixner >> <tglx@linutronix.de>; Marc Zyngier <maz@kernel.org>; Rob Herring >> <robh+dt@kernel.org>; Krzysztof Kozlowski >> <krzysztof.kozlowski+dt@linaro.org>; Shawn Guo <shawnguo@kernel.org>; >> dl-linux-imx <linux-imx@nxp.com>; David S. Miller <davem@davemloft.net>; >> Eric Dumazet <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; >> Paolo Abeni <pabeni@redhat.com>; Sascha Hauer <s.hauer@pengutronix.de>; >> Pengutronix Kernel Team <kernel@pengutronix.de>; Fabio Estevam >> <festevam@gmail.com>; open list:IRQCHIP DRIVERS >> <linux-kernel@vger.kernel.org>; open list:OPEN FIRMWARE AND FLATTENED >> DEVICE TREE BINDINGS <devicetree@vger.kernel.org>; moderated >> list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE >> <linux-arm-kernel@lists.infradead.org> >> Subject: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer >> >> Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture >> maintainer) and the NXP Linux Team exploder email. >> >> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> >> --- >> MAINTAINERS | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 256f03904987..ba25d5af51a0 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -8187,7 +8187,8 @@ S: Maintained >> F: drivers/i2c/busses/i2c-cpm.c >> >> FREESCALE IMX / MXC FEC DRIVER >> -M: Joakim Zhang <qiangqing.zhang@nxp.com> >> +M: Shawn Guo <shawnguo@kernel.org> >> +M: NXP Linux Team <linux-imx@nxp.com> > > For FEC driver, please change as follows. Thanks. > M: Wei Fang <wei.fang@nxp.com> > R: Shenwei Wang <shenwei.wang@nxp.com> > R: Clark Wang <xiaoning.wang@nxp.com> > R: NXP Linux Team <linux-imx@nxp.com> > > Best Regards, > Clark Wang Will do, thanks for stepping in. -- Florian ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer 2022-12-05 21:23 [PATCH net 0/2] Update Joakim Zhang entries Florian Fainelli 2022-12-05 21:23 ` [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer Florian Fainelli @ 2022-12-05 21:23 ` Florian Fainelli 2022-12-06 8:53 ` Krzysztof Kozlowski 2022-12-09 2:04 ` Clark Wang 1 sibling, 2 replies; 7+ messages in thread From: Florian Fainelli @ 2022-12-05 21:23 UTC (permalink / raw) To: netdev Cc: Florian Fainelli, Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski, Shawn Guo, NXP Linux Team, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, open list:IRQCHIP DRIVERS, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture maintainer) and the NXP Linux Team exploder email. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> --- .../devicetree/bindings/interrupt-controller/fsl,intmux.yaml | 3 ++- Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 ++- Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml index 1d6e0f64a807..985bfa4f6fda 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml @@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Freescale INTMUX interrupt multiplexer maintainers: - - Joakim Zhang <qiangqing.zhang@nxp.com> + - Shawn Guo <shawnguo@kernel.org> + - NXP Linux Team <linux-imx@nxp.com> properties: compatible: diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml index e0f376f7e274..83b390ef9abb 100644 --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml @@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Freescale Fast Ethernet Controller (FEC) maintainers: - - Joakim Zhang <qiangqing.zhang@nxp.com> + - Shawn Guo <shawnguo@kernel.org> + - NXP Linux Team <linux-imx@nxp.com> allOf: - $ref: ethernet-controller.yaml# diff --git a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml index 4c155441acbf..bd430dede242 100644 --- a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml +++ b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml @@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: NXP i.MX8 DWMAC glue layer maintainers: - - Joakim Zhang <qiangqing.zhang@nxp.com> + - Shawn Guo <shawnguo@kernel.org> + - NXP Linux Team <linux-imx@nxp.com> # We need a select here so we don't match all nodes with 'snps,dwmac' select: -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer 2022-12-05 21:23 ` [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer Florian Fainelli @ 2022-12-06 8:53 ` Krzysztof Kozlowski 2022-12-09 2:04 ` Clark Wang 1 sibling, 0 replies; 7+ messages in thread From: Krzysztof Kozlowski @ 2022-12-06 8:53 UTC (permalink / raw) To: Florian Fainelli, netdev Cc: Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski, Shawn Guo, NXP Linux Team, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, open list:IRQCHIP DRIVERS, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE On 05/12/2022 22:23, Florian Fainelli wrote: > Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture > maintainer) and the NXP Linux Team exploder email. > > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof ^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer 2022-12-05 21:23 ` [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer Florian Fainelli 2022-12-06 8:53 ` Krzysztof Kozlowski @ 2022-12-09 2:04 ` Clark Wang 1 sibling, 0 replies; 7+ messages in thread From: Clark Wang @ 2022-12-09 2:04 UTC (permalink / raw) To: Florian Fainelli, netdev@vger.kernel.org Cc: Thomas Gleixner, Marc Zyngier, Rob Herring, Krzysztof Kozlowski, Shawn Guo, dl-linux-imx, David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam, open list:IRQCHIP DRIVERS, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE Hi, > -----Original Message----- > From: Florian Fainelli <f.fainelli@gmail.com> > Sent: 2022年12月6日 5:24 > To: netdev@vger.kernel.org > Cc: Florian Fainelli <f.fainelli@gmail.com>; Thomas Gleixner > <tglx@linutronix.de>; Marc Zyngier <maz@kernel.org>; Rob Herring > <robh+dt@kernel.org>; Krzysztof Kozlowski > <krzysztof.kozlowski+dt@linaro.org>; Shawn Guo <shawnguo@kernel.org>; > dl-linux-imx <linux-imx@nxp.com>; David S. Miller <davem@davemloft.net>; > Eric Dumazet <edumazet@google.com>; Jakub Kicinski <kuba@kernel.org>; > Paolo Abeni <pabeni@redhat.com>; Sascha Hauer <s.hauer@pengutronix.de>; > Pengutronix Kernel Team <kernel@pengutronix.de>; Fabio Estevam > <festevam@gmail.com>; open list:IRQCHIP DRIVERS > <linux-kernel@vger.kernel.org>; open list:OPEN FIRMWARE AND FLATTENED > DEVICE TREE BINDINGS <devicetree@vger.kernel.org>; moderated > list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE > <linux-arm-kernel@lists.infradead.org> > Subject: [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX > maintainer > > Emails to Joakim Zhang bounce, add Shawn Guo (i.MX architecture > maintainer) and the NXP Linux Team exploder email. > > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> > --- > .../devicetree/bindings/interrupt-controller/fsl,intmux.yaml | 3 ++- > Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 ++- > Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml | 3 ++- > 3 files changed, 6 insertions(+), 3 deletions(-) > > diff --git > a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml > b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml > index 1d6e0f64a807..985bfa4f6fda 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,intmux.yaml > @@ -7,7 +7,8 @@ $schema: > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicetre > e.org%2Fmeta-schemas%2Fcore.yaml%23&data=05%7C01%7Cxiaoning. > wang%40nxp.com%7C419bb74a904c4ba6d11008dad707013c%7C686ea1d3bc > 2b4c6fa92cd99c5c301635%7C0%7C0%7C638058722324648451%7CUnknown > %7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW > wiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=E2Ll0QCEy%2FJ3TIgZ > %2FD1rsy3%2FTGE%2FC%2FKHSve%2BjBVEFio%3D&reserved=0 > title: Freescale INTMUX interrupt multiplexer > > maintainers: > - - Joakim Zhang <qiangqing.zhang@nxp.com> > + - Shawn Guo <shawnguo@kernel.org> > + - NXP Linux Team <linux-imx@nxp.com> > > properties: > compatible: > diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml > b/Documentation/devicetree/bindings/net/fsl,fec.yaml > index e0f376f7e274..83b390ef9abb 100644 > --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml > +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml > @@ -7,7 +7,8 @@ $schema: > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicetre > e.org%2Fmeta-schemas%2Fcore.yaml%23&data=05%7C01%7Cxiaoning. > wang%40nxp.com%7C419bb74a904c4ba6d11008dad707013c%7C686ea1d3bc > 2b4c6fa92cd99c5c301635%7C0%7C0%7C638058722324648451%7CUnknown > %7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW > wiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=E2Ll0QCEy%2FJ3TIgZ > %2FD1rsy3%2FTGE%2FC%2FKHSve%2BjBVEFio%3D&reserved=0 > title: Freescale Fast Ethernet Controller (FEC) > > maintainers: > - - Joakim Zhang <qiangqing.zhang@nxp.com> > + - Shawn Guo <shawnguo@kernel.org> > + - NXP Linux Team <linux-imx@nxp.com> For FEC yaml file maintainer, please add: Wei Fang <wei.fang@nxp.com> > > allOf: > - $ref: ethernet-controller.yaml# > diff --git a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml > b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml > index 4c155441acbf..bd430dede242 100644 > --- a/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml > +++ b/Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml > @@ -7,7 +7,8 @@ $schema: > https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicetre > e.org%2Fmeta-schemas%2Fcore.yaml%23&data=05%7C01%7Cxiaoning. > wang%40nxp.com%7C419bb74a904c4ba6d11008dad707013c%7C686ea1d3bc > 2b4c6fa92cd99c5c301635%7C0%7C0%7C638058722324648451%7CUnknown > %7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW > wiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=E2Ll0QCEy%2FJ3TIgZ > %2FD1rsy3%2FTGE%2FC%2FKHSve%2BjBVEFio%3D&reserved=0 > title: NXP i.MX8 DWMAC glue layer > > maintainers: > - - Joakim Zhang <qiangqing.zhang@nxp.com> > + - Shawn Guo <shawnguo@kernel.org> > + - NXP Linux Team <linux-imx@nxp.com> For dwmac glue yaml maintainer, please add: Clark Wang <xiaoning.wang@nxp.com> Thanks! Best Regards, Clark Wang > > # We need a select here so we don't match all nodes with 'snps,dwmac' > select: > -- > 2.34.1 ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-12-09 3:43 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-12-05 21:23 [PATCH net 0/2] Update Joakim Zhang entries Florian Fainelli 2022-12-05 21:23 ` [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer Florian Fainelli 2022-12-09 2:01 ` Clark Wang 2022-12-09 3:43 ` Florian Fainelli 2022-12-05 21:23 ` [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer Florian Fainelli 2022-12-06 8:53 ` Krzysztof Kozlowski 2022-12-09 2:04 ` Clark Wang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).