summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2023-06-21mmc: block: ensure error propagation for non-blkChristian Loehle1-0/+5
2023-06-09mmc: vub300: fix invalid response handlingDeren Wu1-0/+3
2023-05-17mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for dataGeorgii Kruglov1-13/+11
2023-04-26mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25Bhavya Kapoor1-2/+0
2023-03-22mmc: sdhci_am654: lower power-on failed message severityFrancesco Dolcini1-1/+1
2023-03-22mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm1-3/+0
2023-02-22mmc: mmc_spi: fix error handling in mmc_spi_probe()Yang Yingliang1-4/+4
2023-02-22mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2-15/+14
2023-02-22mmc: jz4740: Work around bug on JZ4760(B)Paul Cercueil1-0/+10
2023-01-24mmc: sdhci-esdhc-imx: correct the tuning start tap and step settingHaibo Chen1-7/+15
2023-01-24mmc: sunxi-mmc: Fix clock refcount imbalance during unbindSamuel Holland1-3/+5
2023-01-14mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400KWenchao Chen1-7/+9
2023-01-14mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNINGDeren Wu1-0/+2
2023-01-14mmc: renesas_sdhi: better reset from HS400 modeWolfram Sang1-1/+1
2023-01-14mmc: f-sdh30: Add quirks for broken timeout clock capabilityKunihiko Hayashi1-0/+3
2023-01-14mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-14mmc: wbsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+11
2023-01-14mmc: via-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-14mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-14mmc: omap_hsmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-14mmc: atmel-mci: fix return value check of mmc_add_host()Yang Yingliang1-3/+6
2023-01-14mmc: wmt-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2023-01-14mmc: vub300: fix return value check of mmc_add_host()Yang Yingliang1-3/+8
2023-01-14mmc: toshsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2023-01-14mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+10
2023-01-14mmc: pxamci: fix return value check of mmc_add_host()Yang Yingliang1-1/+6
2023-01-14mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-14mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-14mmc: alcor: fix return value check of mmc_add_host()Yang Yingliang1-1/+4
2022-12-08mmc: sdhci: Fix voltage switch delayAdrian Hunter2-7/+56
2022-12-08mmc: sdhci-sprd: Fix no reset data and command after voltage switchWenchao Chen1-1/+3
2022-12-08mmc: sdhci-esdhc-imx: correct CQHCI exit halt state checkSebastian Falbesoner1-1/+1
2022-12-08mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle1-2/+7
2022-12-08mmc: mmc_test: Fix removal of debugfs fileYe Bin1-1/+2
2022-12-02mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCIBrian Norris1-1/+2
2022-12-02mmc: sdhci-brcmstb: Enable Clock Gating to save powerAl Cooper1-1/+34
2022-12-02mmc: sdhci-brcmstb: Re-organize flagsAl Cooper1-16/+16
2022-11-25mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()Xiongfeng Wang1-0/+2
2022-11-25mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce tim...Chevron Li1-0/+7
2022-11-25mmc: core: properly select voltage range without power cycleYann Gautier1-1/+7
2022-11-25mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATAHaibo Chen1-2/+2
2022-11-16mmc: sdhci-esdhc-imx: Convert the driver to DT-onlyFabio Estevam1-85/+1
2022-11-16mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCIBrian Norris1-1/+2
2022-11-16mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCIBrian Norris1-1/+2
2022-11-16mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCIBrian Norris1-3/+4
2022-11-16mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCIBrian Norris1-1/+2
2022-11-16mmc: cqhci: Provide helper for resetting both SDHCI and CQHCIBrian Norris1-0/+24
2022-11-10mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper LakePatrick Thompson1-3/+11
2022-11-10mmc: sdhci-pci: Avoid comma separated statementsJisheng Zhang1-1/+1
2022-11-10mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit busSascha Hauer1-9/+8