aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07mmc: tmio: factor out common parts of the reset routineWolfram Sang3-26/+7
2020-09-07mmc: tmio: remove indirection of 'hw_reset' callbackWolfram Sang3-12/+3
2020-09-07Revert "mmc: tmio: fix reset operation"Wolfram Sang1-16/+13
2020-09-07mmc: renesas_sdhi: move wrong 'hw_reset' to 'reset'Wolfram Sang1-6/+13
2020-09-07mmc: sdhci_am654: Add workaround for card detect debounce timerFaiz Abbas1-0/+24
2020-09-07mmc: sdhci-msm: enable compile-testing on !ARMAlex Dewar1-1/+1
2020-09-07mmc: sdhci-esdhc-imx: remove unused codeHaibo Chen1-3/+1
2020-09-07mmc: sdhci-of-sparx5: Add Sparx5 SoC eMMC driverLars Povlsen3-0/+282
2020-09-07mmc: via-sdmmc: Fix data race bugMadhuparna Bhowmik1-0/+3
2020-09-07mmc: sdhci: Add LTR support for some Intel BYT based controllersAdrian Hunter1-0/+154
2020-09-07mmc: mmc_spi: fix timeout calculationTobias Schramm1-2/+2
2020-09-07mmc: sdhci-esdhc-imx: Reset before sending tuning command for manual tuningHaibo Chen1-0/+10
2020-09-07mmc: Kconfig: Add RISCV and CSKY for MMC_DWGuo Ren1-1/+1
2020-09-07mmc: s3cmci: remove empty kerneldoc commentKrzysztof Kozlowski1-3/+0
2020-09-07mmc: sdhci_am654: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-09-07mmc: sdhci-of-esdhc: Don't walk device-tree on every interruptChris Packham1-3/+7
2020-09-07mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unsetUlf Hansson2-35/+53
2020-09-07mmc: sdhci-msm: Add retries when all tuning phases are found validDouglas Anderson1-1/+17
2020-09-07mmc: sdhci-acpi: Clear amd_sdhci_host on resetRaul E Rangel1-7/+24
2020-08-31Merge tag 'mmc-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds4-15/+130
2020-08-28sdhci: tegra: Add missing TMCLK for data timeoutSowjanya Komatineni1-2/+51
2020-08-28sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186Sowjanya Komatineni1-1/+0
2020-08-28sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210Sowjanya Komatineni1-1/+0
2020-08-24mmc: mediatek: add optional module reset propertyWenbin Mei1-0/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva14-22/+22
2020-08-21mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel GLK-based controllersAdrian Hunter1-1/+9
2020-08-21mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040Raul E Rangel1-10/+57
2020-08-20ARM: s3c24xx: move s3cmci pinctrl handling into board filesArnd Bergmann1-54/+17
2020-08-19ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann1-1/+1
2020-08-19ARM: exynos: stop selecting PLAT_SAMSUNGArnd Bergmann1-1/+1
2020-08-17mmc: s3cmci: remove unneeded machine header includeKrzysztof Kozlowski1-1/+0
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds26-175/+905
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+2
2020-08-05mmc: mediatek: make function msdc_cqe_disable() staticWei Yongjun1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-27mmc: jz4740: Use pm_ptr() macroPaul Cercueil1-9/+3
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman1-1/+1
2020-07-24mmc: mediatek: command queue supportChun-Hung Wu2-0/+116
2020-07-24mmc: mediatek: refine msdc timeout apiChun-Hung Wu1-10/+22
2020-07-24mmc: mediatek: add MT6779 MMC driver supportChun-Hung Wu1-0/+13
2020-07-24mmc: sdhci-pci-o2micro: Add HW tuning for SDR104 modeshirley her1-4/+29
2020-07-24mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1shirley her1-0/+6
2020-07-24mmc: via-sdmmc: use generic power managementVaibhav Gupta1-25/+8
2020-07-24mmc: sdhci-cadence: do not use hardware tuning for SD modeMasahiro Yamada1-61/+62
2020-07-24mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL975xBen Chuang1-2/+218
2020-07-24mmc: cqhci: Fix a print format for the task descriptorBen Chuang1-1/+1
2020-07-24mmc: sdhci-of-arasan: fix timings allocation codeManish Narani1-11/+14
2020-07-24mmc: sdhci: Fix a potential uninitialized variableDan Carpenter1-1/+1
2020-07-20Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman3-5/+8
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1