summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+44
2023-06-22mmc: mmci: Add support for SW busy-end timeoutsUlf Hansson3-7/+49
2023-06-20mmc: mmci: stm32: add delay block support for STM32MP25Yann Gautier1-1/+65
2023-06-20mmc: mmci: stm32: prepare other delay block supportYann Gautier1-13/+55
2023-06-20mmc: mmci: stm32: manage block gap hardware flow controlYann Gautier2-0/+18
2023-06-20mmc: mmci: Add support for sdmmc variant revision v3.0Yann Gautier1-0/+33
2023-06-20mmc: mmci: add stm32_idmabsize_align parameterYann Gautier3-4/+5
2023-06-19mmc: Merge branch fixes into nextUlf Hansson13-18/+23
2023-06-19mmc: usdhi60rol0: fix deferred probingSergey Shtylyov1-2/+4
2023-06-19mmc: sunxi: fix deferred probingSergey Shtylyov1-2/+2
2023-06-19mmc: sh_mmcif: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: sdhci-spear: fix deferred probingSergey Shtylyov1-2/+2
2023-06-19mmc: sdhci-acpi: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: owl: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: omap_hsmmc: fix deferred probingSergey Shtylyov1-2/+4
2023-06-19mmc: omap: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: mvsdio: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: mtk-sd: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: meson-gx: fix deferred probingSergey Shtylyov1-2/+2
2023-06-19mmc: bcm2835: fix deferred probingSergey Shtylyov1-2/+2
2023-06-19mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUSJisheng Zhang1-0/+1
2023-06-19mmc: mmci: Break out a helper functionLinus Walleij1-15/+16
2023-06-19mmc: mmci: Use a switch statement machineLinus Walleij1-12/+17
2023-06-19mmc: mmci: Use state machine state as exit conditionLinus Walleij1-8/+10
2023-06-19mmc: mmci: Retry the busy start conditionLinus Walleij1-12/+27
2023-06-19mmc: mmci: Make busy complete state machine explicitLinus Walleij2-18/+45
2023-06-19mmc: mmci: Break out error check in busy detectLinus Walleij1-1/+10
2023-06-19mmc: mmci: Stash status while waiting for busyLinus Walleij1-0/+1
2023-06-19mmc: mmci: Unwind big if() clauseLinus Walleij1-7/+26
2023-06-19mmc: mmci: Clear busy_status when starting commandLinus Walleij1-0/+1
2023-06-15mmc: Merge branch fixes into nextUlf Hansson2-9/+4
2023-06-15mmc: mmci: stm32: set feedback clock when using delay blockYann Gautier1-11/+18
2023-06-14mmc: meson-gx: remove redundant mmc_request_done() call from irq contextMartin Hundebøll1-8/+2
2023-06-13mmc: mmci: stm32: fix max busy timeout calculationChristophe Kerello1-1/+2
2023-06-13mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUSUlf Hansson1-0/+1
2023-06-13mmc: Merge branch fixes into nextUlf Hansson1-0/+3
2023-06-12mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916Stephan Gerhold1-0/+3
2023-06-12mmc: sdhci-msm: Switch to the new ICE APIAbel Vesa2-177/+48
2023-06-12mmc: sdhci-pci-gli: Add support SD Express card for GL9767Victor Shih1-0/+113
2023-06-12mmc: sdhci: Add VDD2 definition for power control registerVictor Shih1-0/+7
2023-06-12mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL9767Victor Shih1-1/+134
2023-06-12mmc: sdhci-pci-gli: Add Genesys Logic GL9767 supportVictor Shih3-0/+163
2023-06-12mmc: mtk-sd: reduce CIT for better performanceWenbin Mei2-0/+49
2023-06-12mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used.Chevron Li1-2/+2
2023-06-12mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't usedDouglas Anderson1-1/+1
2023-06-12mmc: meson-mx-sdhc: Avoid cast to incompatible function typeSimon Horman1-2/+6
2023-06-12mmc: dw_mmc: Make dw_mci_pltfm_remove() return voidUwe Kleine-König5-7/+6
2023-05-24ARM/mmc: Convert old mmci-omap to GPIO descriptorsLinus Walleij1-2/+44
2023-05-24mmc: vub300: fix invalid response handlingDeren Wu1-0/+3
2023-05-09mmc: sdhci-esdhc-imx: make "no-mmc-hs400" worksHaibo Chen1-8/+10