summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-191-1/+2
|\
| * dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig2024-08-291-1/+2
* | mmc: core: Use dev_err_probe for deferred regulatorsAlexander Stein2024-09-131-2/+6
* | mmc: sdhci_am654: Add prints to tuning algorithmJudith Mendez2024-09-051-1/+10
* | mmc: sdhci_am654: Add retry tuningJudith Mendez2024-09-051-12/+35
* | mmc: block: add RPMB dependencyJens Wiklander2024-09-031-0/+1
* | mmc: core Convert UNSTUFF_BITS macro to inline functionAvri Altman2024-09-033-127/+113
* | mmc: core: Convert simple_stroul to kstroulRiyan Dhiman2024-09-031-3/+3
* | mmc: core: Calculate size from pointerRiyan Dhiman2024-09-031-1/+1
* | mmc: cqhci: Make use of cqhci_halted() routineSeunghwan Baek2024-09-031-7/+7
* | mmc: Merge branch fixes into nextUlf Hansson2024-09-031-1/+1
|\ \
| * | mmc: cqhci: Fix checking of CQHCI_HALT stateSeunghwan Baek2024-09-031-1/+1
* | | mmc: core: Replace the argument of mmc_sd_switch() with definesChanwoo Lee2024-09-032-7/+9
* | | mmc: dw_mmc-rockchip: Add support for rk3576 SoCsDetlev Casanova2024-09-031-5/+43
* | | mmc: dw_mmc-rockchip: Add internal phase supportShawn Lin2024-09-031-11/+160
* | | mmc: Merge branch fixes into nextUlf Hansson2024-08-282-2/+3
|\| |
| * | mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4KSam Protsenko2024-08-281-2/+2
| * | mmc: sdhci-of-aspeed: fix module autoloadingLiao Chen2024-08-281-0/+1
* | | mmc: sdhci-of-dwcmshc: Add hw_reset() support for BlueField-3 SoCLiming Sun2024-08-281-1/+28
* | | mmc: block: register RPMB partition with the RPMB subsystemJens Wiklander2024-08-261-2/+240
* | | mmc: Merge branch fixes into nextUlf Hansson2024-08-262-9/+17
|\| |
| * | mmc: core: apply SD quirks earlier during probeJonathan Bell2024-08-262-9/+17
* | | mmc: mtk-sd: Improve data type in msdc_timeout_cal()Thorsten Blum2024-08-261-6/+5
* | | mmc: sdhci-of-dwcmshc: Add support for Sophgo SG2042Chen Wang2024-08-261-7/+118
* | | mmc: sdhci-of-dwcmshc: add dwcmshc_pltfm_dataChen Wang2024-08-261-33/+48
* | | mmc: sdhci-of-dwcmshc: factor out code into dwcmshc_rk35xx_initChen Wang2024-08-261-18/+16
* | | mmc: sdhci-of-dwcmshc: factor out code for th1520_init()Chen Wang2024-08-261-21/+30
* | | mmc: sdhci-of-dwcmshc: move two rk35xx functionsChen Wang2024-08-261-45/+45
* | | mmc: sdhci-of-dwcmshc: add common bulk optional clocks supportChen Wang2024-08-261-42/+48
* | | mmc: renesas_sdhi: Add RZ/V2H(P) compatible stringLad Prabhakar2024-08-261-0/+1
* | | mmc: tmio: Use MMC core APIs to control the vqmmc regulatorLad Prabhakar2024-08-261-4/+3
* | | mmc: sdhci-pxav2: Remove unnecessary null pointer checkDoug Brown2024-08-261-1/+1
* | | mmc: sdhci-of-ma35d1: Add Nuvoton MA35D1 SDHCI driverShan-Chun Hung2024-08-263-0/+327
|/ /
* | mmc: mmc_test: Fix NULL dereference on allocation failureDan Carpenter2024-08-201-4/+5
* | mmc: dw_mmc: allow biu and ciu clocks to deferBen Whitten2024-08-201-0/+8
* | mmc: mtk-sd: receive cmd8 data when hs400 tuning failMengqi Zhang2024-08-011-4/+4
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-5/+5
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-5/+5
* | Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-07-175-7/+10
|\ \
| * | mfd: tmio: Move header to platform_dataWolfram Sang2024-07-095-5/+5
| * | mmc: tmio/sdhi: Fix includesWolfram Sang2024-07-093-2/+5
| |/
* | Merge tag 'mmc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-07-1536-210/+318
|\ \
| * | mmc: sdhci-esdhc-imx: obtain the 'per' clock rate after its enablementCiprian Costea2024-07-121-1/+7
| * | mmc: sdhci-esdhc-imx: disable card detect wake for S32G based platformsCiprian Costea2024-07-121-2/+6
| * | mmc: davinci_mmc: report all possible bus widthsBastien Curutchet2024-07-111-3/+8
| * | mmc: Merge branch fixes into nextUlf Hansson2024-07-112-0/+18
| |\ \
| * | | mmc: dw_mmc-bluefield: Add support for eMMC HW resetLiming Sun2024-07-081-1/+17
| * | | mmc: dw_mmc: Add support for platform specific eMMC HW resetLiming Sun2024-07-082-0/+8
| * | | mmc: sdhci_am654: Constify struct regmap_configJavier Carrasco2024-07-081-1/+1
| * | | mmc: Convert from tasklet to BH workqueueAllen Pais2024-07-0813-135/+142