[PATCH] MAINTAINERS: add xen/drivers/char/imx-lpuart.c to ARM section

Michal Orzel posted 1 patch 6 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20231106131922.29240-1-michal.orzel@amd.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add xen/drivers/char/imx-lpuart.c to ARM section
Posted by Michal Orzel 6 months, 1 week ago
Add it to the list next to other Arm serial drivers, so it does not fall
back to THE REST.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a5a5f2bffb24..0fcf5a6f3671 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -255,6 +255,7 @@ F:	xen/arch/arm/
 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/meson-uart.c
 F:	xen/drivers/char/mvebu-uart.c
 F:	xen/drivers/char/omap-uart.c
-- 
2.25.1
Re: [PATCH] MAINTAINERS: add xen/drivers/char/imx-lpuart.c to ARM section
Posted by Julien Grall 6 months, 1 week ago
Hi Michal,

On 06/11/2023 13:19, Michal Orzel wrote:
> Add it to the list next to other Arm serial drivers, so it does not fall
> back to THE REST.
> 
> Signed-off-by: Michal Orzel <michal.orzel@amd.com>

Acked-by: Julien Grall <jgrall@amazon>

I will also commit the patch now.

Cheers,

-- 
Julien Grall