summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET2024-03-261-4/+0
* mmc: sdhci_omap: Fix TI SoC dependenciesPeter Robinson2024-01-251-2/+3
* mmc: cqhci: Fix task clearing in CQE error recoveryAdrian Hunter2023-12-081-16/+16
* mmc: cqhci: Warn of halt or task clear failureAdrian Hunter2023-12-081-3/+3
* mmc: cqhci: Increase recovery halt timeoutAdrian Hunter2023-12-081-3/+3
* mmc: vub300: fix an error codeDan Carpenter2023-11-281-0/+1
* mmc: meson-gx: Remove setting of CMD_CFG_ERRORRong Chen2023-11-281-1/+0
* mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig2023-09-231-2/+3
* mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang2023-08-301-2/+0
* mmc: sunxi: fix deferred probingSergey Shtylyov2023-08-301-2/+2
* mmc: bcm2835: fix deferred probingSergey Shtylyov2023-08-301-2/+2
* mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2023-08-309-16/+3
* mmc: tmio: move tmio_mmc_set_clock() to platform hookMasahiro Yamada2023-08-304-89/+117
* mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock()Masahiro Yamada2023-08-301-3/+3
* mmc: meson-gx: remove redundant mmc_request_done() call from irq contextMartin Hundebøll2023-08-301-8/+2
* mmc: meson-gx: remove useless lockJerome Brunet2023-08-301-7/+0
* mmc: moxart: read scr register without changing byte orderSergei Antonov2023-08-161-7/+1
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* mmc: usdhi60rol0: fix deferred probingSergey Shtylyov2023-06-281-2/+4
* mmc: sdhci-acpi: fix deferred probingSergey Shtylyov2023-06-281-1/+1
* mmc: omap_hsmmc: fix deferred probingSergey Shtylyov2023-06-281-2/+4
* mmc: omap: fix deferred probingSergey Shtylyov2023-06-281-1/+1
* mmc: mvsdio: fix deferred probingSergey Shtylyov2023-06-281-1/+1
* mmc: mvsdio: convert to devm_platform_ioremap_resourceYangtao Li2023-06-281-4/+2
* mmc: mtk-sd: fix deferred probingSergey Shtylyov2023-06-281-1/+1
* mmc: vub300: fix invalid response handlingDeren Wu2023-06-091-0/+3
* mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm2023-03-221-3/+0
* mmc: sunxi-mmc: Fix clock refcount imbalance during unbindSamuel Holland2023-01-241-3/+5
* mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNINGDeren Wu2023-01-181-0/+2
* mmc: f-sdh30: Add quirks for broken timeout clock capabilityKunihiko Hayashi2023-01-181-0/+3
* mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+3
* mmc: wbsd: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+11
* mmc: via-sdmmc: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+3
* mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+3
* mmc: atmel-mci: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-3/+6
* mmc: wmt-sdmmc: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+5
* mmc: vub300: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-3/+8
* mmc: toshsd: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+5
* mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+10
* mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+3
* mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang2023-01-181-1/+3
* mmc: sdhci: Fix voltage switch delayAdrian Hunter2022-12-082-7/+56
* mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada2022-12-082-11/+9
* mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()Xiongfeng Wang2022-11-251-0/+2
* mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()Christophe JAILLET2022-10-261-1/+4
* mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()Christophe JAILLET2022-10-261-1/+2
* mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov2022-10-051-14/+3
* mmc: pxamci: Fix an error handling path in pxamci_probe()Christophe JAILLET2022-08-251-1/+1
* mmc: pxamci: Fix another error handling path in pxamci_probe()Christophe JAILLET2022-08-251-1/+1
* mmc: cavium-thunderx: Add of_node_put() when breaking out of loopLiang He2022-08-251-1/+3