Message ID | 20241218101142.1552618-7-andrei.cherechesu@oss.nxp.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | xen/arm: Add support for S32CC platforms and LINFlexD UART | expand |
Hi Andrei, > On 18 Dec 2024, at 11:11, Andrei Cherechesu (OSS) <andrei.cherechesu@oss.nxp.com> wrote: > > From: Andrei Cherechesu <andrei.cherechesu@nxp.com> > > Add myself as maintainer for NXP S32G3 SoCs Family, > and the S32 Linux Team as relevant reviewers list. > > Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com> Acked-by: Bertrand Marquis <bertrand.marquis@arm.com> Cheers Bertrand > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 34ad49bc39..392f780f76 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -426,6 +426,12 @@ L: minios-devel@lists.xenproject.org > T: git https://xenbits.xenproject.org/git-http/mini-os.git > F: config/MiniOS.mk > > +NXP S32G3 PROCESSORS FAMILY SUPPORT > +M: Andrei Cherechesu <andrei.cherechesu@oss.nxp.com> > +L: NXP S32 Linux Team <s32@nxp.com> > +F: xen/arch/arm/include/asm/linflex-uart.h > +F: xen/drivers/char/linflex-uart.c > + > OCAML TOOLS > M: Christian Lindig <christian.lindig@citrix.com> > M: David Scott <dave@recoil.org> > -- > 2.45.2 > >
On 18/12/2024 11:31, Bertrand Marquis wrote: > > > Hi Andrei, > >> On 18 Dec 2024, at 11:11, Andrei Cherechesu (OSS) <andrei.cherechesu@oss.nxp.com> wrote: >> >> From: Andrei Cherechesu <andrei.cherechesu@nxp.com> >> >> Add myself as maintainer for NXP S32G3 SoCs Family, >> and the S32 Linux Team as relevant reviewers list. >> >> Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com> > > Acked-by: Bertrand Marquis <bertrand.marquis@arm.com> Acked-by: Michal Orzel <michal.orzel@amd.com> ~Michal
diff --git a/MAINTAINERS b/MAINTAINERS index 34ad49bc39..392f780f76 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -426,6 +426,12 @@ L: minios-devel@lists.xenproject.org T: git https://xenbits.xenproject.org/git-http/mini-os.git F: config/MiniOS.mk +NXP S32G3 PROCESSORS FAMILY SUPPORT +M: Andrei Cherechesu <andrei.cherechesu@oss.nxp.com> +L: NXP S32 Linux Team <s32@nxp.com> +F: xen/arch/arm/include/asm/linflex-uart.h +F: xen/drivers/char/linflex-uart.c + OCAML TOOLS M: Christian Lindig <christian.lindig@citrix.com> M: David Scott <dave@recoil.org>