Message ID | 20240930114715.642978-9-andrei.cherechesu@oss.nxp.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | xen/arm: Add support for S32CC platforms and LINFlexD UART | expand |
On Mon, 30 Sep 2024, Andrei Cherechesu (OSS) wrote: > From: Andrei Cherechesu <andrei.cherechesu@nxp.com> > > Add myself as maintainer for NXP S32CC SoCs Family, > and the S32 Linux Team as relevant reviewers list. > > Also add the linflex-uart.c driver to the list of other > UART drivers in the ARM section. > > Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fb0ebf0939..2e273a5c78 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -249,6 +249,7 @@ F: xen/drivers/char/arm-uart.c > F: xen/drivers/char/cadence-uart.c > F: xen/drivers/char/exynos4210-uart.c > F: xen/drivers/char/imx-lpuart.c > +F: xen/drivers/char/linflex-uart.c I would be also happy if you left this out from here and only have it below under "NXP S32CC FAMILY SUPPORT" > F: xen/drivers/char/meson-uart.c > F: xen/drivers/char/mvebu-uart.c > F: xen/drivers/char/omap-uart.c > @@ -428,6 +429,13 @@ L: minios-devel@lists.xenproject.org > T: git https://xenbits.xenproject.org/git-http/mini-os.git > F: config/MiniOS.mk > > +NXP S32CC 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/arch/arm/platforms/s32cc.c > +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 >
diff --git a/MAINTAINERS b/MAINTAINERS index fb0ebf0939..2e273a5c78 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -249,6 +249,7 @@ F: xen/drivers/char/arm-uart.c F: xen/drivers/char/cadence-uart.c F: xen/drivers/char/exynos4210-uart.c F: xen/drivers/char/imx-lpuart.c +F: xen/drivers/char/linflex-uart.c F: xen/drivers/char/meson-uart.c F: xen/drivers/char/mvebu-uart.c F: xen/drivers/char/omap-uart.c @@ -428,6 +429,13 @@ L: minios-devel@lists.xenproject.org T: git https://xenbits.xenproject.org/git-http/mini-os.git F: config/MiniOS.mk +NXP S32CC 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/arch/arm/platforms/s32cc.c +F: xen/drivers/char/linflex-uart.c + OCAML TOOLS M: Christian Lindig <christian.lindig@citrix.com> M: David Scott <dave@recoil.org>