diff mbox

MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver

Message ID 1456910693-25787-1-git-send-email-b38611@freescale.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Nimrod Andy March 2, 2016, 9:24 a.m. UTC
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(+)

Comments

Andy Duan March 2, 2016, 9:38 a.m. UTC | #1
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
Zhi Li March 2, 2016, 3:06 p.m. UTC | #2
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
Zhi Li March 2, 2016, 8:22 p.m. UTC | #3
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
David Miller March 3, 2016, 10:16 p.m. UTC | #4
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.
diff mbox

Patch

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