From d96526be297d7367a38ff9df904e9b36352b1e49 Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Wed, 30 Jan 2019 10:04:31 +0100 Subject: MAINTAINERS: Add maintainers for eMMC CQHCI driver The eMMC CQHCI is the host controller interface, introduced in the eMMC spec v5.1. The code was originally developed as collaboration among several people, however none really stepped in to maintain it. Let's add Adrian Hunter (Intel), Ritesh Harjani and Asutosh Das as the maintainers, whom knows both the code and the spec. Cc: Subhash Jadavani Signed-off-by: Ulf Hansson Acked-by: Adrian Hunter Acked-by: Ritesh Harjani Acked-by: Asutosh Das --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index dce5c099f43c..6bcda7c8ce14 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13613,6 +13613,14 @@ S: Maintained F: drivers/mmc/host/sdhci* F: include/linux/mmc/sdhci* +EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER +M: Adrian Hunter +M: Ritesh Harjani +M: Asutosh Das +L: linux-mmc@vger.kernel.org +S: Maintained +F: drivers/mmc/host/cqhci* + SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER M: Prabu Thangamuthu M: Manjunath M B -- cgit From a99dbaa9e53501bbff2a2c483817668cea0f950c Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Wed, 30 Jan 2019 10:04:13 +0100 Subject: MAINTAINERS: Drop link to git for SDHCI The git tree isn't used to maintain SDHCI, but instead we use the common MMC git tree. Let's drop it to avoid confusion. Signed-off-by: Ulf Hansson Acked-by: Adrian Hunter --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 6bcda7c8ce14..91eacdbe9cda 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13608,7 +13608,6 @@ F: drivers/mmc/host/sdhci-brcmstb* SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER M: Adrian Hunter L: linux-mmc@vger.kernel.org -T: git git://git.infradead.org/users/ahunter/linux-sdhci.git S: Maintained F: drivers/mmc/host/sdhci* F: include/linux/mmc/sdhci* -- cgit