Message ID | 20240328163351.64808-4-john.ernberg@actia.se (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Xen: ARM: Improved NXP iMX8 platform support | expand |
On Thu, 28 Mar 2024, John Ernberg wrote: > I have experience with the IMX8QXP, and the supported parts of the IMX8QM > are identical. > > Help review patches touching these areas. You need to add a signed-off-by. With that: Acked-by: Stefano Stabellini <sstabellini@kernel.org> > --- > > v3: > - New patch (Bertrand Marquis) > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1bd22fd75f..09982241b3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -337,6 +337,11 @@ F: tools/misc/xenhypfs.c > F: xen/common/hypfs.c > F: xen/include/xen/hypfs.h > > +IMX8QM/QXP SUPPORT > +R: John Ernberg <john.ernberg@actia.se> > +F: xen/arch/arm/platforms/imx8qm.c > +F: xen/drivers/char/imx-lpuart.c > + > INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) > R: Lukasz Hawrylko <lukasz@hawrylko.pl> > R: Daniel P. Smith <dpsmith@apertussolutions.com> > -- > 2.44.0 >
diff --git a/MAINTAINERS b/MAINTAINERS index 1bd22fd75f..09982241b3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -337,6 +337,11 @@ F: tools/misc/xenhypfs.c F: xen/common/hypfs.c F: xen/include/xen/hypfs.h +IMX8QM/QXP SUPPORT +R: John Ernberg <john.ernberg@actia.se> +F: xen/arch/arm/platforms/imx8qm.c +F: xen/drivers/char/imx-lpuart.c + INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) R: Lukasz Hawrylko <lukasz@hawrylko.pl> R: Daniel P. Smith <dpsmith@apertussolutions.com>