summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
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-30mmc: core: Add SD card quirk for broken discardAvri Altman3-1/+18
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-09-28mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failureAdrian Hunter1-26/+16
2022-09-08mmc: core: Fix UHS-I SD 1.8V workaround branchAdrian Hunter1-3/+3
2022-08-21mmc: block: Add single read for 4k sector cardsChristian Loehle1-14/+14
2022-06-14mmc: block: Fix CQE recovery reset successAdrian Hunter1-2/+1
2022-05-12mmc: core: Set HS clock speed before sending HS CMD13Brian Norris1-4/+19
2022-04-08mmc: 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-18mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar1-2/+1
2021-07-28mmc: core: Don't allocate IDA for OF aliasesStephen Boyd1-10/+10
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
2021-02-10mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang1-0/+6
2021-01-27mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne1-1/+3
2020-12-04mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo1-1/+1
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+2
2020-10-09Merge branch 'fixes' into nextUlf Hansson1-1/+1
2020-10-09mmc: core: don't set limits.discard_granularity as 0Coly Li1-1/+1
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-1/+1
2020-09-25mmc: core: document mmc_hw_reset()Wolfram Sang1-0/+10
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-2/+1
2020-09-14mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang1-4/+4
2020-09-07Merge branch 'fixes' into nextUlf Hansson1-17/+22
2020-09-07mmc: core: simplify an expressionWolfram Sang1-1/+1
2020-09-07mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang1-0/+4
2020-09-07mmc: core: when downgrading HS400, callback into drivers earlierWolfram Sang1-6/+6
2020-09-07mmc: core: Allow setting slot index via device tree aliasMatthias Schiffer1-1/+25
2020-09-07mmc: sd: Use kobj_to_dev() instead of container_of()Tian Tao1-1/+1
2020-09-07mmc: test: remove ambiguity in test descriptionWolfram Sang1-4/+4
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár4-3/+103
2020-09-07mmc: sdio: Extend sdio_config_attr macro and use it also for modaliasPali Rohár1-14/+6
2020-09-07mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár1-0/+8
2020-09-07mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár1-0/+3
2020-09-07mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter1-17/+22