aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-08-0425-140/+490
|\
| * mmc: mediatek: add support for SDIO eint wakup IRQAxe Yang2022-07-261-6/+80
| * 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: 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: Merge branch fixes into nextUlf Hansson2022-07-131-6/+8
| |\
| * | mmc: mxcmmc: Use mmc_card_sdio macroSeunghui Lee2022-07-131-1/+1
| * | mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1REugen Hristev2022-07-121-2/+7
| * | 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: 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: 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: sdhci: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-122-15/+47
| * | 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
* | | | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-023-42/+5
|\ \ \ \
| * | | | mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macroDavid Gow2022-07-113-42/+5
| |/ / /
* | | | Merge branch 'acpi-bus'Rafael J. Wysocki2022-07-292-13/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | ACPI / MMC: PM: Unify fixing up device powerRafael J. Wysocki2022-06-232-13/+5
* | | | mmc: sdhci-omap: Fix a lockdep warning for PM runtime initTony Lindgren2022-07-131-6/+8
| |_|/ |/| |
* | | mmc: mediatek: wait dma stop bit reset to 0Mengqi Zhang2022-06-151-8/+12
* | | mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncingChevron Li2022-06-141-0/+2
|/ /
* | Merge tag 'mmc-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2022-06-071-0/+3
|\ \ | |/ |/|
| * mmc: sdhci-pci-gli: Fix GL9763E runtime PM when the system resumes from suspendBen Chuang2022-05-311-0/+3
* | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-1/+1
|\ \
| * | ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+1
* | | Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-301-1/+1
|\ \ \ | |_|/ |/| |
| * | m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann2022-05-161-1/+1
* | | Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-251-1/+1
|\ \ \
| * \ \ Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-05-231-1/+1
| |\ \ \