diff options
author | Prabu Thangamuthu <Prabu.T@synopsys.com> | 2018-07-11 13:26:17 +0530 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2018-07-16 11:21:45 +0200 |
commit | 152f8204ffcd7b64aa6b36f39ee86fbce3f650b8 (patch) | |
tree | b1d6f5626dd1d893313df540d1a1ba57dd3d3744 /MAINTAINERS | |
parent | a6e7e407a68eee166c83e93c4ce8041aa00c2875 (diff) | |
download | linux-stable-152f8204ffcd7b64aa6b36f39ee86fbce3f650b8.tar.gz linux-stable-152f8204ffcd7b64aa6b36f39ee86fbce3f650b8.tar.bz2 linux-stable-152f8204ffcd7b64aa6b36f39ee86fbce3f650b8.zip |
mmc: sdhci-pci-dwc-mshc: synopsys dwc mshc support
Synopsys has DWC MSHC controller on HPAS-DX platform connected using PCIe
interface with SD card slot and eMMC device slots. This patch is to
enable SD cards connected on this platform. As Clock generation logic
is implemented using MMCM module of HAPS-DX platform, we have separate
functions to control the MMCM to generate required clocks with respect
to speed mode.
Signed-off-by: Prabu Thangamuthu <prabu.t@synopsys.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 192d7f73fd01..aa50f070b3b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12745,6 +12745,13 @@ S: Maintained F: drivers/mmc/host/sdhci* F: include/linux/mmc/sdhci* +SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER +M: Prabu Thangamuthu <prabu.t@synopsys.com> +M: Manjunath M B <manjumb@synopsys.com> +L: linux-mmc@vger.kernel.org +S: Maintained +F: drivers/mmc/host/sdhci-pci-dwc-mshc.c + SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER M: Ben Dooks <ben-linux@fluff.org> M: Jaehoon Chung <jh80.chung@samsung.com> |