summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2025-08-20mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode()Ulf Hansson
2025-08-20mmc: sdhci-msm: Ensure SD card power isn't ON when card removedSarthak Garg
2025-07-24mmc: sdhci_am654: Workaround for Errata i2312Judith Mendez
2025-07-24mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo ...Edson Juliano Drosdeck
2025-07-24mmc: bcm2835: Fix dma_unmap_sg() nents valueThomas Fourier
2025-07-10mtk-sd: reset host->mrq on prepare_data() errorSergey Senozhatsky
2025-07-10mtk-sd: Prevent memory corruption from DMA map failureMasami Hiramatsu (Google)
2025-07-10mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared dataMasami Hiramatsu (Google)
2025-07-10mmc: core: Adjust some error messages for SD UHS-II cardsVictor Shih
2025-07-10mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlierAvri Altman
2025-07-10mmc: sdhci-uhs2: Adjust some error messages and register dump for SD UHS-II cardVictor Shih
2025-07-10Revert "mmc: sdhci: Disable SD card clock before changing parameters"Ulf Hansson
2025-07-10mmc: sdhci: Add a helper function for dump register in dynamic debug modeVictor Shih
2025-06-27mmc: Add quirk to disable DDR50 tuningErick Shepherd
2025-05-19mmc: sdhci_am654: Add SDHCI_QUIRK2_SUPPRESS_V1P8_ENA quirk to am62 compatibleJudith Mendez
2025-05-14mmc: sdhci-of-dwcmshc: add PD workaround on RK3576Nicolas Frattaroli
2025-04-07mmc: renesas_sdhi: disable clocks if registering regulator failedWolfram Sang
2025-04-07mmc: renesas_sdhi: add regulator dependencyArnd Bergmann
2025-04-07mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probeRuslan Piasetskyi
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2025-03-25Merge tag 'gpio-updates-for-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-21mmc: core: Remove redundant null checkAvri Altman
2025-03-20mmc: host: Wait for Vdd to settle on card power offErick Shepherd
2025-03-19Merge tag 'qcom-drivers-for-6.15' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2025-03-19mmc: Merge branch fixes into nextUlf Hansson
2025-03-19mmc: omap: Fix memory leak in mmc_omap_new_slotMiaoqian Lin
2025-03-19mmc: renesas_sdhi: fix error code in renesas_sdhi_probe()Dan Carpenter
2025-03-19mmc: sdhci-pxav3: set NEED_RSP_BUSY capabilityKarel Balej
2025-03-19mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SDUlf Hansson
2025-03-17mmc: sdhci-brcmstb: add cqhci suspend/resume to PM opsKamal Dasu
2025-03-17tty: mmc: sdio: use bool for cts and remove parenthesesJiri Slaby (SUSE)
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta
2025-03-12mmc: Merge branch fixes into nextUlf Hansson
2025-03-12mmc: renesas_sdhi: Add support for RZ/G3E SoCBiju Das
2025-03-12mmc: core: Trim trailing whitespace from card product namesDragan Simic
2025-03-12mmc: atmel-mci: Add missing clk_disable_unprepare()Gu Bowen
2025-03-11mmc: dw_mmc: add exynos7870 DW MMC supportKaustabh Chakraborty
2025-03-11mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halvesKaustabh Chakraborty
2025-03-11mmc: sdhci: Disable SD card clock before changing parametersErick Shepherd
2025-03-11mmc: sdhci-of-dwcmshc: Change to dwcmshc_phy_init for reusing codesJaehoon Chung
2025-03-11mmc: slot-gpio: Remove unused mmc_gpio_set_cd_isrDr. David Alan Gilbert
2025-02-24Merge tag 'v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2025-02-18mmc: dw_mmc: Switch to use hrtimer_setup()Nam Cao
2025-02-17mmc: pwrseq_simple: use gpiod_multi_set_value_cansleepDavid Lechner
2025-02-14mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_getTudor Ambarus
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers