summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2023-02-14mmc: jz4740: Work around bug on JZ4760(B)Paul Cercueil-0/+10
2023-02-14mmc: mmc_spi: fix error handling in mmc_spi_probe()Yang Yingliang-4/+4
2023-02-14mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang-15/+14
2023-02-13mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't setHeiner Kallweit-10/+13
2023-01-02mmc: sunxi-mmc: Fix clock refcount imbalance during unbindSamuel Holland-3/+5
2023-01-02mmc: sdhci-esdhc-imx: correct the tuning start tap and step settingHaibo Chen-7/+15
2022-12-13Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-370/+1611
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2022-12-09mmc: sdhci-sprd: Disable CLK_AUTO when the clock is less than 400KWenchao Chen-7/+9
2022-12-09mmc: sdhci-of-esdhc: Modify mismatched function nameJiapeng Chong-2/+2
2022-12-07mmc: sdhci-tegra: Issue CMD and DAT resets togetherPrathamesh Shete-1/+9
2022-12-07mmc: sdhci-tegra: Add support to program MC stream IDPrathamesh Shete-0/+30
2022-12-07mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC dataPrathamesh Shete-0/+14
2022-12-07mmc: sdhci-tegra: Sort includes alphabeticallyThierry Reding-11/+11
2022-12-07mmc: sdhci-brcmstb: Resolve "unused" warnings with CONFIG_OF=nBrian Norris-1/+1
2022-12-07mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNINGDeren Wu-0/+2
2022-12-07mmc: sdhci-of-esdhc: limit the SDHC clock frequencyAndy Tang-0/+7
2022-12-07mmc: sdhci: Remove unneeded semicolonzhang songyi-1/+1
2022-12-07mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei-3/+8
2022-12-07mmc: sdhci: Avoid unnecessary ->set_clock()Adrian Hunter-23/+14
2022-12-07mmc: mmc-hsq: Use fifo to dispatch mmc_requestMichael Wu-25/+20
2022-12-07mmc: core: refactor debugfs codeYe Bin-8/+15
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee-27/+10
2022-12-07mmc: Remove unneeded semicolonYang Li-1/+1
2022-12-07mmc: core: Remove non-data R1B ioctl workaroundChristian Löhle-13/+0
2022-12-07mmc: renesas_sdhi: use plain numbers for end_flagsWolfram Sang-2/+2
2022-12-07mmc: Add mmc driver for Sunplus SP7021Tony Huang-0/+1010
2022-12-07mmc: renesas_sdhi: use new convenience macro from MMC coreWolfram Sang-2/+1
2022-12-07mmc: renesas_sdhi: add helper to access quirksWolfram Sang-13/+15
2022-12-07mmc: renesas_sdhi: better reset from HS400 modeWolfram Sang-1/+1
2022-12-07mmc: renesas_sdhi: alway populate SCC pointerWolfram Sang-5/+7
2022-12-07mmc: pwrseq: Use device_match_of_node()ye xingchen-1/+1
2022-12-07mmc: dw_mmc-pltfm: socfpga: add method to configure clk-phaseDinh Nguyen-1/+40
2022-12-07mmc: sdhci: Fix the SD tuning issue that the SDHCI_TRANSFER_MODE is cleared i...Charl Liu-1/+1
2022-12-07mmc: tmio: remove 'alignment_shift' from platform dataWolfram Sang-3/+2
2022-12-07mmc: tmio: remove tmio_mmc_k(un)map_atomic helpersWolfram Sang-20/+10
2022-12-07mmc: renesas_sdhi: take DMA end interrupts into accountWolfram Sang-7/+49
2022-12-07mmc: renesas_sdhi: add quirk for broken register layoutWolfram Sang-1/+4
2022-12-07mmc: tmio: add callback for dma irqWolfram Sang-0/+4
2022-12-07mmc: renesas_sdhi: improve naming of DMA structWolfram Sang-5/+5
2022-12-07mmc: renesas_sdhi: remove accessor function for internal_dmacWolfram Sang-23/+8
2022-12-07mmc: f-sdh30: Add quirks for broken timeout clock capabilityKunihiko Hayashi-0/+3
2022-12-07mmc: f-sdh30: Add support for non-removable mediaKunihiko Hayashi-0/+10
2022-12-07mmc: f-sdh30: Add compatible string for Socionext F_SDH30_E51Kunihiko Hayashi-1/+3
2022-12-07mmc: f-sdh30: Add reset control supportKunihiko Hayashi-1/+16
2022-12-07mmc: mtk-sd: fix two spelling mistakes in commentYu Zhe-2/+2
2022-12-07mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang-1/+3
2022-12-07mmc: wbsd: fix return value check of mmc_add_host()Yang Yingliang-1/+11
2022-12-07mmc: via-sdmmc: fix return value check of mmc_add_host()Yang Yingliang-1/+3
2022-12-07mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang-1/+3