devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Clark Wang <xiaoning.wang@nxp.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	Wei Fang <wei.fang@nxp.com>, Shenwei Wang <shenwei.wang@nxp.com>
Cc: 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: Re: [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer
Date: Thu, 8 Dec 2022 19:43:06 -0800	[thread overview]
Message-ID: <af8093e9-11a5-930d-6dc5-2387195446b1@gmail.com> (raw)
In-Reply-To: <HE1PR0402MB2939AE5C96DE9ECD183D5522F31C9@HE1PR0402MB2939.eurprd04.prod.outlook.com>



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

  reply	other threads:[~2022-12-09  3:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=af8093e9-11a5-930d-6dc5-2387195446b1@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=shenwei.wang@nxp.com \
    --cc=tglx@linutronix.de \
    --cc=wei.fang@nxp.com \
    --cc=xiaoning.wang@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).