All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add QorIQ DPAA
@ 2020-05-04 10:11 Madalin Bucur
  2020-05-12  9:52 ` Priyanka Jain
  0 siblings, 1 reply; 3+ messages in thread
From: Madalin Bucur @ 2020-05-04 10:11 UTC (permalink / raw)
  To: u-boot

Add entries for the QorIQ DPAA related files - the DPAA FMan
Ethernet driver and the QorIQ ARM DPAA device tree include files.

Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
---
This was included in v3 of the DPAA DM patches but, as v1 was merged,
it was left out, resending.

 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 66f0b07..76f4cc1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -850,6 +850,12 @@ S:	Maintained
 T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
 F:	arch/powerpc/cpu/mpc86xx/
 
+QORIQ DPAA
+M:	Madalin Bucur <madalin.bucur@oss.nxp.com>
+S:	Maintained
+F:	drivers/net/fm/
+F:	arch/arm/dts/qoriq*
+
 RISC-V
 M:	Rick Chen <rick@andestech.com>
 S:	Maintained
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] MAINTAINERS: add QorIQ DPAA
  2020-05-04 10:11 [PATCH] MAINTAINERS: add QorIQ DPAA Madalin Bucur
@ 2020-05-12  9:52 ` Priyanka Jain
  2020-05-12 11:34   ` Madalin Bucur
  0 siblings, 1 reply; 3+ messages in thread
From: Priyanka Jain @ 2020-05-12  9:52 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Madalin Bucur
>Sent: Monday, May 4, 2020 3:42 PM
>To: joe.hershberger at ni.com; Priyanka Jain (OSS)
><priyanka.jain@oss.nxp.com>
>Cc: u-boot at lists.denx.de; Madalin Bucur (OSS)
><madalin.bucur@oss.nxp.com>
>Subject: [PATCH] MAINTAINERS: add QorIQ DPAA
>
>Add entries for the QorIQ DPAA related files - the DPAA FMan Ethernet driver
>and the QorIQ ARM DPAA device tree include files.
>
>Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
>---
>This was included in v3 of the DPAA DM patches but, as v1 was merged, it
>was left out, resending.
>
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 66f0b07..76f4cc1 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -850,6 +850,12 @@ S:	Maintained
> T:	git
>https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
>b.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-
>mpc86xx.git&amp;data=02%7C01%7Cpriyanka.jain%40nxp.com%7C8a143a
>8949dc42d069af08d7f0138c2d%7C686ea1d3bc2b4c6fa92cd99c5c301635%
>7C0%7C0%7C637241839090504358&amp;sdata=hgaCJijYavgoLmGsfOEAN
>MDcyfx8VLFB%2BvZPKgGu6R4%3D&amp;reserved=0
> F:	arch/powerpc/cpu/mpc86xx/
>
>+QORIQ DPAA
>+M:	Madalin Bucur <madalin.bucur@oss.nxp.com>
>+S:	Maintained
>+F:	drivers/net/fm/
>+F:	arch/arm/dts/qoriq*
>+
<snip>

This MAINTAINER file is mainly for custodian maintainers.
And currently I am acting as Maintainer  of the files mentioned
If you want to add specific file names here to fix checkpatch error, please add file names under " FREESCALE QORIQ" section

Regards
Priyanka

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] MAINTAINERS: add QorIQ DPAA
  2020-05-12  9:52 ` Priyanka Jain
@ 2020-05-12 11:34   ` Madalin Bucur
  0 siblings, 0 replies; 3+ messages in thread
From: Madalin Bucur @ 2020-05-12 11:34 UTC (permalink / raw)
  To: u-boot

> -----Original Message-----
> From: Priyanka Jain <priyanka.jain@nxp.com>
> Sent: Tuesday, May 12, 2020 12:53 PM
> To: Madalin Bucur (OSS) <madalin.bucur@oss.nxp.com>;
> joe.hershberger at ni.com; Priyanka Jain (OSS) <priyanka.jain@oss.nxp.com>
> Cc: u-boot at lists.denx.de
> Subject: RE: [PATCH] MAINTAINERS: add QorIQ DPAA
> 
> >-----Original Message-----
> >From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Madalin Bucur
> >Sent: Monday, May 4, 2020 3:42 PM
> >To: joe.hershberger at ni.com; Priyanka Jain (OSS)
> ><priyanka.jain@oss.nxp.com>
> >Cc: u-boot at lists.denx.de; Madalin Bucur (OSS)
> ><madalin.bucur@oss.nxp.com>
> >Subject: [PATCH] MAINTAINERS: add QorIQ DPAA
> >
> >Add entries for the QorIQ DPAA related files - the DPAA FMan Ethernet
> driver
> >and the QorIQ ARM DPAA device tree include files.
> >
> >Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
> >---
> >This was included in v3 of the DPAA DM patches but, as v1 was merged, it
> >was left out, resending.
> >
> > MAINTAINERS | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> >diff --git a/MAINTAINERS b/MAINTAINERS
> >index 66f0b07..76f4cc1 100644
> >--- a/MAINTAINERS
> >+++ b/MAINTAINERS
> >@@ -850,6 +850,12 @@ S:	Maintained
> > T:	git
> >https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitla
> >b.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-
> >mpc86xx.git&amp;data=02%7C01%7Cpriyanka.jain%40nxp.com%7C8a143a
> >8949dc42d069af08d7f0138c2d%7C686ea1d3bc2b4c6fa92cd99c5c301635%
> >7C0%7C0%7C637241839090504358&amp;sdata=hgaCJijYavgoLmGsfOEAN
> >MDcyfx8VLFB%2BvZPKgGu6R4%3D&amp;reserved=0
> > F:	arch/powerpc/cpu/mpc86xx/
> >
> >+QORIQ DPAA
> >+M:	Madalin Bucur <madalin.bucur@oss.nxp.com>
> >+S:	Maintained
> >+F:	drivers/net/fm/
> >+F:	arch/arm/dts/qoriq*
> >+
> <snip>
> 
> This MAINTAINER file is mainly for custodian maintainers.
> And currently I am acting as Maintainer  of the files mentioned
> If you want to add specific file names here to fix checkpatch error,
> please add file names under " FREESCALE QORIQ" section
> 
> Regards
> Priyanka

Ok, please add these files to your entry then.

Madalin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-12 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 10:11 [PATCH] MAINTAINERS: add QorIQ DPAA Madalin Bucur
2020-05-12  9:52 ` Priyanka Jain
2020-05-12 11:34   ` Madalin Bucur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.