diff options
author | Liviu Dudau <Liviu.Dudau@foss.arm.com> | 2018-09-28 13:43:31 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-06 09:04:18 -0400 |
commit | 0fabfeb2c7bc35af5732642ff24667623baba397 (patch) | |
tree | 1676eeb3fd1e976fcf65f96daca9d77df1806ad9 /MAINTAINERS | |
parent | 6c6add602970ee6b542b38ad6daf4f8e1e9f39d4 (diff) | |
download | u-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-- | MAINTAINERS | 7 |
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 |