summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2025-07-10mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlierAvri Altman1-6/+6
2025-06-27mmc: Add quirk to disable DDR50 tuningErick Shepherd3-8/+40
2025-02-21mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin1-0/+2
2024-12-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara3-1/+17
2024-12-14mmc: core: Further prevent card detect during shutdownUlf Hansson2-0/+5
2024-09-12mmc: core: apply SD quirks earlier during probeJonathan Bell2-9/+17
2024-09-04mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee1-2/+1
2024-08-29mmc: mmc_test: Fix NULL dereference on allocation failureDan Carpenter1-4/+5
2024-06-16mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede1-0/+20
2024-06-16mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz1-2/+1
2024-05-25mmc: core: Add HS400 tuning in HS400es initializationMengqi Zhang1-2/+7
2024-04-03mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-04-03mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-04-03mmc: core: Fix switch on gp3 partitionDominique Martinet1-4/+6
2024-03-06mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov1-0/+2
2024-02-23mmc: slot-gpio: Allow non-sleeping GPIO roAlexander Stein1-1/+5
2024-02-01mmc: core: Use mrq.sbc in close-ended ffuAvri Altman1-3/+43
2024-01-10mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven1-0/+1
2024-01-10mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz1-3/+4
2023-12-08mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-0/+41
2023-12-08mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter1-0/+2
2023-12-08mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter1-0/+2
2023-12-08mmc: block: Retry commands in CQE error recoveryAdrian Hunter1-2/+5
2023-11-28mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo4-6/+17
2023-11-20Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet1-1/+1
2023-11-02mmc: core: Fix error propagation for some ioctl commandsUlf Hansson1-11/+20
2023-11-02mmc: block: ioctl: do write error check for spiChristian Loehle1-0/+6
2023-11-02mmc: core: Align to common busy polling behaviour for mmc ioctlsUlf Hansson2-8/+18
2023-10-25mmc: core: Capture correct oemid-bits for eMMC cardsAvri Altman1-1/+1
2023-10-25mmc: core: sdio: hold retuning if sdio in 1-bit modeHaibo Chen1-1/+7
2023-08-23mmc: block: Fix in_flight[issue_type] value errorYibin Ding1-3/+4
2023-07-19mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko1-0/+7
2023-07-19mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko1-0/+7
2023-07-19mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut3-8/+37
2023-06-09mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling orderMarek Vasut1-8/+26
2023-05-30mmc: block: ensure error propagation for non-blkChristian Loehle1-0/+5
2023-02-22mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2-15/+14
2022-12-31mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei1-3/+8
2022-11-25mmc: mmc_test: Fix removal of debugfs fileYe Bin1-1/+2
2022-11-18mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle1-2/+7
2022-11-16mmc: core: properly select voltage range without power cycleYann Gautier1-1/+7
2022-10-24mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch1-0/+1
2022-10-17mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma1-1/+2
2022-10-17mmc: queue: Cancel recovery work on cleanupChristian Löhle1-0/+7
2022-10-17mmc: block: Remove error check of hw_reset on resetChristian Löhle1-18/+26
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-10-13Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-1/+17
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2022-10-06mmc: core: Add SD card quirk for broken discardAvri Altman3-1/+17