Message ID | 20230712121219.2654234-8-pankaj.gupta@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | firmware: imx: NXP Edgelock Enclave MUAP Driver | expand |
Hi-- On 7/12/23 05:12, Pankaj Gupta wrote: > MAINTAINERS: Added maintainer details for se-fw driver. > > Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com> > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3be1bdfe8ecc..654c1628417d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13620,6 +13620,16 @@ F: mm/ > F: tools/mm/ > F: tools/testing/selftests/mm/ > Nope, this is not in alphabetical order. The MAINTAINERS file is to be kept in alphabetical order. > +NXP EDGELOCK(SECURE) ENCLAVE FIRMWARE DRIVER > +M: Pankaj Gupta <pankaj.gupta@nxp.com> > +R: NXP Linux Team <linux-imx@nxp.com> > +L: linux-kernel@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/arm/freescale/fsl,se-fw.yaml > +F: drivers/firmware/imx/ele*.* > +F: drivers/firmware/imx/se*.* > +F: include/linux/firmware/imx/ele*.* > + > MEMORY TECHNOLOGY DEVICES (MTD) > M: Miquel Raynal <miquel.raynal@bootlin.com> > M: Richard Weinberger <richard@nod.at>
Noticed while looking at the DT patch, $subject: MAINTAINERS: Added maintainer details Please at least say what you're adding maintainer details for. Thanks, Conor.
On 12/07/2023 16:57, Randy Dunlap wrote: > Hi-- > > On 7/12/23 05:12, Pankaj Gupta wrote: >> MAINTAINERS: Added maintainer details for se-fw driver. >> >> Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com> >> --- >> MAINTAINERS | 10 ++++++++++ >> 1 file changed, 10 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 3be1bdfe8ecc..654c1628417d 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -13620,6 +13620,16 @@ F: mm/ >> F: tools/mm/ >> F: tools/testing/selftests/mm/ >> > > Nope, this is not in alphabetical order. The MAINTAINERS file > is to be kept in alphabetical order. Still close choice. At least it was not added to the end of the file. :) Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index 3be1bdfe8ecc..654c1628417d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13620,6 +13620,16 @@ F: mm/ F: tools/mm/ F: tools/testing/selftests/mm/ +NXP EDGELOCK(SECURE) ENCLAVE FIRMWARE DRIVER +M: Pankaj Gupta <pankaj.gupta@nxp.com> +R: NXP Linux Team <linux-imx@nxp.com> +L: linux-kernel@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/arm/freescale/fsl,se-fw.yaml +F: drivers/firmware/imx/ele*.* +F: drivers/firmware/imx/se*.* +F: include/linux/firmware/imx/ele*.* + MEMORY TECHNOLOGY DEVICES (MTD) M: Miquel Raynal <miquel.raynal@bootlin.com> M: Richard Weinberger <richard@nod.at>
MAINTAINERS: Added maintainer details for se-fw driver. Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com> --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)