summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2023-09-23mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig1-2/+3
2023-08-30mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang1-2/+0
2023-08-30mmc: sunxi: fix deferred probingSergey Shtylyov1-2/+2
2023-08-30mmc: bcm2835: fix deferred probingSergey Shtylyov1-2/+2
2023-08-30mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd9-16/+3
2023-08-30mmc: tmio: move tmio_mmc_set_clock() to platform hookMasahiro Yamada4-89/+117
2023-08-30mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock()Masahiro Yamada1-3/+3
2023-08-30mmc: meson-gx: remove redundant mmc_request_done() call from irq contextMartin Hundebøll1-8/+2
2023-08-30mmc: meson-gx: remove useless lockJerome Brunet1-7/+0
2023-08-16mmc: moxart: read scr register without changing byte orderSergei Antonov1-7/+1
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-06-28mmc: usdhi60rol0: fix deferred probingSergey Shtylyov1-2/+4
2023-06-28mmc: sdhci-acpi: fix deferred probingSergey Shtylyov1-1/+1
2023-06-28mmc: omap_hsmmc: fix deferred probingSergey Shtylyov1-2/+4
2023-06-28mmc: omap: fix deferred probingSergey Shtylyov1-1/+1
2023-06-28mmc: mvsdio: fix deferred probingSergey Shtylyov1-1/+1
2023-06-28mmc: mvsdio: convert to devm_platform_ioremap_resourceYangtao Li1-4/+2
2023-06-28mmc: mtk-sd: fix deferred probingSergey Shtylyov1-1/+1
2023-06-09mmc: vub300: fix invalid response handlingDeren Wu1-0/+3
2023-03-22mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm1-3/+0
2023-01-24mmc: sunxi-mmc: Fix clock refcount imbalance during unbindSamuel Holland1-3/+5
2023-01-18mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNINGDeren Wu1-0/+2
2023-01-18mmc: f-sdh30: Add quirks for broken timeout clock capabilityKunihiko Hayashi1-0/+3
2023-01-18mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-18mmc: wbsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+11
2023-01-18mmc: via-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-18mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-18mmc: atmel-mci: fix return value check of mmc_add_host()Yang Yingliang1-3/+6
2023-01-18mmc: wmt-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2023-01-18mmc: vub300: fix return value check of mmc_add_host()Yang Yingliang1-3/+8
2023-01-18mmc: toshsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2023-01-18mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+10
2023-01-18mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2023-01-18mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-08mmc: sdhci: Fix voltage switch delayAdrian Hunter2-7/+56
2022-12-08mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada2-11/+9
2022-11-25mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()Xiongfeng Wang1-0/+2
2022-10-26mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()Christophe JAILLET1-1/+4
2022-10-26mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()Christophe JAILLET1-1/+2
2022-10-05mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov1-14/+3
2022-08-25mmc: pxamci: Fix an error handling path in pxamci_probe()Christophe JAILLET1-1/+1
2022-08-25mmc: pxamci: Fix another error handling path in pxamci_probe()Christophe JAILLET1-1/+1
2022-08-25mmc: cavium-thunderx: Add of_node_put() when breaking out of loopLiang He1-1/+3
2022-08-25mmc: cavium-octeon: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-08-25mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1REugen Hristev1-2/+7
2022-08-25mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switchMiaoqian Lin1-0/+1
2022-05-12mmc: rtsx: add 74 Clocks in power on flowRicky WU1-10/+21
2022-04-15mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is completeWolfram Sang1-2/+2
2022-04-15Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"Pali Rohár1-10/+0
2022-04-15mmc: davinci_mmc: Handle error for clk_enableJiasheng Jiang1-1/+5