summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2022-12-08mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle
2022-12-08mmc: mmc_test: Fix removal of debugfs fileYe Bin
2022-11-25mmc: core: properly select voltage range without power cycleYann Gautier
2022-11-03mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma
2022-10-15mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris
2022-10-15mmc: core: Replace with already defined values for readabilityChanWoo Lee
2022-06-14mmc: block: Fix CQE recovery reset successAdrian Hunter
2022-05-25mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson
2022-05-25mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson
2022-05-25mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson
2022-04-15mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson
2022-02-23mmc: block: fix read single on recovery logicChristian Löhle
2022-01-27mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson
2021-12-29mmc: core: Disable card detect during shutdownUlf Hansson
2021-09-22mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar
2021-07-19mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle
2021-07-19mmc: core: clear flags before allowing to retuneWolfram Sang
2021-07-14mmc: block: Disable CMDQ on the ioctl pathBean Huo
2021-05-11mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson
2021-05-11mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee
2021-05-11mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang
2021-05-11mmc: block: Issue a cache flush only when it's enabledAvri Altman
2021-05-11mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman
2021-03-17mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li
2021-03-17mmc: core: Fix partition switch time for eMMCAdrian Hunter
2021-02-10mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang
2021-01-27mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne
2020-12-16mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo
2020-10-29mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár
2020-10-14mmc: core: don't set limits.discard_granularity as 0Coly Li
2020-10-01mmc: core: Fix size overflow for mmc partitionsBradley Bolen
2020-09-17mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter
2020-06-17mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson
2020-06-17mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson
2020-06-03mmc: block: Fix use-after-free issue for rpmbPeng Hao
2020-05-20mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter
2020-05-20mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg
2020-05-20mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson
2020-04-01mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-02-19mmc: core: Rework wp-gpio handlingMichał Mirosław
2020-01-26mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller
2019-12-21mmc: core: Re-work HW reset for SDIO cardsUlf Hansson
2019-12-21mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson
2019-12-21mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing
2019-12-21mmc: block: Make card_busy_detect() a bit more genericChaotian Jing
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson