summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2023-08-09mmc: sdhci-spear: remove redundant of_match_ptr()Zhu Wang
2023-08-09mmc: sdhci-st: Use devm_platform_ioremap_resource_byname()Li Zetao
2023-08-09mmc: core: propagate removable attribute to driver coreThomas Weißschuh
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2023-08-09mmc: uniphier-sd: register irqs before registering controllerWolfram Sang
2023-08-09mmc: davinci: Make SDIO irq truly optionalJulien Delbergue
2023-08-09mmc: pxamci: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-08-09mmc: omap_hsmmc: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-08-09mmc: mxcmmc: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-08-09mmc: renesas_sdhi: remove outdated indentationWolfram Sang
2023-08-09mmc: renesas_sdhi: register irqs before registering controllerWolfram Sang
2023-08-09mmc: mmci: Improve ux500 debug printsLinus Walleij
2023-08-09mmc: meson-gx: Drop redundant WARN_ON() in the irq handlerUlf Hansson
2023-08-09mmc: sunplus: Fix error handling in spmmc_drv_probe()Harshit Mogalapalli
2023-08-09mmc: sunplus: fix return value check of mmc_add_host()Wei Chen
2023-08-09mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang
2023-08-08mmc: block: Fix in_flight[issue_type] value errorYibin Ding
2023-08-02mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig
2023-07-14mmc: sdhci-f-sdh30: Replace with sdhci_pltfmKunihiko Hayashi
2023-07-13mmc: moxart: read scr register without changing byte orderSergei Antonov
2023-06-30mmc: Revert "mmc: core: Allow mmc_start_host() synchronously detect a card"Ulf Hansson
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-28Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-22mmc: mmci: Add support for SW busy-end timeoutsUlf Hansson
2023-06-20mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut
2023-06-20mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko
2023-06-20mmc: mmci: stm32: add delay block support for STM32MP25Yann Gautier
2023-06-20mmc: mmci: stm32: prepare other delay block supportYann Gautier
2023-06-20mmc: mmci: stm32: manage block gap hardware flow controlYann Gautier
2023-06-20mmc: mmci: Add support for sdmmc variant revision v3.0Yann Gautier
2023-06-20mmc: mmci: add stm32_idmabsize_align parameterYann Gautier
2023-06-19mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko
2023-06-19mmc: Merge branch fixes into nextUlf Hansson
2023-06-19mmc: usdhi60rol0: fix deferred probingSergey Shtylyov
2023-06-19mmc: sunxi: fix deferred probingSergey Shtylyov
2023-06-19mmc: sh_mmcif: fix deferred probingSergey Shtylyov
2023-06-19mmc: sdhci-spear: fix deferred probingSergey Shtylyov
2023-06-19mmc: sdhci-acpi: fix deferred probingSergey Shtylyov
2023-06-19mmc: owl: fix deferred probingSergey Shtylyov
2023-06-19mmc: omap_hsmmc: fix deferred probingSergey Shtylyov
2023-06-19mmc: omap: fix deferred probingSergey Shtylyov
2023-06-19mmc: mvsdio: fix deferred probingSergey Shtylyov
2023-06-19mmc: mtk-sd: fix deferred probingSergey Shtylyov
2023-06-19mmc: meson-gx: fix deferred probingSergey Shtylyov
2023-06-19mmc: bcm2835: fix deferred probingSergey Shtylyov
2023-06-19mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUSJisheng Zhang
2023-06-19mmc: mmci: Break out a helper functionLinus Walleij
2023-06-19mmc: mmci: Use a switch statement machineLinus Walleij
2023-06-19mmc: mmci: Use state machine state as exit conditionLinus Walleij