summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)Author
2024-07-18mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's lengthBastien Curutchet
2024-07-18mmc: sdhci: Fix max_seg_size for 64KiB PAGE_SIZEAdrian Hunter
2024-07-05mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro()Adrian Hunter
2024-07-05mmc: sdhci: Do not invert write-protect twiceAdrian Hunter
2024-07-05mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-07-05mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discardKamal Dasu
2024-07-05mmc: sdhci-pci-o2micro: Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-07-05Revert "mmc: moxart-mmc: Use sg_miter for PIO"Linus Walleij
2024-06-16mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus ...Hans de Goede
2024-06-16mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-AHans de Goede
2024-06-16mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not workingHans de Goede
2024-06-16mmc: sdhci-acpi: Sort DMI quirks alphabeticallyHans de Goede
2024-06-16mmc: sdhci: Add support for "Tuning Error" interruptsAdrian Hunter
2024-06-16mmc: davinci: Don't strip remove function when driver is builtinUwe Kleine-König
2024-06-12mmc: sdhci_am654: Fix ITAPDLY for HS400 timingJudith Mendez
2024-06-12mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clockJudith Mendez
2024-06-12mmc: sdhci_am654: Add OTAP/ITAP delay enableJudith Mendez
2024-06-12mmc: sdhci_am654: Write ITAPDLY for DDR52 timingJudith Mendez
2024-06-12mmc: sdhci_am654: Add tuning algorithm for delay chainJudith Mendez
2024-04-26Merge tag 'mmc-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2024-04-25mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggersSergei Antonov
2024-04-09Merge tag 'omap-for-v6.9/n8x0-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann
2024-04-04mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128Maksim Kiselev
2024-04-02mmc: sdhci-msm: pervent access to suspended controllerMantas Pucka
2024-03-25sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()Liming Sun
2024-03-25mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS...Romain Naour
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-03-08mmc: omap: restore original power up/down stepsAaro Koskinen
2024-03-08mmc: omap: fix deferred probeAaro Koskinen
2024-03-08mmc: omap: fix broken slot switch lookupAaro Koskinen
2024-03-05mmc: tmio: comment the ERR_PTR usage in this driverWolfram Sang
2024-03-05mmc: mmc_spi: Don't mention DMA directionAndy Shevchenko
2024-03-05mmc: dw_mmc: Remove unused of_gpio.hAndy Shevchenko
2024-03-05mmc: dw_mmc: add support for hi3798mv200Yang Xiwen
2024-03-05mmc: dw_mmc-hi3798cv200: remove MODULE_ALIAS()Yang Xiwen
2024-03-05mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()Yang Xiwen
2024-03-05mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET
2024-03-05mmc: Merge branch fixes into nextUlf Hansson
2024-03-05mmc: tmio: avoid concurrent runs of mmc_request_done()Wolfram Sang
2024-02-28mmc: Merge branch fixes into nextUlf Hansson
2024-02-28mmc: sdhci-xenon: add timeout for PHY init completeElad Nachman
2024-02-28mmc: sdhci-xenon: fix PHY init clock stabilityElad Nachman
2024-02-28mmc: sh_mmcif: Advance sg_miter before reading blocksLinus Walleij
2024-02-28mmc: sh_mmcif: sg_miter must not be atomicLinus Walleij
2024-02-28mmc: sdhci-esdhc-mcf: Flag the sg_miter as atomicLinus Walleij
2024-02-27mmc: sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002Jisheng Zhang
2024-02-27mmc: meson-mx-sdhc: Remove .card_hw_reset callbackMartin Blumenstingl
2024-02-27mmc: meson-mx-sdhc: Use devm_clk_hw_get_clk() for clock retrievalMartin Blumenstingl
2024-02-15mmc: davinci_mmc: Drop dangling variableLinus Walleij
2024-02-14mmc: Merge branch fixes into nextUlf Hansson