summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: Fix CQE recovery reset successAdrian Hunter2022-06-141-2/+1
* mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson2022-05-251-9/+7
* mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson2022-05-251-3/+3
* mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson2022-05-251-3/+6
* mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson2022-04-151-2/+13
* mmc: block: fix read single on recovery logicChristian Löhle2022-02-231-14/+14
* mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson2022-01-271-1/+3
* mmc: core: Disable card detect during shutdownUlf Hansson2021-12-293-1/+16
* mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar2021-09-221-2/+1
* mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle2021-07-191-4/+6
* mmc: core: clear flags before allowing to retuneWolfram Sang2021-07-191-2/+5
* mmc: block: Disable CMDQ on the ioctl pathBean Huo2021-07-141-0/+8
* mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson2021-05-114-91/+59
* mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee2021-05-111-0/+6
* mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang2021-05-111-1/+1
* mmc: block: Issue a cache flush only when it's enabledAvri Altman2021-05-114-3/+21
* mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman2021-05-111-0/+12
* mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li2021-03-171-6/+5
* mmc: core: Fix partition switch time for eMMCAdrian Hunter2021-03-171-4/+11
* mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang2021-02-101-0/+6
* mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne2021-01-271-1/+3
* mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo2020-12-161-1/+1
* mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár2020-10-291-0/+3
* mmc: core: don't set limits.discard_granularity as 0Coly Li2020-10-141-1/+1
* mmc: core: Fix size overflow for mmc partitionsBradley Bolen2020-10-011-5/+4
* mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter2020-09-171-17/+22
* mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson2020-06-171-31/+27
* mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson2020-06-171-2/+1
* mmc: block: Fix use-after-free issue for rpmbPeng Hao2020-06-031-1/+1
* mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter2020-05-201-2/+1
* mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg2020-05-201-9/+4
* mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti2020-05-201-1/+2
* mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson2020-04-011-2/+5
* mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson2020-04-011-1/+4
* mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson2020-04-011-3/+5
* mmc: core: Rework wp-gpio handlingMichał Mirosław2020-02-192-7/+7
* mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller2020-01-261-0/+7
* mmc: core: Re-work HW reset for SDIO cardsUlf Hansson2019-12-214-5/+39
* mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson2019-12-211-5/+2
* mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing2019-12-211-92/+55
* mmc: block: Make card_busy_detect() a bit more genericChaotian Jing2019-12-211-8/+8
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-3/+38
|\
| * mmc: queue: Fix bigger segments usageYoshihiro Shimoda2019-09-121-1/+7
| * mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda2019-09-031-3/+32
* | mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson2019-09-112-2/+3
* | mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson2019-09-111-0/+2
* | mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson2019-09-111-2/+1
* | mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson2019-09-111-3/+6
* | mmc: core: Move code to get pending SDIO IRQs to a functionMatthias Kaehlcke2019-09-111-16/+30
* | Revert "mmc: core: do not retry CMD6 in __mmc_switch()"Jan Kaisrlik2019-09-031-1/+1