summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2025-03-13mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin1-0/+2
2024-12-14mmc: core: Further prevent card detect during shutdownUlf Hansson2-0/+5
2024-09-04mmc: mmc_test: Fix NULL dereference on allocation failureDan Carpenter1-4/+5
2024-06-16mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz1-2/+1
2024-04-13mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-04-13mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-04-13mmc: 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-23mmc: core: Use mrq.sbc in close-ended ffuAvri Altman1-3/+43
2024-01-15mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven1-0/+1
2024-01-15mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz1-3/+4
2023-12-20mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter3-2/+7
2023-12-13mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-0/+41
2023-12-08mmc: block: Retry commands in CQE error recoveryAdrian Hunter1-2/+5
2023-12-08mmc: core: convert comma to semicolonZheng Yongjun1-4/+4
2023-12-08mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter1-0/+2
2023-11-20Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet1-1/+1
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-30mmc: block: Fix in_flight[issue_type] value errorYibin Ding1-3/+4
2023-07-27mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko1-0/+7
2023-07-27mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko1-0/+7
2023-06-21mmc: 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-08mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle1-2/+7
2022-12-08mmc: mmc_test: Fix removal of debugfs fileYe Bin1-1/+2
2022-11-25mmc: core: properly select voltage range without power cycleYann Gautier1-1/+7
2022-11-03mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma1-1/+2
2022-10-15mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris1-1/+2
2022-10-15mmc: core: Replace with already defined values for readabilityChanWoo Lee1-1/+1
2022-06-14mmc: block: Fix CQE recovery reset successAdrian Hunter1-2/+1
2022-05-25mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson1-9/+7
2022-05-25mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson1-3/+3
2022-05-25mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson1-3/+6
2022-04-15mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson1-2/+13
2022-02-23mmc: block: fix read single on recovery logicChristian Löhle1-14/+14
2022-01-27mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson1-1/+3
2021-12-29mmc: core: Disable card detect during shutdownUlf Hansson3-1/+16
2021-09-22mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar1-2/+1
2021-07-19mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle1-4/+6
2021-07-19mmc: core: clear flags before allowing to retuneWolfram Sang1-2/+5
2021-07-14mmc: block: Disable CMDQ on the ioctl pathBean Huo1-0/+8
2021-05-11mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson4-91/+59
2021-05-11mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee1-0/+6
2021-05-11mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang1-1/+1
2021-05-11mmc: block: Issue a cache flush only when it's enabledAvri Altman4-3/+21
2021-05-11mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman1-0/+12
2021-03-17mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li1-6/+5
2021-03-17mmc: core: Fix partition switch time for eMMCAdrian Hunter1-4/+11