summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
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
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-16mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo1-1/+1
2020-10-29mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár1-0/+3
2020-10-14mmc: core: don't set limits.discard_granularity as 0Coly Li1-1/+1
2020-10-01mmc: core: Fix size overflow for mmc partitionsBradley Bolen1-5/+4
2020-09-17mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter1-17/+22
2020-06-17mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson1-31/+27
2020-06-17mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson1-2/+1
2020-06-03mmc: block: Fix use-after-free issue for rpmbPeng Hao1-1/+1
2020-05-20mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter1-2/+1
2020-05-20mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg1-9/+4
2020-05-20mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti1-1/+2
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson1-2/+5
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson1-1/+4
2020-04-01mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson1-3/+5
2020-02-19mmc: core: Rework wp-gpio handlingMichał Mirosław2-7/+7
2020-01-26mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller1-0/+7
2019-12-21mmc: core: Re-work HW reset for SDIO cardsUlf Hansson4-5/+39
2019-12-21mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson1-5/+2
2019-12-21mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing1-92/+55
2019-12-21mmc: block: Make card_busy_detect() a bit more genericChaotian Jing1-8/+8
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+38
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda1-1/+7
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson2-2/+3
2019-09-11mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson1-0/+2
2019-09-11mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson1-2/+1
2019-09-11mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson1-3/+6
2019-09-11mmc: core: Move code to get pending SDIO IRQs to a functionMatthias Kaehlcke1-16/+30
2019-09-03Revert "mmc: core: do not retry CMD6 in __mmc_switch()"Jan Kaisrlik1-1/+1
2019-09-03mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda1-3/+32
2019-08-30mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson1-0/+6
2019-07-22mmc: mmc_spi: Enable stable writesAndreas Koop1-0/+5
2019-07-12Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-119/+49
2019-07-10mmc: core: let the dma map ops handle bouncingChristoph Hellwig1-5/+2
2019-07-10mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson1-11/+9