summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorLines
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-10-11mmc: sdhci-sprd: Fix minimum clock limitWenchao Chen-1/+1
2022-10-07mmc: sdhci-tegra: Use actual clock rate for SW tuning correctionPrathamesh Shete-1/+1
2022-10-07mmc: renesas_sdhi: Fix rounding errorsBiju Das-3/+18
2022-09-28mmc: Merge branch fixes into nextUlf Hansson-1/+1
2022-09-28mmc: sdhci: Centralize CMD and DATA reset handlingAdrian Hunter-13/+39
2022-09-28mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOSAdrian Hunter-11/+22
2022-09-28mmc: sdhci: Remove misleading comment about resetsAdrian Hunter-4/+0
2022-09-28mmc: sdhci: Separate out sdhci_reset_for_all()Adrian Hunter-8/+12
2022-09-27mmc: sdhci-msm: add compatible string check for sdm670Richard Acayan-0/+1
2022-09-27mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()Christophe JAILLET-1/+4
2022-09-27mmc: hsq: Fix data stomping during mmc recoveryWenchao Chen-1/+1
2022-09-20mmc: rtsx_usb_sdmmc: Remove the unneeded result variableye xingchen-4/+1
2022-09-20mmc: sdhci-of-aspeed: Add dependency on ARCH_ASPEEDPeter Robinson-0/+1
2022-09-20mmc: mtk-sd: Add support for MT6795 Helio X10AngeloGioacchino Del Regno-0/+14
2022-09-20mmc: mtk-sd: Reorder of_device_id and platform data by nameAngeloGioacchino Del Regno-49/+50
2022-09-20mmc: sdhci-sprd: Fix the limitation of divWenchao Chen-3/+3
2022-09-14mmc: Merge branch fixes into nextUlf Hansson-16/+5
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-09-14mmc: sdhci_am654: Remove the unneeded result variableye xingchen-4/+1
2022-09-14mmc: meson-gx: add SDIO interrupt supportHeiner Kallweit-10/+60
2022-09-14mmc: meson-gx: adjust and re-use constant IRQ_EN_MASKHeiner Kallweit-11/+7
2022-09-14mmc: jz4740_mmc: Fix error check for dma_map_sgJack Wang-2/+2
2022-09-14mmc: meson-mx-sdhc: Fix error check for dma_map_sgJack Wang-2/+2
2022-09-14mmc: au1xmmc: Fix an error handling path in au1xmmc_probe()Christophe JAILLET-1/+2
2022-09-14mmc: sdhci-pci-o2micro: fix some SD cards compatibility issue at DDR50 modeChevron Li-2/+5
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