summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorLines
2022-09-27mmc: hsq: Fix data stomping during mmc recoveryWenchao Chen-1/+1
2022-09-14mmc: moxart: fix 4-bit bus width and remove 8-bit bus widthSergei Antonov-14/+3
2022-09-14mmc: sdhci: Fix host->cmd is nullWenchao Chen-2/+2
2022-08-23Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds-0/+1
2022-08-15mmc: sdhci-of-aspeed: test: Fix dependencies when KUNIT=mDavid Gow-0/+1
2022-08-15mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoCLiming Sun-2/+14
2022-08-15mmc: meson-gx: Fix an error handling path in meson_mmc_probe()Christophe JAILLET-2/+4
2022-08-15mmc: mtk-sd: Clear interrupts when cqe off/disableWenbin Mei-0/+6
2022-08-15mmc: pxamci: Fix another error handling path in pxamci_probe()Christophe JAILLET-1/+1
2022-08-15mmc: pxamci: Fix an error handling path in pxamci_probe()Christophe JAILLET-1/+1
2022-08-04Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-140/+490
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-24/+4
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-42/+5
2022-07-29Merge branch 'acpi-bus'Rafael J. Wysocki-13/+5
2022-07-26mmc: mediatek: add support for SDIO eint wakup IRQAxe Yang-6/+80
2022-07-21mmc: renesas_sdhi: newer SoCs don't need manual tap correctionTakeshi Saito-3/+9
2022-07-21mmc: cavium-thunderx: Add of_node_put() when breaking out of loopLiang He-1/+3
2022-07-21mmc: cavium-octeon: Add of_node_put() when breaking out of loopLiang He-0/+1
2022-07-18mmc: sdhci-brcmstb: use clk_get_rate(base_clk) in PM resumeKamal Dasu-1/+8
2022-07-18mmc: sdhci-msm: drop redundant of_device_id entriesKrzysztof Kozlowski-25/+4
2022-07-13mmc: Merge branch fixes into nextUlf Hansson-6/+8
2022-07-13mmc: mxcmmc: Use mmc_card_sdio macroSeunghui Lee-1/+1
2022-07-13mmc: sdhci-omap: Fix a lockdep warning for PM runtime initTony Lindgren-6/+8
2022-07-12mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1REugen Hristev-2/+7
2022-07-12mmc: tmio: avoid glitches when resettingWolfram Sang-23/+42
2022-07-12mmc: renesas_sdhi: Fix typo'sLad Prabhakar-2/+2
2022-07-12mmc: renesas_sdhi: Get the reset handle early in the probeLad Prabhakar-4/+4
2022-07-12mmc: sdhci-of-esdhc: Fixup use of of_find_compatible_node()Liang He-2/+4
2022-07-12mmc: sdhci-pci-gli: Fix build error unused-functionRen Zhijie-25/+25
2022-07-12mmc: host: Improve I/O read/write performance for GL9763EJason Lai-0/+34
2022-07-12mmc: sdhci-st: Obviously always return success in remove callbackUwe Kleine-König-3/+2
2022-07-12mmc: sdhci-of-arasan: Obviously always return success in remove callbackUwe Kleine-König-3/+2
2022-07-12mmc: dw_mmc: rockchip: Obviously always return success in remove callbackUwe Kleine-König-1/+3
2022-07-12mmc: dw_mmc: hi3789cv200: Obviously always return success in remove callbackUwe Kleine-König-1/+3
2022-07-12mmc: dw_mmc: exynos: Obviously always return success in remove callbackUwe Kleine-König-1/+3
2022-07-12mmc: sdhci-brcmstb: Initialize base_clk to NULL in sdhci_brcmstb_probe()Nathan Chancellor-1/+1
2022-07-12mmc: mmci: Fix typo in commentXiang wangx-1/+1
2022-07-12mmc: renesas_sdhi: add R-Car Gen4 fallback compatibility stringWolfram Sang-0/+1
2022-07-12mmc: cqhci: Capture eMMC and SD card errorsShaik Sajida Bhanu-1/+8
2022-07-12mmc: sdhci: Capture eMMC and SD card errorsShaik Sajida Bhanu-15/+47
2022-07-12mmc: mtk-sd: fix typoFabien Parent-1/+1
2022-07-12mmc: mxcmmc: Silence a clang warningFabio Estevam-1/+1
2022-07-12mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switchMiaoqian Lin-0/+1
2022-07-12mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0Kamal Dasu-1/+68
2022-07-12mmc: sdhci-of-dwcmshc: add support for rk3588Yifeng Zhao-18/+103
2022-07-12mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xxSebastian Reichel-23/+23
2022-07-12mmc: sdhci-of-dwcmshc: add reset call back for rockchip SocsYifeng Zhao-1/+25
2022-07-11mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macroDavid Gow-42/+5
2022-06-23ACPI / MMC: PM: Unify fixing up device powerRafael J. Wysocki-13/+5
2022-06-15mmc: mediatek: wait dma stop bit reset to 0Mengqi Zhang-8/+12