summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2024-04-13mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-04-13mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-04-13mmc: core: Fix switch on gp3 partitionDominique Martinet1-4/+6
2024-04-13mmc: tmio: avoid concurrent runs of mmc_request_done()Wolfram Sang1-0/+2
2024-03-27mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET1-4/+0
2024-03-15mmc: mmci: stm32: fix DMA API overlapping mappings warningChristophe Kerello1-0/+24
2024-03-15mmc: mmci: stm32: use a buffer for unaligned DMA requestsYann Gautier1-17/+71
2024-03-06mmc: sdhci-xenon: fix PHY init clock stabilityElad Nachman1-0/+19
2024-03-06mmc: sdhci-xenon: add timeout for PHY init completeElad Nachman1-9/+20
2024-03-06mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov1-0/+2
2024-02-23mmc: slot-gpio: Allow non-sleeping GPIO roAlexander Stein1-1/+5
2024-02-23mmc: mmc_spi: remove custom DMA mapped buffersAndy Shevchenko1-181/+5
2024-02-23mmc: core: Use mrq.sbc in close-ended ffuAvri Altman1-3/+43
2024-01-26mmc: sdhci_omap: Fix TI SoC dependenciesPeter Robinson1-2/+3
2024-01-26mmc: sdhci_am654: Fix TI SoC dependenciesPeter Robinson1-2/+3
2024-01-15mmc: sdhci-sprd: Fix eMMC init failure after hw resetWenchao Chen1-3/+7
2024-01-15mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven1-0/+1
2024-01-15mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz1-3/+4
2024-01-15mmc: meson-mx-sdhc: Fix initialization frozen issueZiyang Huang1-21/+5
2023-12-13mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter3-1/+5
2023-12-08mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulledWenchao Chen1-0/+25
2023-12-08mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-0/+41
2023-12-08mmc: block: Retry commands in CQE error recoveryAdrian Hunter1-2/+5
2023-12-08mmc: core: convert comma to semicolonZheng Yongjun1-4/+4
2023-12-08mmc: cqhci: Fix task clearing in CQE error recoveryAdrian Hunter1-16/+16
2023-12-08mmc: cqhci: Warn of halt or task clear failureAdrian Hunter1-3/+3
2023-12-08mmc: cqhci: Increase recovery halt timeoutAdrian Hunter1-3/+3
2023-12-08mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter1-0/+2
2023-11-28mmc: meson-gx: Remove setting of CMD_CFG_ERRORRong Chen1-1/+0
2023-11-28mmc: sdhci_am654: fix start loop index for TAP value parsingNitin Yadav1-1/+1
2023-11-28mmc: vub300: fix an error codeDan Carpenter1-0/+1
2023-11-20Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet1-1/+1
2023-11-08mmc: renesas_sdhi: use custom mask for TMIO_MASK_ALLWolfram Sang2-2/+3
2023-10-25mmc: core: Capture correct oemid-bits for eMMC cardsAvri Altman1-1/+1
2023-10-25mmc: core: sdio: hold retuning if sdio in 1-bit modeHaibo Chen1-1/+7
2023-10-10mmc: renesas_sdhi: only reset SCC when its pointer is populatedWolfram Sang1-8/+10
2023-10-10mmc: renesas_sdhi: register irqs before registering controllerWolfram Sang1-3/+7
2023-10-10mmc: tmio: support custom irq masksWolfram Sang2-3/+6
2023-10-10mmc: renesas_sdhi: populate SCC pointer at the proper placeWolfram Sang1-5/+2
2023-10-10mmc: renesas_sdhi: probe into TMIO after SCC parameters have been setupWolfram Sang1-4/+4
2023-09-23mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450Giulio Benetti1-3/+4
2023-09-19mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig1-2/+3
2023-08-26mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_removeYangtao Li1-3/+5
2023-08-26mmc: block: Fix in_flight[issue_type] value errorYibin Ding1-3/+4
2023-08-26mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang1-2/+0
2023-08-26mmc: meson-gx: fix deferred probingSergey Shtylyov1-2/+2
2023-08-26mmc: meson-gx: use devm_mmc_alloc_hostHeiner Kallweit1-35/+17
2023-08-26mmc: core: add devm_mmc_alloc_hostHeiner Kallweit1-0/+26
2023-08-26mmc: sunxi: fix deferred probingSergey Shtylyov1-2/+2
2023-08-26mmc: bcm2835: fix deferred probingSergey Shtylyov1-2/+2