Message ID | 1588587093-13968-1-git-send-email-madalin.bucur@oss.nxp.com |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: add QorIQ DPAA | expand |
>-----Original Message----- >From: U-Boot <u-boot-bounces at 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 at oss.nxp.com> >Cc: u-boot at lists.denx.de; Madalin Bucur (OSS) ><madalin.bucur at 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 at 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&data=02%7C01%7Cpriyanka.jain%40nxp.com%7C8a143a >8949dc42d069af08d7f0138c2d%7C686ea1d3bc2b4c6fa92cd99c5c301635% >7C0%7C0%7C637241839090504358&sdata=hgaCJijYavgoLmGsfOEAN >MDcyfx8VLFB%2BvZPKgGu6R4%3D&reserved=0 > F: arch/powerpc/cpu/mpc86xx/ > >+QORIQ DPAA >+M: Madalin Bucur <madalin.bucur at 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
> -----Original Message----- > From: Priyanka Jain <priyanka.jain at nxp.com> > Sent: Tuesday, May 12, 2020 12:53 PM > To: Madalin Bucur (OSS) <madalin.bucur at oss.nxp.com>; > joe.hershberger at ni.com; Priyanka Jain (OSS) <priyanka.jain at 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 at 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 at oss.nxp.com> > >Cc: u-boot at lists.denx.de; Madalin Bucur (OSS) > ><madalin.bucur at 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 at 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&data=02%7C01%7Cpriyanka.jain%40nxp.com%7C8a143a > >8949dc42d069af08d7f0138c2d%7C686ea1d3bc2b4c6fa92cd99c5c301635% > >7C0%7C0%7C637241839090504358&sdata=hgaCJijYavgoLmGsfOEAN > >MDcyfx8VLFB%2BvZPKgGu6R4%3D&reserved=0 > > F: arch/powerpc/cpu/mpc86xx/ > > > >+QORIQ DPAA > >+M: Madalin Bucur <madalin.bucur at 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
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 at oss.nxp.com> +S: Maintained +F: drivers/net/fm/ +F: arch/arm/dts/qoriq* + RISC-V M: Rick Chen <rick at andestech.com> S: Maintained
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 at 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(+)