summaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-208-0/+8
| * | | | mmc: Merge branch fixes into nextUlf Hansson2024-06-204-58/+76
| |\ \ \ \
| * | | | | 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 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-153-33/+32
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-191-2/+3
| * | | | block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-191-2/+0
| * | | | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
| * | | | block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-193-28/+29
| |/ / /
* | | | 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: 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
| |/ |/|
* | 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
|/
* Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-05-1626-332/+794
|\
| * 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: core: Increase the timeout period of the ACMD41 commandFelix Qin2024-05-031-1/+6
| * mmc: core: Convert to use __mmc_poll_for_busy() SD_APP_OP_COND tooUlf Hansson2024-05-031-27/+51
| * 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
| * | mmc: sdhci-of-dwcmshc: Remove useless "&" of th1520_execute_tuningJisheng Zhang2024-04-261-1/+1
| * | mmc: sdhci-s3c: Choose sdhci_ops based on variantKrzysztof Kozlowski2024-04-261-14/+17
| * | mmc: sdhci_am654: Constify struct sdhci_opsKrzysztof Kozlowski2024-04-261-3/+3
| * | mmc: sdhci-sprd: Constify struct sdhci_opsKrzysztof Kozlowski2024-04-261-1/+1
| * | mmc: sdhci-omap: Constify struct sdhci_opsKrzysztof Kozlowski2024-04-261-1/+1
| * | mmc: sdhci-esdhc-mcf: Constify struct sdhci_opsKrzysztof Kozlowski2024-04-261-1/+1
| * | mmc: slot-gpio: Use irq_handler_t typeAndy Shevchenko2024-04-261-3/+2
| * | mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus ...Hans de Goede2024-04-261-0/+13
| * | mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-AHans de Goede2024-04-261-0/+11
| * | mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not workingHans de Goede2024-04-261-0/+24
| * | mmc: sdhci-acpi: Sort DMI quirks alphabeticallyHans de Goede2024-04-261-12/+13
| * | mmc: sdhci: Add support for "Tuning Error" interruptsAdrian Hunter2024-04-262-3/+10
| * | mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede2024-04-261-0/+20
| * | mmc: Merge branch fixes into nextUlf Hansson2024-04-041-0/+1
| |\ \