summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2023-09-13mmc: renesas_sdhi: register irqs before registering controllerWolfram Sang1-3/+7
2023-09-06mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig1-2/+3
2023-08-23mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_removeYangtao Li1-3/+5
2023-08-23mmc: block: Fix in_flight[issue_type] value errorYibin Ding1-3/+4
2023-08-23mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang1-2/+0
2023-08-23mmc: sdhci-f-sdh30: Replace with sdhci_pltfmKunihiko Hayashi1-33/+27
2023-08-16mmc: moxart: read scr register without changing byte orderSergei Antonov1-7/+1
2023-07-19mmc: sdhci: fix DMA configure compatibility issue when 64bit DMA mode is used.Chevron Li1-2/+2
2023-07-19mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUSUlf Hansson1-0/+1
2023-07-19mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko1-0/+7
2023-07-19mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko1-0/+7
2023-07-19mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut3-8/+37
2023-07-19mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't usedDouglas Anderson1-1/+1
2023-06-28mmc: usdhi60rol0: fix deferred probingSergey Shtylyov1-2/+4
2023-06-28mmc: sh_mmcif: fix deferred probingSergey Shtylyov1-1/+1
2023-06-28mmc: sdhci-acpi: fix deferred probingSergey Shtylyov1-1/+1
2023-06-28mmc: owl: 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: mtk-sd: fix deferred probingSergey Shtylyov1-1/+1
2023-06-28mmc: meson-gx: fix deferred probingSergey Shtylyov1-2/+2
2023-06-28mmc: sunxi: fix deferred probingSergey Shtylyov1-2/+2
2023-06-28mmc: bcm2835: fix deferred probingSergey Shtylyov1-2/+2
2023-06-28mmc: sdhci-spear: fix deferred probingSergey Shtylyov1-2/+2
2023-06-28mmc: mmci: stm32: fix max busy timeout calculationChristophe Kerello1-1/+2
2023-06-28mmc: meson-gx: remove redundant mmc_request_done() call from irq contextMartin Hundebøll1-8/+2
2023-06-28mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916Stephan Gerhold1-0/+3
2023-06-28mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUSJisheng Zhang1-0/+1
2023-06-09mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling orderMarek Vasut1-8/+26
2023-06-09mmc: vub300: fix invalid response handlingDeren Wu1-0/+3
2023-05-30mmc: block: ensure error propagation for non-blkChristian Loehle1-0/+5
2023-05-30mmc: sdhci-esdhc-imx: make "no-mmc-hs400" worksHaibo Chen1-8/+10
2023-05-11mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for dataGeorgii Kruglov1-13/+11
2023-04-26mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25Bhavya Kapoor1-2/+0
2023-03-22mmc: sdhci_am654: lower power-on failed message severityFrancesco Dolcini1-1/+1
2023-03-22mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm1-3/+0
2023-02-22mmc: mmc_spi: fix error handling in mmc_spi_probe()Yang Yingliang1-4/+4
2023-02-22mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2-15/+14
2023-02-22mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't setHeiner Kallweit1-10/+13
2023-02-22mmc: jz4740: Work around bug on JZ4760(B)Paul Cercueil1-0/+10
2023-01-24mmc: sdhci-esdhc-imx: correct the tuning start tap and step settingHaibo Chen1-7/+15
2023-01-24mmc: sunxi-mmc: Fix clock refcount imbalance during unbindSamuel Holland1-3/+5
2023-01-07mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400KWenchao Chen1-7/+9
2023-01-04mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNINGDeren Wu1-0/+2
2022-12-31mmc: sdhci-tegra: Issue CMD and DAT resets togetherPrathamesh Shete3-1/+9
2022-12-31mmc: renesas_sdhi: better reset from HS400 modeWolfram Sang1-1/+1
2022-12-31mmc: renesas_sdhi: add quirk for broken register layoutWolfram Sang2-1/+4
2022-12-31mmc: f-sdh30: Add quirks for broken timeout clock capabilityKunihiko Hayashi1-0/+3
2022-12-31mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei1-3/+8