summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc-starfive: Fix initialization of prev_errWilliam Qiu2023-03-091-1/+1
* mmc: sdhci_am654: lower power-on failed message severityFrancesco Dolcini2023-03-091-1/+1
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+1
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-081-1/+1
* | Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2023-02-2719-127/+591
|\ \
| * | mmc: meson-gx: Use devm_platform_get_and_ioremap_resource()Yang Li2023-02-171-2/+1
| * | mmc: meson-gx: constify member data of struct meson_hostHeiner Kallweit2023-02-171-3/+2
| * | mmc: meson-gx: use devm_clk_get_enabled() for core clockHeiner Kallweit2023-02-171-12/+5
| * | mmc: meson-gx: support platform interrupt as card detect interruptHeiner Kallweit2023-02-151-1/+4
| * | mmc: starfive: Add sdio/emmc driver supportWilliam Qiu2023-02-153-0/+197
| * | mmc: meson-gx: remove meson_mmc_get_cdHeiner Kallweit2023-02-151-15/+1
| * | mmc: moxart: set maximum request/block/segment sizesSergei Antonov2023-02-151-0/+9
| * | mmc: sdhci-brcmstb: Use devm_platform_get_and_ioremap_resource()Ye Xingchen2023-02-151-3/+1
| * | mmc: sdhci-of-dwcmshc: add the missing device table IDs for acpiLiming Sun2023-02-141-0/+1
| * | mmc: sdhci-of-dwcmshc: Update DLL and pre-change delay for rockchip platformShawn Lin2023-02-141-4/+9
| * | mmc: jz4740: Add support for vqmmc power supplyPaul Cercueil2023-02-141-1/+37
| * | mmc: Merge branch fixes into nextUlf Hansson2023-02-143-14/+27
| |\ \
| * | | mmc: meson-gx: use devm_mmc_alloc_hostHeiner Kallweit2023-02-131-35/+17
| * | | mmc: uniphier-sd: Add control to switch UHS speedKunihiko Hayashi2023-01-271-0/+22
| * | | mmc: uniphier-sd: Add control of UHS mode using SD interface logicKunihiko Hayashi2023-01-271-5/+56
| * | | mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm2023-01-271-3/+0
| * | | mmc: sdhci-pxav2: add optional pinctrl for SDIO IRQ workaroundDoug Brown2023-01-241-1/+32
| * | | mmc: sdhci-pxav2: add SDIO card IRQ workaround for PXA168 V1 controllerDoug Brown2023-01-241-1/+55
| * | | mmc: sdhci-pxav2: add optional core clockDoug Brown2023-01-241-1/+8
| * | | mmc: sdhci-pxav2: change clock name to match DT bindingsDoug Brown2023-01-241-3/+5
| * | | mmc: sdhci-pxav2: add register workaround for PXA168 silicon bugDoug Brown2023-01-241-0/+10
| * | | mmc: sdhci-pxav2: enable CONFIG_MMC_SDHCI_IO_ACCESSORSDoug Brown2023-01-241-0/+1
| * | | mmc: sdhci-pxav2: add initial support for PXA168 V1 controllerDoug Brown2023-01-241-8/+32
| * | | mmc: sdhci-of-dwcmshc: enable host V4 support for BlueField-3 SoCLiming Sun2023-01-231-0/+5
| * | | mmc: sdhci: Remove SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2023-01-232-5/+0
| * | | mmc: sdhci-iproc: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2023-01-231-6/+8
| * | | mmc: sdhci-pxav3: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2023-01-231-3/+1
| * | | mmc: sdhci-sprd: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2023-01-231-4/+2
| * | | mmc: sdhci-brcmstb: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2023-01-231-3/+1
| * | | mmc: sdhci-pci: Replace SDHCI_QUIRK_MISSING_CAPS for Ricoh controllerAdrian Hunter2023-01-231-3/+5
| * | | mmc: sdhci-esdhc-imx: only enable DAT[0] and CMD line auto tuning for SDIO de...Haibo Chen2023-01-231-0/+41
| * | | mmc: sdhci-esdhc-imx: simplify the auto tuning logicHaibo Chen2023-01-231-9/+16
| * | | mmc: renesas_sdhi: Add RZ/V2M compatible stringFabrizio Castro2023-01-231-0/+11
* | | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-206-2261/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | mmc: omap: drop TPS65010 dependencyArnd Bergmann2023-02-111-1/+0
| * | | mmc: remove tmio_mmc driverArnd Bergmann2023-02-013-236/+0
| * | | mmc: remove s3cmci driverArnd Bergmann2023-01-164-1896/+0
| * | | ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-3/+2
| * | | ARM: omap1: remove unused board filesArnd Bergmann2023-01-121-1/+1
| * | | mmc: remove cns3xxx driverArnd Bergmann2023-01-103-125/+0
| | |/ | |/|
* | | mmc: jz4740: Work around bug on JZ4760(B)Paul Cercueil2023-02-141-0/+10
* | | mmc: mmc_spi: fix error handling in mmc_spi_probe()Yang Yingliang2023-02-141-4/+4
* | | mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't setHeiner Kallweit2023-02-131-10/+13
| |/ |/|
* | mmc: sunxi-mmc: Fix clock refcount imbalance during unbindSamuel Holland2023-01-021-3/+5
* | mmc: sdhci-esdhc-imx: correct the tuning start tap and step settingHaibo Chen2023-01-021-7/+15
|/