diff options
| author | Fabio Estevam <[email protected]> | 2022-09-05 07:57:00 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-09-18 22:56:10 +0200 |
| commit | b7d29fd8a7b3502cfe1bcb86a897dae82ef6e49d (patch) | |
| tree | e0c38adfdf7bbccc409f44cfef4a803e4aed475a | |
| parent | 466a9ea2a1ae0e6e0d4aed2d74a9e71240912654 (diff) | |
MAINTAINERS: imx: Add an entry for the serial driver
Currently, when running ./scripts/get_maintainer.pl on serial_mxc.c
no i.MX maintainer is returned.
Fix it by adding an entry for this driver.
Reported-by: Pali Rohár <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Peng Fan <[email protected]>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 36a2b69fcb9..83346183ee4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -264,6 +264,7 @@ F: arch/arm/include/asm/arch-mx*/ F: arch/arm/include/asm/arch-vf610/ F: arch/arm/include/asm/mach-imx/ F: board/freescale/*mx*/ +F: drivers/serial/serial_mxc.c ARM HISILICON M: Peter Griffin <[email protected]> |
