summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorUlf Hansson2016-02-11 15:14:59 +0100
committerUlf Hansson2016-02-29 11:03:13 +0100
commitddfe954d364674ea9a492506e6ec6596b9f49b62 (patch)
tree4ddf35ab0338274274b12b1391f9fd0a0563c9b8 /MAINTAINERS
parentmmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden caps (diff)
downloadkernel-qcow2-linux-ddfe954d364674ea9a492506e6ec6596b9f49b62.tar.gz
kernel-qcow2-linux-ddfe954d364674ea9a492506e6ec6596b9f49b62.tar.xz
kernel-qcow2-linux-ddfe954d364674ea9a492506e6ec6596b9f49b62.zip
MAINTAINERS: mmc: Add Adrian Hunter as the maintainer for SDHCI
up the maintainer role for SDHCI. I am very pleased that Adrian Hunter volunteered and accepted the challenge! The SDHCI code is currently in quite poor quality, but we have agreed on a way forward to try to reach a point where the SDHCI core becomes more of a set of library functions. Each SDHCI driver variant can then decide which functions to use and allows it to implement variant specific code, without needing to also change SDHCI core code. In the end we aim to get better optimized and maintainable code. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS8
1 files changed, 5 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index da3e4d8016d0..95ec96105e68 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9702,10 +9702,12 @@ S: Maintained
F: drivers/mmc/host/sdricoh_cs.c
SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
+M: Adrian Hunter <adrian.hunter@intel.com>
L: linux-mmc@vger.kernel.org
-S: Orphan
-F: drivers/mmc/host/sdhci.*
-F: drivers/mmc/host/sdhci-pltfm.[ch]
+T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
+S: Maintained
+F: drivers/mmc/host/sdhci*
+F: include/linux/mmc/sdhci*
SECURE COMPUTING
M: Kees Cook <keescook@chromium.org>