diff options
author | Eugeniy Paltsev <eugeniy.paltsev@synopsys.com> | 2019-02-25 18:35:28 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2019-04-18 09:12:38 +0300 |
commit | 15736e288e0654a2c58be4b34e5502d18c9b529c (patch) | |
tree | 8e1356a9807934c0013423e9440cb98169d522ec /MAINTAINERS | |
parent | 75ce8c938d39bd22460be66e6bf318bd2410c17b (diff) | |
download | u-boot-15736e288e0654a2c58be4b34e5502d18c9b529c.tar.gz |
ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards
Add the DM_MMC-compatible DesignWare MMC driver support for Synopsys
ARC devboards. It is created to switch ARC devboards to use DM_MMC.
It required information such as clocks (Bus Interface Unit clock,
Card Interface Unit clock) and SDIO bus width.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c77abba1e5..aa4b3bc650 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -74,6 +74,13 @@ L: uboot-snps-arc@synopsys.com F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt F: drivers/gpio/hsdk-creg-gpio.c +ARC SYNOPSYS DW MMC EXTENSIONS +M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> +S: Maintained +L: uboot-snps-arc@synopsys.com +F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt +F: drivers/mmc/snps_dw_mmc.c + ARM M: Albert Aribaud <albert.u.boot@aribaud.net> S: Maintained |