mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers
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>
This commit is contained in:
parent
50b5544c05
commit
22f69fc79b
3 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
*
|
||||
* Author: Victor Gu <xigu@marvell.com>
|
||||
* Hezi Shahmoon <hezi.shahmoon@marvell.com>
|
||||
* Pali Rohár <pali@kernel.org>
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue