summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2024-07-18Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds5-7/+10
2024-07-16Merge tag 'mmc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds36-210/+318
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds3-33/+32
2024-07-12mmc: sdhci-esdhc-imx: obtain the 'per' clock rate after its enablementCiprian Costea1-1/+7
2024-07-12mmc: sdhci-esdhc-imx: disable card detect wake for S32G based platformsCiprian Costea1-2/+6
2024-07-11mmc: davinci_mmc: report all possible bus widthsBastien Curutchet1-3/+8
2024-07-11mmc: Merge branch fixes into nextUlf Hansson2-0/+18
2024-07-11mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's lengthBastien Curutchet1-0/+3
2024-07-11mmc: sdhci: Fix max_seg_size for 64KiB PAGE_SIZEAdrian Hunter1-0/+15
2024-07-09mfd: tmio: Move header to platform_dataWolfram Sang5-5/+5
2024-07-09mmc: tmio/sdhi: Fix includesWolfram Sang3-2/+5
2024-07-08mmc: dw_mmc-bluefield: Add support for eMMC HW resetLiming Sun1-1/+17
2024-07-08mmc: dw_mmc: Add support for platform specific eMMC HW resetLiming Sun2-0/+8
2024-07-08mmc: sdhci_am654: Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-08mmc: Convert from tasklet to BH workqueueAllen Pais13-135/+142
2024-07-08mmc: sdhi: Convert from tasklet to BH workqueueAllen Pais6-22/+26
2024-07-08mmc: mmc_spi: allow for spi controllers incapable of getting as low as 400kConor Dooley1-1/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-5/+5
2024-06-24mmc: tmio: Remove obsolete .set_pwr() callback()Geert Uytterhoeven2-11/+0
2024-06-24mmc: sdhci-brcmstb: Add ARCH_BCM2835 optionPeter Robinson1-1/+1
2024-06-20mmc: sdhci: Eliminate SDHCI_QUIRK_UNSTABLE_RO_DETECTAdrian Hunter3-32/+29
2024-06-20mmc: Merge branch fixes into nextUlf Hansson1-11/+14
2024-06-20mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()Adrian Hunter1-5/+0
2024-06-20mmc: sdhci: Do not invert write-protect twiceAdrian Hunter1-7/+15
2024-06-20mmc: add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-06-20mmc: Merge branch fixes into nextUlf Hansson4-58/+76
2024-06-20mmc: sdhci-of-dwcmshc: set CQE irq-handler for rockchip variantsHeiko Stuebner1-0/+1
2024-06-20mmc: sdhci-brcmstb: Add BCM2712 supportAndrea della Porta1-0/+60
2024-06-20Revert "mmc: moxart-mmc: Use sg_miter for PIO"Linus Walleij1-35/+43
2024-06-20mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discardKamal Dasu1-0/+4
2024-06-20mmc: sdhci-pci-o2micro: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-19/+22
2024-06-20mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-4/+7
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-2/+3
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-2/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig3-28/+29
2024-05-16Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds26-332/+794
2024-05-13Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki1-1/+1
2024-05-03mmc: renesas_sdhi: Add compatible string for RZ/G2L family, RZ/G3S, and RZ/V2...Lad Prabhakar1-4/+5
2024-05-03mmc: renesas_sdhi: Set the SDBUF after resetClaudiu Beznea1-0/+3
2024-05-03mmc: core: Increase the timeout period of the ACMD41 commandFelix Qin1-1/+6
2024-05-03mmc: core: Convert to use __mmc_poll_for_busy() SD_APP_OP_COND tooUlf Hansson1-27/+51
2024-04-26Merge tag 'mmc-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds3-1/+17
2024-04-26mmc: atmel-mci: Switch to use dev_err_probe()Andy Shevchenko1-7/+4
2024-04-26mmc: atmel-mci: Incapsulate used to be a platform data into host structureAndy Shevchenko1-37/+24
2024-04-26mmc: Merge branch fixes into nextUlf Hansson1-0/+1
2024-04-26mmc: atmel-mci: Replace platform device pointer by generic oneAndy Shevchenko1-22/+22
2024-04-26mmc: atmel-mci: Use temporary variable for struct deviceAndy Shevchenko1-106/+108
2024-04-26mmc: atmel-mci: Get rid of platform data leftoversAndy Shevchenko1-37/+6