aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19mmc: mmc_spi: multiple block read remove read crc ackRex Chen1-1/+1
2025-10-19mmc: core: SPI mode remove cmd7Rex Chen1-1/+5
2025-10-15mmc: select REGMAP_MMIO with MMC_LOONGSON2Mikko Rapeli1-0/+1
2025-10-15mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()Bean Huo1-3/+3
2025-09-12mmc: sdhci-pci-gli: GL9767: Fix initializing the UHS-II interface during a power-onBen Chuang1-1/+67
2025-09-12mmc: sdhci-uhs2: Fix calling incorrect sdhci_set_clock() functionBen Chuang1-1/+1
2025-09-12mmc: sdhci: Move the code related to setting the clock from sdhci_set_ios_common() into sdhci_set_ios()Ben Chuang2-18/+19
2025-09-12mmc: mvsdio: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-08-21mmc: sdhci_am654: Disable HS400 for AM62P SR1.0 and SR1.1Judith Mendez1-0/+18
2025-08-18mmc: sdhci-of-arasan: Ensure CD logic stabilization before power-upSai Krishna Potthuri1-2/+31
2025-08-18mmc: sdhci-pci-gli: GL9763e: Mask the replay timer timeout of AERVictor Shih1-0/+3
2025-08-18mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e() for consistencyVictor Shih1-2/+2
2025-08-18mmc: sdhci-pci-gli: Add a new function to simplify the codeVictor Shih1-14/+16
2025-07-29Merge tag 'mmc-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds79-974/+1615
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2025-07-22Merge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki1-1/+1
2025-07-16mmc: loongson2: Unify the function prefixes for loongson2_mmc_pdataBinbin Zhou1-10/+10
2025-07-16mmc: loongson2: Fix error code in loongson2_mmc_resource_request()Dan Carpenter1-1/+1
2025-07-10mmc: loongson2: prevent integer overflow in ret variableSergio Perez Gonzalez1-1/+2
2025-07-09mmc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus11-16/+0
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-1/+1
2025-07-03mmc: sdhci-msm: Ensure SD card power isn't ON when card removedSarthak Garg1-0/+14
2025-07-03mmc: Merge branch fixes into nextUlf Hansson3-5/+10
2025-07-03mmc: bcm2835: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+2
2025-07-03mmc: sdhci_am654: Workaround for Errata i2312Judith Mendez1-3/+6
2025-07-03mmc: sdhci-cadence: use of_property_presentBenoît Monin1-1/+1
2025-07-03mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo modelsEdson Juliano Drosdeck1-1/+2
2025-07-03mmc: loongson2: Add Loongson-2K2000 SD/SDIO/eMMC controller driverBinbin Zhou1-0/+231
2025-07-03mmc: loongson2: Add Loongson-2K SD/SDIO controller driverBinbin Zhou3-0/+812
2025-07-03mmc: Convert ternary operator to str_true_false() helperLi Dong1-1/+2
2025-06-25mmc: Merge branch fixes into nextUlf Hansson1-0/+1
2025-06-25mtk-sd: reset host->mrq on prepare_data() errorSergey Senozhatsky1-0/+1
2025-06-24mmc: Merge branch fixes into nextUlf Hansson1-7/+2
2025-06-24Revert "mmc: sdhci: Disable SD card clock before changing parameters"Ulf Hansson1-7/+2
2025-06-24mmc: Merge branch fixes into nextUlf Hansson6-21/+54
2025-06-24mmc: sdhci-cadence: add Mobileye eyeQ supportBenoît Monin1-0/+11
2025-06-24mmc: rtsx_usb_sdmmc: Fix clang -Wimplicit-fallthrough in sd_set_power_mode()Nathan Chancellor1-0/+2
2025-06-24mmc: cb710-mmc: Convert ternary operator to str_plural() helperLi Dong1-1/+2
2025-06-24mmc: rtsx_usb_sdmmc: Add 74 clocks in poweron flowRicky Wu1-0/+5
2025-06-24mmc: rtsx_usb_sdmmc: Re-work the code in sd_set_power_mode()Ulf Hansson1-5/+13
2025-06-24mmc: rtsx_usb_sdmmc: Convert sd_set_power_mode() into voidUlf Hansson1-3/+2
2025-06-24mmc: rtsx_usb_sdmmc: Print debug-messages at power-on/off errorsUlf Hansson1-0/+4
2025-06-24mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode()Ulf Hansson1-3/+1
2025-06-24mmc: host: renesas_sdhi: Fix incorrect auto retuning for an SDIO cardYoshihiro Shimoda2-7/+42
2025-06-24mmc: host: tmio: Add .sdio_irq()Yoshihiro Shimoda2-1/+5
2025-06-24mmc: sdhci: Drop sdhci_free_host()/sdhci_pltfm_free() interfaceBinbin Zhou4-13/+0
2025-06-24mmc: sdhci_f_sdh30: Drop the use of sdhci_pltfm_free()Binbin Zhou1-9/+4
2025-06-24mmc: sdhci_am654: Drop the use of sdhci_pltfm_free()Binbin Zhou1-14/+6
2025-06-24mmc: sdhci-xenon: Drop the use of sdhci_pltfm_free()Binbin Zhou1-10/+5
2025-06-24mmc: sdhci-tegra: Drop the use of sdhci_pltfm_free()Binbin Zhou1-6/+3