Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARC: dwmmc: Adding DesignWare MMC driver support for ARC devboards | Eugeniy Paltsev | 2019-04-18 | 1 | -0/+33 |
| | | | | | | | | | | | 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> | ||||
* | mmc: Add support for Qualcomm SDHCI controller | Mateusz Kulikowski | 2016-04-01 | 1 | -0/+25 |
Add support for SD/eMMC controller present on some Qualcomm Snapdragon devices. This controller implements SDHCI 2.0 interface but requires vendor-specific initialization. Driver works in PIO mode as ADMA is not supported by U-Boot (yet). Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> |