* [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver
@ 2016-03-02 9:24 Fugang Duan
2016-03-02 9:38 ` Fugang Duan
2016-03-03 22:16 ` David Miller
0 siblings, 2 replies; 5+ messages in thread
From: Fugang Duan @ 2016-03-02 9:24 UTC (permalink / raw)
To: davem; +Cc: netdev, fugang.duan
Add a maintainer entry for FREESCALE FEC ethernet driver and add myself
as a maintainer.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0499f9e..4d4b18f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4552,6 +4552,15 @@ S: Maintained
F: drivers/net/ethernet/freescale/fs_enet/
F: include/linux/fs_enet_pd.h
+FREESCALE IMX / MXC FEC DRIVER
+M: Fugang Duan <fugang.duan@nxp.com>
+L: netdev@vger.kernel.org
+S: Maintained
+F: drivers/net/ethernet/freescale/fec_main.c
+F: drivers/net/ethernet/freescale/fec_ptp.c
+F: drivers/net/ethernet/freescale/fec.h
+F: Documentation/devicetree/bindings/net/fsl-fec.txt
+
FREESCALE QUICC ENGINE LIBRARY
L: linuxppc-dev@lists.ozlabs.org
S: Orphan
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* RE: [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver
2016-03-02 9:24 [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver Fugang Duan
@ 2016-03-02 9:38 ` Fugang Duan
2016-03-02 15:06 ` Zhi Li
2016-03-02 20:22 ` Zhi Li
2016-03-03 22:16 ` David Miller
1 sibling, 2 replies; 5+ messages in thread
From: Fugang Duan @ 2016-03-02 9:38 UTC (permalink / raw)
To: b38611@freescale.com, davem@davemloft.net; +Cc: netdev@vger.kernel.org
From: Fugang Duan <b38611@freescale.com> Sent: Wednesday, March 02, 2016 5:25 PM
> To: davem@davemloft.net
> Cc: netdev@vger.kernel.org; Fugang Duan <fugang.duan@nxp.com>
> Subject: [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC
> ethernet driver
>
> Add a maintainer entry for FREESCALE FEC ethernet driver and add myself as a
> maintainer.
>
> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
> ---
Hi David,
Recently, there have many fec Ethernet driver patches sent out review, to avoid introducing impact on fec driver stable for all i.MX platforms, I request to add myself as the driver maintainer for helping patch review.
Current the driver supports FEC and ENET controllers, support HW PTP for i.MX25/i.MX50/i.MX51/i.MX53/i.MX6x/i.MX7x/i.MX8x... There have some feature extensions in later chips.
It is more convenient for us to test reviewing patches.
Regards,
Andy
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0499f9e..4d4b18f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4552,6 +4552,15 @@ S: Maintained
> F: drivers/net/ethernet/freescale/fs_enet/
> F: include/linux/fs_enet_pd.h
>
> +FREESCALE IMX / MXC FEC DRIVER
> +M: Fugang Duan <fugang.duan@nxp.com>
> +L: netdev@vger.kernel.org
> +S: Maintained
> +F: drivers/net/ethernet/freescale/fec_main.c
> +F: drivers/net/ethernet/freescale/fec_ptp.c
> +F: drivers/net/ethernet/freescale/fec.h
> +F: Documentation/devicetree/bindings/net/fsl-fec.txt
> +
> FREESCALE QUICC ENGINE LIBRARY
> L: linuxppc-dev@lists.ozlabs.org
> S: Orphan
> --
> 1.9.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver
2016-03-02 9:38 ` Fugang Duan
@ 2016-03-02 15:06 ` Zhi Li
2016-03-02 20:22 ` Zhi Li
1 sibling, 0 replies; 5+ messages in thread
From: Zhi Li @ 2016-03-02 15:06 UTC (permalink / raw)
To: Fugang Duan
Cc: b38611@freescale.com, davem@davemloft.net, netdev@vger.kernel.org
On Wed, Mar 2, 2016 at 3:38 AM, Fugang Duan <fugang.duan@nxp.com> wrote:
> From: Fugang Duan <b38611@freescale.com> Sent: Wednesday, March 02, 2016 5:25 PM
>> To: davem@davemloft.net
>> Cc: netdev@vger.kernel.org; Fugang Duan <fugang.duan@nxp.com>
>> Subject: [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC
>> ethernet driver
>>
>> Add a maintainer entry for FREESCALE FEC ethernet driver and add myself as a
>> maintainer.
>>
>> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Acked-by: Frank Li <Frank.Li@nxp.com>
>> ---
>
> Hi David,
>
> Recently, there have many fec Ethernet driver patches sent out review, to avoid introducing impact on fec driver stable for all i.MX platforms, I request to add myself as the driver maintainer for helping patch review.
> Current the driver supports FEC and ENET controllers, support HW PTP for i.MX25/i.MX50/i.MX51/i.MX53/i.MX6x/i.MX7x/i.MX8x... There have some feature extensions in later chips.
> It is more convenient for us to test reviewing patches.
>
> Regards,
> Andy
>
>> MAINTAINERS | 9 +++++++++
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0499f9e..4d4b18f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -4552,6 +4552,15 @@ S: Maintained
>> F: drivers/net/ethernet/freescale/fs_enet/
>> F: include/linux/fs_enet_pd.h
>>
>> +FREESCALE IMX / MXC FEC DRIVER
>> +M: Fugang Duan <fugang.duan@nxp.com>
>> +L: netdev@vger.kernel.org
>> +S: Maintained
>> +F: drivers/net/ethernet/freescale/fec_main.c
>> +F: drivers/net/ethernet/freescale/fec_ptp.c
>> +F: drivers/net/ethernet/freescale/fec.h
>> +F: Documentation/devicetree/bindings/net/fsl-fec.txt
>> +
>> FREESCALE QUICC ENGINE LIBRARY
>> L: linuxppc-dev@lists.ozlabs.org
>> S: Orphan
>> --
>> 1.9.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver
2016-03-02 9:38 ` Fugang Duan
2016-03-02 15:06 ` Zhi Li
@ 2016-03-02 20:22 ` Zhi Li
1 sibling, 0 replies; 5+ messages in thread
From: Zhi Li @ 2016-03-02 20:22 UTC (permalink / raw)
To: Fugang Duan
Cc: b38611@freescale.com, davem@davemloft.net, netdev@vger.kernel.org
On Wed, Mar 2, 2016 at 3:38 AM, Fugang Duan <fugang.duan@nxp.com> wrote:
> From: Fugang Duan <b38611@freescale.com> Sent: Wednesday, March 02, 2016 5:25 PM
>> To: davem@davemloft.net
>> Cc: netdev@vger.kernel.org; Fugang Duan <fugang.duan@nxp.com>
>> Subject: [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC
>> ethernet driver
>>
>> Add a maintainer entry for FREESCALE FEC ethernet driver and add myself as a
>> maintainer.
>>
>> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
>> ---
>
> Hi David,
>
> Recently, there have many fec Ethernet driver patches sent out review, to avoid introducing impact on fec driver stable for all i.MX platforms, I request to add myself as the driver maintainer for helping patch review.
> Current the driver supports FEC and ENET controllers, support HW PTP for i.MX25/i.MX50/i.MX51/i.MX53/i.MX6x/i.MX7x/i.MX8x... There have some feature extensions in later chips.
> It is more convenient for us to test reviewing patches.
We are glad about that many contributor is interesting this driver and
contribute many works.
But we also found some fec driver quality regression.
I hope get Andy's ACK before merge into your tree.
best regards
Frank Li
>
> Regards,
> Andy
>
>> MAINTAINERS | 9 +++++++++
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0499f9e..4d4b18f 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -4552,6 +4552,15 @@ S: Maintained
>> F: drivers/net/ethernet/freescale/fs_enet/
>> F: include/linux/fs_enet_pd.h
>>
>> +FREESCALE IMX / MXC FEC DRIVER
>> +M: Fugang Duan <fugang.duan@nxp.com>
>> +L: netdev@vger.kernel.org
>> +S: Maintained
>> +F: drivers/net/ethernet/freescale/fec_main.c
>> +F: drivers/net/ethernet/freescale/fec_ptp.c
>> +F: drivers/net/ethernet/freescale/fec.h
>> +F: Documentation/devicetree/bindings/net/fsl-fec.txt
>> +
>> FREESCALE QUICC ENGINE LIBRARY
>> L: linuxppc-dev@lists.ozlabs.org
>> S: Orphan
>> --
>> 1.9.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver
2016-03-02 9:24 [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver Fugang Duan
2016-03-02 9:38 ` Fugang Duan
@ 2016-03-03 22:16 ` David Miller
1 sibling, 0 replies; 5+ messages in thread
From: David Miller @ 2016-03-03 22:16 UTC (permalink / raw)
To: b38611; +Cc: netdev, fugang.duan
From: Fugang Duan <b38611@freescale.com>
Date: Wed, 2 Mar 2016 17:24:53 +0800
> Add a maintainer entry for FREESCALE FEC ethernet driver and add myself
> as a maintainer.
>
> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-03 22:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 9:24 [PATCH] MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver Fugang Duan
2016-03-02 9:38 ` Fugang Duan
2016-03-02 15:06 ` Zhi Li
2016-03-02 20:22 ` Zhi Li
2016-03-03 22:16 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox