]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers
authorPali Rohár <pali@kernel.org>
Thu, 16 Dec 2021 11:04:06 +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 pci-aardvark.c. Add entry for
pci-aardvark.c and pci_mvebu.c 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/pci/pci-aardvark.c
drivers/pci/pci_mvebu.c

index 9045e509d737bc49d64511efc50e147882912289..88cb5cecfb0ae8456f77c77147bea40644b86dac 100644 (file)
@@ -274,10 +274,17 @@ F:        drivers/ata/ahci_mvebu.c
 F:     drivers/ddr/marvell/
 F:     drivers/gpio/mvebu_gpio.c
 F:     drivers/spi/kirkwood_spi.c
-F:     drivers/pci/pci_mvebu.c
 F:     drivers/pci/pcie_dw_mvebu.c
 F:     drivers/watchdog/orion_wdt.c
 
+ARM MARVELL PCIE CONTROLLER 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/pci/pci-aardvark.c
+F:     drivers/pci/pci_mvebu.c
+
 ARM MARVELL PXA
 M:     Marek Vasut <marex@denx.de>
 S:     Maintained
index 6d73aab03f92be90e561ec46d7101468d98f7b48..6e5730cfc381097db2dc7922f5a59317e292856b 100644 (file)
@@ -21,6 +21,7 @@
  *
  * Author: Victor Gu <xigu@marvell.com>
  *         Hezi Shahmoon <hezi.shahmoon@marvell.com>
+ *         Pali Rohár <pali@kernel.org>
  *
  */
 
index 14cd82db6ff8cafa3c8f7bd21a09b151f679c47e..fad38b7db1c6d3ecfbd20e317b7ad3e6a1c9d6b7 100644 (file)
@@ -7,6 +7,7 @@
  * Ported to U-Boot by:
  * Anton Schubert <anton.schubert@gmx.de>
  * Stefan Roese <sr@denx.de>
+ * Pali Rohár <pali@kernel.org>
  */
 
 #include <common.h>