diff options
author | Tom Rini <trini@konsulko.com> | 2018-09-19 20:35:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-19 20:35:05 -0400 |
commit | 333279af23ac08ebc8d8056c677c98964dd013b6 (patch) | |
tree | 0bf60843317e6cf18fb99371cd9f6416c8b1e8fe /MAINTAINERS | |
parent | 4e710ebb4463c8e031eb269c012fbadb2479608b (diff) | |
parent | e32ac37119394f2d3c579b2cdd549bed59fb583f (diff) | |
download | u-boot-333279af23ac08ebc8d8056c677c98964dd013b6.zip u-boot-333279af23ac08ebc8d8056c677c98964dd013b6.tar.gz u-boot-333279af23ac08ebc8d8056c677c98964dd013b6.tar.bz2 |
Merge git://git.denx.de/u-boot-marvell
- Multiples updates to the turris boards / platform
- Changes / enhancements to the Marvell PHY drivers, mainly
to support the turris platform
- Many fixes and enhancements to the pxa3xx NAND driver
- Fixes for the UART boot mode in kwboot
- Misc minor changes to other 32bit and 64bit boards
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 237a022..64fb41e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -139,7 +139,7 @@ S: Maintained F: arch/arm/cpu/armv8/hisilicon F: arch/arm/include/asm/arch-hi6220/ -ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X +ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX M: Prafulla Wadaskar <prafulla@marvell.com> M: Luka Perkov <luka.perkov@sartura.hr> M: Stefan Roese <sr@denx.de> @@ -148,6 +148,7 @@ T: git git://git.denx.de/u-boot-marvell.git F: arch/arm/mach-kirkwood/ F: arch/arm/mach-mvebu/ F: drivers/ata/ahci_mvebu.c +F: drivers/phy/marvell/ ARM MARVELL PXA M: Marek Vasut <marex@denx.de> |