summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: sunxi-mmc: Fix A100 compatible descriptionAndre Przywara33 hours1-3/+3
* Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno33 hours1-2/+2
* mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express processBen Chuang2024-11-081-0/+3
* mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock functionBen Chuang2024-11-081-14/+21
* mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handlingMichal Wilczynski2024-10-171-0/+8
* Revert "mmc: mvsdio: Use sg_miter for PIO"Linus Walleij2024-10-171-53/+18
* mmc: cqhci: Fix checking of CQHCI_HALT stateSeunghwan Baek2024-09-031-1/+1
* mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4KSam Protsenko2024-08-281-2/+2
* mmc: sdhci-of-aspeed: fix module autoloadingLiao Chen2024-08-281-0/+1
* mmc: dw_mmc: allow biu and ciu clocks to deferBen Whitten2024-08-201-0/+8
* mmc: mtk-sd: receive cmd8 data when hs400 tuning failMengqi Zhang2024-08-011-4/+4
* Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-07-175-7/+10
|\
| * mfd: tmio: Move header to platform_dataWolfram Sang2024-07-095-5/+5
| * mmc: tmio/sdhi: Fix includesWolfram Sang2024-07-093-2/+5
* | mmc: sdhci-esdhc-imx: obtain the 'per' clock rate after its enablementCiprian Costea2024-07-121-1/+7
* | mmc: sdhci-esdhc-imx: disable card detect wake for S32G based platformsCiprian Costea2024-07-121-2/+6
* | mmc: davinci_mmc: report all possible bus widthsBastien Curutchet2024-07-111-3/+8
* | mmc: Merge branch fixes into nextUlf Hansson2024-07-112-0/+18
|\ \
| * | mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's lengthBastien Curutchet2024-07-111-0/+3
| * | mmc: sdhci: Fix max_seg_size for 64KiB PAGE_SIZEAdrian Hunter2024-07-111-0/+15
* | | mmc: dw_mmc-bluefield: Add support for eMMC HW resetLiming Sun2024-07-081-1/+17
* | | mmc: dw_mmc: Add support for platform specific eMMC HW resetLiming Sun2024-07-082-0/+8
* | | mmc: sdhci_am654: Constify struct regmap_configJavier Carrasco2024-07-081-1/+1
* | | mmc: Convert from tasklet to BH workqueueAllen Pais2024-07-0813-135/+142
* | | mmc: sdhi: Convert from tasklet to BH workqueueAllen Pais2024-07-086-22/+26
* | | mmc: mmc_spi: allow for spi controllers incapable of getting as low as 400kConor Dooley2024-07-081-1/+4
* | | mmc: tmio: Remove obsolete .set_pwr() callback()Geert Uytterhoeven2024-06-242-11/+0
* | | mmc: sdhci-brcmstb: Add ARCH_BCM2835 optionPeter Robinson2024-06-241-1/+1
* | | mmc: sdhci: Eliminate SDHCI_QUIRK_UNSTABLE_RO_DETECTAdrian Hunter2024-06-203-32/+29
* | | mmc: Merge branch fixes into nextUlf Hansson2024-06-201-11/+14
|\| |
| * | mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()Adrian Hunter2024-06-201-5/+0
| * | mmc: sdhci: Do not invert write-protect twiceAdrian Hunter2024-06-201-7/+15
* | | mmc: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-203-0/+3
* | | mmc: Merge branch fixes into nextUlf Hansson2024-06-204-58/+76
|\| |
| * | Revert "mmc: moxart-mmc: Use sg_miter for PIO"Linus Walleij2024-06-201-35/+43
| * | mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discardKamal Dasu2024-06-201-0/+4
| * | mmc: sdhci-pci-o2micro: Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-06-201-19/+22
| * | mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-06-201-4/+7
| |/
* | mmc: sdhci-of-dwcmshc: set CQE irq-handler for rockchip variantsHeiko Stuebner2024-06-201-0/+1
* | mmc: sdhci-brcmstb: Add BCM2712 supportAndrea della Porta2024-06-201-0/+60
|/
* Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-05-1620-291/+702
|\
| * mmc: renesas_sdhi: Add compatible string for RZ/G2L family, RZ/G3S, and RZ/V2...Lad Prabhakar2024-05-031-4/+5
| * mmc: renesas_sdhi: Set the SDBUF after resetClaudiu Beznea2024-05-031-0/+3
| * mmc: atmel-mci: Switch to use dev_err_probe()Andy Shevchenko2024-04-261-7/+4
| * mmc: atmel-mci: Incapsulate used to be a platform data into host structureAndy Shevchenko2024-04-261-37/+24
| * mmc: Merge branch fixes into nextUlf Hansson2024-04-261-0/+1
| |\
| * | mmc: atmel-mci: Replace platform device pointer by generic oneAndy Shevchenko2024-04-261-22/+22
| * | mmc: atmel-mci: Use temporary variable for struct deviceAndy Shevchenko2024-04-261-106/+108
| * | mmc: atmel-mci: Get rid of platform data leftoversAndy Shevchenko2024-04-261-37/+6
| * | mmc: sdhci-of-dwcmshc: Add tuning support for Sophgo CV1800B and SG200XJisheng Zhang2024-04-261-0/+112