diff options
author | Philippe Mathieu-Daudé | 2018-03-09 18:09:45 +0100 |
---|---|---|
committer | Peter Maydell | 2018-03-09 18:09:45 +0100 |
commit | 076a0fc32a73a9b960e0f73f04a531bc1bd94308 (patch) | |
tree | 213d241de04c7583e28e34419486e1bdef45baa8 | |
parent | sdhci: Fix a typo in comment (diff) | |
download | qemu-076a0fc32a73a9b960e0f73f04a531bc1bd94308.tar.gz qemu-076a0fc32a73a9b960e0f73f04a531bc1bd94308.tar.xz qemu-076a0fc32a73a9b960e0f73f04a531bc1bd94308.zip |
MAINTAINERS: Add entries for SD (SDHCI, SDBus, SDCard)
After spending months studying all the different SD Specifications
from the SD Association, voluntarily add myself as maintainer
for the SD code.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20180309153654.13518-9-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f409f3b158..354a18ce49 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1100,6 +1100,14 @@ M: Peter Crosthwaite <crosthwaite.peter@gmail.com> S: Maintained F: hw/ssi/xilinx_* +SD (Secure Card) +M: Philippe Mathieu-Daudé <f4bug@amsat.org> +S: Odd Fixes +F: include/hw/sd/sd* +F: hw/sd/core.c +F: hw/sd/sd* +F: tests/sd* + USB M: Gerd Hoffmann <kraxel@redhat.com> S: Maintained |