summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2025-07-03mmc: bcm2835: Fix dma_unmap_sg() nents valueThomas Fourier-1/+2
2025-07-03mmc: sdhci_am654: Workaround for Errata i2312Judith Mendez-3/+6
2025-07-03mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo ...Edson Juliano Drosdeck-1/+2
2025-06-25mtk-sd: reset host->mrq on prepare_data() errorSergey Senozhatsky-0/+1
2025-06-24Revert "mmc: sdhci: Disable SD card clock before changing parameters"Ulf Hansson-7/+2
2025-06-24mmc: sdhci-uhs2: Adjust some error messages and register dump for SD UHS-II cardVictor Shih-10/+10
2025-06-24mmc: sdhci: Add a helper function for dump register in dynamic debug modeVictor Shih-0/+16
2025-06-24mmc: core: Adjust some error messages for SD UHS-II cardsVictor Shih-2/+2
2025-06-19mtk-sd: Prevent memory corruption from DMA map failureMasami Hiramatsu (Google)-1/+16
2025-06-09mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared dataMasami Hiramatsu (Google)-1/+2
2025-06-09mmc: sdhci-of-k1: Fix error code in probe()Dan Carpenter-1/+2
2025-06-09mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlierAvri Altman-6/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-22/+26
2025-05-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-10/+6
2025-05-19mmc: Merge branch fixes into nextUlf Hansson-1/+34
2025-05-19mmc: sdhci_am654: Add SDHCI_QUIRK2_SUPPRESS_V1P8_ENA quirk to am62 compatibleJudith Mendez-1/+34
2025-05-19mmc: sdhci-esdhc-imx: fix few build warningsHaibo Chen-4/+4
2025-05-19mmc: bcm2835: Use str_read_write() helperYumeng Fang-4/+4
2025-05-19mmc: host: sdhci-esdhc-imx: refactor the system PM logicLuke Wang-20/+30
2025-05-19mmc: sdhci: export APIs for sdhci irq wakeupLuke Wang-2/+6
2025-05-19mmc: sdhci-of-k1: add support for SpacemiT K1 SoCYixun Lan-0/+319
2025-05-19mmc: core: Scan the eMMC boot areas for partition tableLoic Poulain-1/+1
2025-05-14mmc: Merge branch fixes into nextUlf Hansson-0/+40
2025-05-14mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot()Wolfram Sang-2/+2
2025-05-14mmc: rename mmc_host_uhs() to mmc_host_can_uhs()Wolfram Sang-8/+8
2025-05-14mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete()Wolfram Sang-4/+4
2025-05-14mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()Wolfram Sang-5/+5
2025-05-14mmc: sdhci-esdhc-imx: fix defined but not used warningsRandy Dunlap-0/+2
2025-05-14mmc: sdhci-of-dwcmshc: add PD workaround on RK3576Nicolas Frattaroli-0/+40
2025-05-14mmc: cavium-thunderx: Use non-hybrid PCI devres APIPhilipp Stanner-3/+1
2025-05-14mmc: mtk-sd: Add condition to enable 'single' burst typeAxe Yang-4/+12
2025-05-14mmc: sdhci-esdhc-imx: switch standard tuning to manual tuningLuke Wang-8/+8
2025-05-14mmc: sdhci-esdhc-imx: verify tuning control status after configurationLuke Wang-1/+9
2025-05-14mmc: sdhci-esdhc-imx: widen auto-tuning window for manual tuningHaibo Chen-2/+26
2025-05-14mmc: sdhci-esdhc-imx: widen auto-tuning window for standard tuningHaibo Chen-0/+13
2025-05-14mmc: sdhci-esdhc-imx: reset async FIFO before sending manual tuning commandHaibo Chen-1/+12
2025-05-14mmc: sdhci-esdhc-imx: explicitly reset tuning circuit via RSTT bitHaibo Chen-1/+7
2025-05-14mmc: sdhci-esdhc-imx: calculate data timeout value based on clockLuke Wang-12/+7
2025-05-14mmc: rename mmc_can_gpio_ro() to mmc_host_can_gpio_ro()Wolfram Sang-6/+6
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang-11/+11
2025-05-14mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang-14/+12
2025-05-14mmc: rename mmc_can_sleep() to mmc_card_can_sleep()Wolfram Sang-2/+2
2025-05-14mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()Wolfram Sang-9/+7
2025-05-14mmc: rename mmc_can_sanitize() to mmc_card_can_sanitize()Wolfram Sang-6/+6
2025-05-14mmc: rename mmc_can_reset() to mmc_card_can_reset()Wolfram Sang-5/+3
2025-05-14mmc: rename mmc_can_poweroff_notify() to mmc_card_can_poweroff_notify()Wolfram Sang-3/+3
2025-05-14mmc: rename mmc_can_ext_csd() to mmc_card_can_ext_csd()Wolfram Sang-7/+7
2025-05-14mmc: rename mmc_can_erase() to mmc_card_can_erase()Wolfram Sang-13/+11
2025-05-14mmc: rename mmc_can_discard() to mmc_card_can_discard()Wolfram Sang-7/+5
2025-05-14mmc: alcor: Use str_read_write() helperFeng Wei-1/+2