summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@foss.arm.com>2018-09-28 13:43:31 +0100
committerTom Rini <trini@konsulko.com>2018-10-06 09:04:18 -0400
commit0fabfeb2c7bc35af5732642ff24667623baba397 (patch)
tree1676eeb3fd1e976fcf65f96daca9d77df1806ad9 /MAINTAINERS
parent6c6add602970ee6b542b38ad6daf4f8e1e9f39d4 (diff)
downloadu-boot-0fabfeb2c7bc35af5732642ff24667623baba397.tar.gz
misc: Add support for the Arm Versatile Express config bus
Add support for the Arm Versatile Express config bus that is being used for exposing various subsystems via a generic configuration bus. This driver adds support for generating transactions on this configuration bus and can be used by other drivers to abstract the communication with the actual function providers. Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b6d84bc98d..6b4d00a476 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -287,6 +287,13 @@ F: arch/arm/mach-uniphier/
F: configs/uniphier_*_defconfig
N: uniphier
+ARM VERSATILE EXPRESS DRIVERS
+M: Liviu Dudau <liviu.dudau@foss.arm.com>
+S: Maintained
+T: git git://github.com/ARM-software/u-boot.git
+F: drivers/misc/vexpress_config.c
+N: vexpress
+
ARM ZYNQ
M: Michal Simek <monstr@monstr.eu>
S: Maintained