summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoCLiming Sun2022-08-151-2/+14
* mmc: meson-gx: Fix an error handling path in meson_mmc_probe()Christophe JAILLET2022-08-151-2/+4
* mmc: mtk-sd: Clear interrupts when cqe off/disableWenbin Mei2022-08-151-0/+6
* mmc: pxamci: Fix another error handling path in pxamci_probe()Christophe JAILLET2022-08-151-1/+1
* mmc: pxamci: Fix an error handling path in pxamci_probe()Christophe JAILLET2022-08-151-1/+1
* Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-08-0433-171/+625
|\
| * mmc: mediatek: add support for SDIO eint wakup IRQAxe Yang2022-07-261-6/+80
| * mmc: core: Add support for SDIO wakeup interruptAxe Yang2022-07-261-0/+14
| * mmc: renesas_sdhi: newer SoCs don't need manual tap correctionTakeshi Saito2022-07-213-3/+9
| * mmc: cavium-thunderx: Add of_node_put() when breaking out of loopLiang He2022-07-211-1/+3
| * mmc: cavium-octeon: Add of_node_put() when breaking out of loopLiang He2022-07-211-0/+1
| * mmc: core: quirks: Add of_node_put() when breaking out of loopLiang He2022-07-211-1/+3
| * mmc: sdhci-brcmstb: use clk_get_rate(base_clk) in PM resumeKamal Dasu2022-07-181-1/+8
| * mmc: sdhci-msm: drop redundant of_device_id entriesKrzysztof Kozlowski2022-07-181-25/+4
| * mmc: block: Add single read for 4k sector cardsChristian Loehle2022-07-131-14/+14
| * mmc: Merge branch fixes into nextUlf Hansson2022-07-131-6/+8
| |\
| * | mmc: mxcmmc: Use mmc_card_sdio macroSeunghui Lee2022-07-131-1/+1
| * | mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee2022-07-134-13/+13
| * | mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1REugen Hristev2022-07-121-2/+7
| * | mmc: core: Replace with already defined values for readabilityChanWoo Lee2022-07-121-1/+1
| * | mmc: tmio: avoid glitches when resettingWolfram Sang2022-07-124-23/+42
| * | mmc: renesas_sdhi: Fix typo'sLad Prabhakar2022-07-121-2/+2
| * | mmc: renesas_sdhi: Get the reset handle early in the probeLad Prabhakar2022-07-121-4/+4
| * | mmc: sdhci-of-esdhc: Fixup use of of_find_compatible_node()Liang He2022-07-121-2/+4
| * | mmc: sdhci-pci-gli: Fix build error unused-functionRen Zhijie2022-07-121-25/+25
| * | mmc: core: Do not evaluate HS400 capabilities if bus has no MMC capabilityAlexander Stein2022-07-121-1/+1
| * | mmc: host: Improve I/O read/write performance for GL9763EJason Lai2022-07-121-0/+34
| * | mmc: sdhci-st: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-3/+2
| * | mmc: sdhci-of-arasan: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-3/+2
| * | mmc: dw_mmc: rockchip: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-1/+3
| * | mmc: dw_mmc: hi3789cv200: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-1/+3
| * | mmc: dw_mmc: exynos: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-1/+3
| * | mmc: sdhci-brcmstb: Initialize base_clk to NULL in sdhci_brcmstb_probe()Nathan Chancellor2022-07-121-1/+1
| * | mmc: mmci: Fix typo in commentXiang wangx2022-07-121-1/+1
| * | mmc: debugfs: Fix file release memory leakWei Yongjun2022-07-121-0/+1
| * | mmc: renesas_sdhi: add R-Car Gen4 fallback compatibility stringWolfram Sang2022-07-121-0/+1
| * | mmc: cqhci: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-121-1/+8
| * | mmc: debugfs: Add debug fs error state entry for mmc driverShaik Sajida Bhanu2022-07-121-0/+23
| * | mmc: debugfs: Add debug fs entry for mmc driverShaik Sajida Bhanu2022-07-121-0/+56
| * | mmc: sdhci: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-122-15/+47
| * | mmc: core: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-121-1/+9
| * | mmc: mtk-sd: fix typoFabien Parent2022-07-121-1/+1
| * | mmc: mxcmmc: Silence a clang warningFabio Estevam2022-07-121-1/+1
| * | mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switchMiaoqian Lin2022-07-121-0/+1
| * | mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0Kamal Dasu2022-07-121-1/+68
| * | mmc: sdhci-of-dwcmshc: add support for rk3588Yifeng Zhao2022-07-121-18/+103
| * | mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xxSebastian Reichel2022-07-121-23/+23
| * | mmc: sdhci-of-dwcmshc: add reset call back for rockchip SocsYifeng Zhao2022-07-121-1/+25
* | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-042-24/+4
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-102-24/+4