summaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-5/+5
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-5/+5
* | Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-07-185-7/+10
|\ \
| * | mfd: tmio: Move header to platform_dataWolfram Sang2024-07-095-5/+5
| * | mmc: tmio/sdhi: Fix includesWolfram Sang2024-07-093-2/+5
| |/
* | Merge tag 'mmc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-07-1636-210/+318
|\ \
| * | 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: 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: 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