summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-03mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma1-1/+2
2022-11-03mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIOBrian Norris1-1/+2
2022-10-30mmc: core: Add SD card quirk for broken discardAvri Altman3-1/+18
2022-10-30mmc: sdhci-tegra: Use actual clock rate for SW tuning correctionPrathamesh Shete1-1/+1
2022-10-26mmc: sdhci-msm: add compatible string check for sdm670Richard Acayan1-0/+1
2022-10-26mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()Christophe JAILLET1-1/+4
2022-10-26mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()Christophe JAILLET1-1/+2
2022-10-26mmc: sdhci-sprd: Fix minimum clock limitWenchao Chen1-1/+1
2022-10-15mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris1-1/+2
2022-10-15mmc: core: Replace with already defined values for readabilityChanWoo Lee1-1/+1
2022-10-05mmc: hsq: Fix data stomping during mmc recoveryWenchao Chen1-1/+1
2022-10-05mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov1-14/+3
2022-09-28mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failureAdrian Hunter1-26/+16
2022-09-08mmc: core: Fix UHS-I SD 1.8V workaround branchAdrian Hunter1-3/+3
2022-09-05mmc: mtk-sd: Clear interrupts when cqe off/disableWenbin Mei1-0/+6
2022-08-25mmc: meson-gx: Fix an error handling path in meson_mmc_probe()Christophe JAILLET1-2/+4
2022-08-25mmc: pxamci: Fix an error handling path in pxamci_probe()Christophe JAILLET1-1/+1
2022-08-25mmc: pxamci: Fix another error handling path in pxamci_probe()Christophe JAILLET1-1/+1
2022-08-21mmc: cavium-thunderx: Add of_node_put() when breaking out of loopLiang He1-1/+3
2022-08-21mmc: cavium-octeon: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-08-21mmc: block: Add single read for 4k sector cardsChristian Loehle1-14/+14
2022-08-21mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1REugen Hristev1-2/+7
2022-08-21mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switchMiaoqian Lin1-0/+1
2022-06-29mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncingChevron Li1-0/+2
2022-06-14mmc: block: Fix CQE recovery reset successAdrian Hunter1-2/+1
2022-06-09drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bitVignesh Raghavendra1-1/+22
2022-06-09mmc: jz4740: Apply DMA engine limits to maximum segment sizeAidan MacDonald1-0/+20
2022-05-12mmc: rtsx: add 74 Clocks in power on flowRicky WU1-10/+21
2022-05-12mmc: core: Set HS clock speed before sending HS CMD13Brian Norris1-4/+19