summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | mmc: sdhci: Move some processing to __sdhci_finish_mrq()Adrian Hunter2019-04-151-5/+5
| * | mmc: sdhci: Move timer and has_requests functionsAdrian Hunter2019-04-151-22/+22
| * | mmc: sdhci: Reorganize sdhci_finish_mrq() and __sdhci_finish_mrq()Adrian Hunter2019-04-151-14/+14
| * | mmc: sdhci-pci: Add support for Intel CMLAdrian Hunter2019-04-152-0/+4
| * | mmc: mtk-sd: check for valid optional memory resourceFabien Parent2019-04-151-3/+5
| * | mmc: alcor: enable DMA transfer of large buffersDaniel Drake2019-04-151-53/+35
| * | mmc: sdhci_am654: Clear HISPD_ENA in some lower speed modesFaiz Abbas2019-04-152-0/+23
| * | mmc: mmc_spi: Convert to use SPDX identifierAndy Shevchenko2019-04-152-21/+3
| * | mmc: mmc_spi: Indentation fixesAndy Shevchenko2019-04-151-16/+10
| * | mmc: mmc_spi: Join string literals backAndy Shevchenko2019-04-151-7/+5
| * | mmc: mmc_spi: Remove useless NULL check at ->remove()Andy Shevchenko2019-04-151-20/+16
| * | mmc: mmc_spi: Remove redundant dev_set_drvdata()Andy Shevchenko2019-04-151-2/+0
| * | mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callbackLudovic Barre2019-04-152-31/+2
| * | mmc: mmci: stm32: define get_dctrl_cfgLudovic Barre2019-04-152-0/+23
| * | mmc: mmci: qcom: define get_dctrl_cfgLudovic Barre2019-04-151-0/+6
| * | mmc: mmci: define get_dctrl_cfg for legacy variantLudovic Barre2019-04-151-6/+24
| * | mmc: mmci: add get_datactrl_cfg callback and helper functionsLudovic Barre2019-04-151-0/+6
| * | mmc: alcor: enable DMA for writesDaniel Drake2019-04-151-1/+2
| * | mmc: sdhci-of-arasan: Add DTS property to disable DCMDs.Christoph Muellner2019-04-151-1/+4
| * | mmc: sdhci-omap: Make sdhci_omap_reset staticYueHaibing2019-04-151-1/+1
| * | mmc: tegra: fix CQE enable and resume sequenceSowjanya Komatineni2019-04-151-10/+62
| * | mmc: cqhci: add CQHCI_SSC1 register CBC field maskSowjanya Komatineni2019-04-151-0/+1
| * | mmc: tegra: add Tegra186 WAR for CQESowjanya Komatineni2019-04-151-1/+16
| * | mmc: cqhci: allow hosts to update dcmd cmd descSowjanya Komatineni2019-04-152-0/+5
| * | mmc: tegra: update hw tuning processSowjanya Komatineni2019-04-151-1/+215
| * | mmc: sdhci: allow host to specify maximum tuning loopsSowjanya Komatineni2019-04-152-2/+4
| * | mmc: tegra: fix ddr signaling for non-ddr modesSowjanya Komatineni2019-04-151-0/+1
| * | mmc: mtk-sd: add support for MT8516Fabien Parent2019-04-151-0/+11
| * | mmc: renesas_sdhi: set CBSY flag before probing TMIO hostWolfram Sang2019-04-151-4/+4
| * | mmc: renesas_sdhi: prevent overflow for max_req_sizeWolfram Sang2019-04-152-5/+5
| * | mmc: tmio: introduce macro for max block sizeWolfram Sang2019-04-152-1/+3
| * | mmc: renesas_sdhi: update copyright informationWolfram Sang2019-04-156-10/+11
| * | mmc: mxs-mmc: Enable MMC_CAP_ERASEStefan Wahren2019-04-151-1/+2
| * | mmc_spi: add a status check for spi_sync_lockedKangjie Lu2019-04-151-0/+4
| * | mmc: sdhci-of-esdhc: add quirk to ignore command inhibit for dataYangbo Lu2019-04-151-0/+16
| * | mmc: sdhci-of-esdhc: add erratum eSDHC7 supportYinbo Zhu2019-04-151-0/+22
| * | mmc: sdhci-of-esdhc: add erratum A-009204 supportYinbo Zhu2019-04-151-0/+3
| * | mmc: sdhci-of-esdhc: add erratum eSDHC-A001 and A-008358 supportYinbo Zhu2019-04-151-1/+3
| * | mmc: sdhci-of-esdhc: add erratum eSDHC5 supportYinbo Zhu2019-04-151-0/+3
| * | mmc: sdhci-of-esdhc: add erratum A011334 support in lx2160 2.0 SoCYinbo Zhu2019-04-151-0/+1
| * | mmc: host: Pedantic cleanups to KconfigEnrico Weigelt, metux IT consult2019-04-151-21/+22
| * | mmc: mmci: Make mmci_variant_init() staticUlf Hansson2019-04-151-1/+1
| * | mmc: mmci: Share sdmmc_variant_init() via the common header fileUlf Hansson2019-04-152-6/+6
| * | mmc: mmci: Drop qcom specific header fileUlf Hansson2019-04-153-27/+6
| * | mmc: mmci: Re-work code starting DMA for the qcom variantUlf Hansson2019-04-153-10/+8
| * | mmc: mmci: Drop unnecessary clear of variant->qcom_dml flagUlf Hansson2019-04-151-1/+0
| * | mmc: mmci: Don't share un-implemented DMA functionsUlf Hansson2019-04-151-0/+2
| |/
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-064-27/+0
|\ \ | |/ |/|
| * drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-084-27/+0
* | mmc: sdhci-omap: Don't finish_mrq() on a command error during tuningFaiz Abbas2019-04-111-0/+38