summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2024-06-16mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus ...Hans de Goede1-0/+13
2024-06-16mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-AHans de Goede1-0/+11
2024-06-16mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not workingHans de Goede1-0/+24
2024-06-16mmc: sdhci-acpi: Sort DMI quirks alphabeticallyHans de Goede1-12/+13
2024-06-16mmc: sdhci: Add support for "Tuning Error" interruptsAdrian Hunter2-3/+10
2024-06-16mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede1-0/+20
2024-06-16mmc: davinci: Don't strip remove function when driver is builtinUwe Kleine-König1-2/+2
2024-06-12mmc: sdhci_am654: Fix ITAPDLY for HS400 timingJudith Mendez1-0/+9
2024-06-12mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clockJudith Mendez1-3/+9
2024-06-12mmc: sdhci_am654: Add OTAP/ITAP delay enableJudith Mendez1-14/+26
2024-06-12mmc: sdhci_am654: Write ITAPDLY for DDR52 timingJudith Mendez1-0/+1
2024-06-12mmc: sdhci_am654: Add tuning algorithm for delay chainJudith Mendez1-20/+92
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-25mmc: moxart: fix handling of sgm->consumed, otherwise WARN_ON triggersSergei Antonov1-0/+1
2024-04-09Merge tag 'omap-for-v6.9/n8x0-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-17/+31
2024-04-04mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128Maksim Kiselev1-0/+1
2024-04-02mmc: sdhci-msm: pervent access to suspended controllerMantas Pucka1-1/+15
2024-03-25sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()Liming Sun1-11/+17
2024-03-25mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS...Romain Naour1-0/+3
2024-03-25mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-03-25mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-3/+3
2024-03-13Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds32-274/+665
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-45/+52
2024-03-08mmc: omap: restore original power up/down stepsAaro Koskinen1-4/+19
2024-03-08mmc: omap: fix deferred probeAaro Koskinen1-8/+8
2024-03-08mmc: omap: fix broken slot switch lookupAaro Koskinen1-7/+6
2024-03-07mmc: core: make mmc_host_class constantRicardo B. Marliere1-1/+1
2024-03-07mmc: Merge branch fixes into nextUlf Hansson1-4/+6
2024-03-07mmc: core: Fix switch on gp3 partitionDominique Martinet1-4/+6
2024-03-05mmc: tmio: comment the ERR_PTR usage in this driverWolfram Sang1-1/+3
2024-03-05mmc: mmc_spi: Don't mention DMA directionAndy Shevchenko1-16/+14
2024-03-05mmc: dw_mmc: Remove unused of_gpio.hAndy Shevchenko2-2/+0
2024-03-05mmc: dw_mmc: add support for hi3798mv200Yang Xiwen3-0/+261
2024-03-05mmc: dw_mmc-hi3798cv200: remove MODULE_ALIAS()Yang Xiwen1-1/+0
2024-03-05mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()Yang Xiwen2-4/+2
2024-03-05mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET1-4/+0
2024-03-05mmc: Merge branch fixes into nextUlf Hansson1-0/+2
2024-03-05mmc: tmio: avoid concurrent runs of mmc_request_done()Wolfram Sang1-0/+2
2024-02-28mmc: Merge branch fixes into nextUlf Hansson1-9/+39
2024-02-28mmc: sdhci-xenon: add timeout for PHY init completeElad Nachman1-9/+20
2024-02-28mmc: sdhci-xenon: fix PHY init clock stabilityElad Nachman1-0/+19
2024-02-28mmc: sh_mmcif: Advance sg_miter before reading blocksLinus Walleij1-12/+26
2024-02-28mmc: sh_mmcif: sg_miter must not be atomicLinus Walleij1-4/+4
2024-02-28mmc: sdhci-esdhc-mcf: Flag the sg_miter as atomicLinus Walleij1-1/+1
2024-02-27mmc: core: constify the struct device_type usageRicardo B. Marliere6-6/+6
2024-02-27mmc: sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002Jisheng Zhang1-0/+66
2024-02-27mmc: meson-mx-sdhc: Remove .card_hw_reset callbackMartin Blumenstingl1-8/+5
2024-02-27mmc: meson-mx-sdhc: Use devm_clk_hw_get_clk() for clock retrievalMartin Blumenstingl1-20/+23
2024-02-20mmc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-45/+52