summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot2018-10-181-0/+10
* mmc: pwrseq: Use kmalloc_array instead of stack VLATobin C. Harding2018-08-031-5/+9
* mmc: block: fix updating ext_csd caches on ioctl callBastian Stender2018-03-281-0/+19
* mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cardsDirk Behme2018-03-282-0/+7
* mmc: block: fix logical error to avoid memory leakLiu, Changcheng2018-03-241-0/+1
* mmc: avoid removing non-removable hosts during suspendDaniel Drake2018-03-241-0/+8
* mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter2018-03-191-2/+9
* mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz2017-12-202-0/+10
* mmc: core: prepend 0x to OCR entry in sysfsBastian Stender2017-12-052-2/+2
* mmc: core: prepend 0x to pre_eol_info entry in sysfsBastian Stender2017-12-051-1/+1
* mmc: block: Ensure that debugfs files are removedAdrian Hunter2017-12-052-7/+38
* mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter2017-12-051-0/+3
* mmc: block: Check return value of blk_get_request()Adrian Hunter2017-12-051-1/+19
* mmc: block: Fix missing blk_put_request()Adrian Hunter2017-12-051-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-043-125/+9
* mmc: core: add driver strength selection when selecting hs400esChanho Min2017-10-021-17/+19
* mmc: block: Fix incorrectly initialized requestsAdrian Hunter2017-09-081-1/+6
* Merge branch 'fixes' into nextUlf Hansson2017-08-301-3/+3
|\
| * mmc: block: Fix block status codesAdrian Hunter2017-08-301-3/+3
* | mmc: core: Move mmc_start_areq() declarationAdrian Hunter2017-08-301-0/+6
* | mmc: block: cast a informative log for no devidx availableShawn Lin2017-08-301-1/+13
* | mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij2017-08-301-25/+18
* | mmc: block: Refactor mmc_blk_part_switch()Linus Walleij2017-08-301-12/+13
* | mmc: block: Move duplicate checkLinus Walleij2017-08-301-16/+20
* | mmc: debugfs: Move block debugfs into block moduleLinus Walleij2017-08-303-89/+147
* | mmc: ops: export mmc_get_status()Linus Walleij2017-08-301-0/+1
* | mmc: block: Anonymize the drv op data pointerLinus Walleij2017-08-302-4/+6
* | mmc: test: reduce stack usage in mmc_test_nonblock_transferArnd Bergmann2017-08-301-56/+41
* | mmc: core: Turn off CQE before sending commandsAdrian Hunter2017-08-301-0/+9
* | mmc: core: Add mmc_retune_hold_now()Adrian Hunter2017-08-302-0/+7
* | mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter2017-08-301-23/+0
* | mmc: core: remove the check of mmc_card_blockaddr for SD cardsShawn Lin2017-08-301-1/+1
* | mmc: core: correct taac parameter according to the specificationShawn Lin2017-08-303-17/+17
* | mmc: Convert to using %pOF instead of full_nameRob Herring2017-08-301-4/+4
* | mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debugShawn Lin2017-08-301-9/+4
* | mmc: core: always check the length of sglist with total data sizeShawn Lin2017-08-301-6/+3
* | mmc: core: remove check of host->removed for rescan routineShawn Lin2017-08-301-13/+0
* | mmc: block: remove unused struct mmc_card *cardShawn Lin2017-08-301-2/+0
* | mmc: mmc_ops: fix a typo for comment of mmc_start_bkopsShawn Lin2017-08-301-1/+1
|/
* mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending modeShawn Lin2017-08-211-6/+43
* mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław2017-08-091-0/+2
* mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen2017-08-081-1/+1
* mmc: block: bypass the queue even if usage is present for hotplugShawn Lin2017-08-031-0/+1
* mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja2017-07-131-0/+1
* mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entriesGeert Uytterhoeven2017-07-111-0/+3
* mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTLGeert Uytterhoeven2017-07-111-1/+1
* Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-07-0418-644/+590
|\
| * mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter2017-06-202-1/+6
| * mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson2017-06-201-6/+2