summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2018-12-29mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson1-4/+10
2018-12-29mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson1-4/+2
2018-12-29mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson1-1/+3
2018-10-18mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot1-0/+10
2018-08-03mmc: pwrseq: Use kmalloc_array instead of stack VLATobin C. Harding1-5/+9
2018-03-28mmc: block: fix updating ext_csd caches on ioctl callBastian Stender1-0/+19
2018-03-28mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cardsDirk Behme2-0/+7
2018-03-24mmc: block: fix logical error to avoid memory leakLiu, Changcheng1-0/+1
2018-03-24mmc: avoid removing non-removable hosts during suspendDaniel Drake1-0/+8
2018-03-19mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter1-2/+9
2017-12-20mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz2-0/+10
2017-12-05mmc: core: prepend 0x to OCR entry in sysfsBastian Stender2-2/+2
2017-12-05mmc: core: prepend 0x to pre_eol_info entry in sysfsBastian Stender1-1/+1
2017-12-05mmc: block: Ensure that debugfs files are removedAdrian Hunter2-7/+38
2017-12-05mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter1-0/+3
2017-12-05mmc: block: Check return value of blk_get_request()Adrian Hunter1-1/+19
2017-12-05mmc: block: Fix missing blk_put_request()Adrian Hunter1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij3-125/+9
2017-10-02mmc: core: add driver strength selection when selecting hs400esChanho Min1-17/+19
2017-09-08mmc: block: Fix incorrectly initialized requestsAdrian Hunter1-1/+6
2017-08-30Merge branch 'fixes' into nextUlf Hansson1-3/+3
2017-08-30mmc: core: Move mmc_start_areq() declarationAdrian Hunter1-0/+6
2017-08-30mmc: block: cast a informative log for no devidx availableShawn Lin1-1/+13
2017-08-30mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij1-25/+18
2017-08-30mmc: block: Refactor mmc_blk_part_switch()Linus Walleij1-12/+13
2017-08-30mmc: block: Move duplicate checkLinus Walleij1-16/+20
2017-08-30mmc: debugfs: Move block debugfs into block moduleLinus Walleij3-89/+147
2017-08-30mmc: ops: export mmc_get_status()Linus Walleij1-0/+1
2017-08-30mmc: block: Anonymize the drv op data pointerLinus Walleij2-4/+6
2017-08-30mmc: test: reduce stack usage in mmc_test_nonblock_transferArnd Bergmann1-56/+41
2017-08-30mmc: core: Turn off CQE before sending commandsAdrian Hunter1-0/+9
2017-08-30mmc: core: Add mmc_retune_hold_now()Adrian Hunter2-0/+7
2017-08-30mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter1-23/+0
2017-08-30mmc: core: remove the check of mmc_card_blockaddr for SD cardsShawn Lin1-1/+1
2017-08-30mmc: core: correct taac parameter according to the specificationShawn Lin3-17/+17
2017-08-30mmc: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2017-08-30mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debugShawn Lin1-9/+4
2017-08-30mmc: core: always check the length of sglist with total data sizeShawn Lin1-6/+3
2017-08-30mmc: core: remove check of host->removed for rescan routineShawn Lin1-13/+0
2017-08-30mmc: block: remove unused struct mmc_card *cardShawn Lin1-2/+0
2017-08-30mmc: mmc_ops: fix a typo for comment of mmc_start_bkopsShawn Lin1-1/+1
2017-08-30mmc: block: Fix block status codesAdrian Hunter1-3/+3
2017-08-21mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending modeShawn Lin1-6/+43
2017-08-09mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław1-0/+2
2017-08-08mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen1-1/+1
2017-08-03mmc: block: bypass the queue even if usage is present for hotplugShawn Lin1-0/+1
2017-07-13mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja1-0/+1
2017-07-11mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entriesGeert Uytterhoeven1-0/+3
2017-07-11mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTLGeert Uytterhoeven1-1/+1