]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers
authorPali Rohár <pali@kernel.org>
Thu, 16 Dec 2021 11:04:07 +0000 (12:04 +0100)
committerStefan Roese <sr@denx.de>
Sun, 19 Dec 2021 08:50:47 +0000 (09:50 +0100)
There is no maintainer entry for serial_mvebu_a3700.c. Add entry with Pali
and Stefan as maintainers.

Signed-off-by: Pali Rohár <pali@kernel.org>
Acked-by: Stefan Roese <sr@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
MAINTAINERS
drivers/serial/serial_mvebu_a3700.c

index 88cb5cecfb0ae8456f77c77147bea40644b86dac..4e16e9ab632b7e5e326ec1cdfcb58b515899ab9c 100644 (file)
@@ -285,6 +285,13 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
 F:     drivers/pci/pci-aardvark.c
 F:     drivers/pci/pci_mvebu.c
 
+ARM MARVELL SERIAL DRIVERS
+M:     Pali Rohár <pali@kernel.org>
+M:     Stefan Roese <sr@denx.de>
+S:     Maintained
+T:     git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
+F:     drivers/serial/serial_mvebu_a3700.c
+
 ARM MARVELL PXA
 M:     Marek Vasut <marex@denx.de>
 S:     Maintained
index 6bca8e4b7e2d466290da292116f89fb5aa6a895b..8c3c10c6674901d8bf6578ccb96e4e142df77c85 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
+ * Copyright (C) 2021 Pali Rohár <pali@kernel.org>
  */
 
 #include <common.h>