aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-27mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson1-4/+0
2018-01-18mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada1-0/+8
2017-12-18mmc: block: fix logical error to avoid memory leakLiu, Changcheng1-0/+1
2017-12-18mmc: avoid removing non-removable hosts during suspendDaniel Drake1-0/+8
2017-12-11Merge branch 'fixes' into nextUlf Hansson2-0/+10
2017-12-11mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz2-0/+10
2017-12-11Merge branch 'fixes' into nextUlf Hansson1-1/+1
2017-12-11mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter1-0/+1
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter4-197/+1
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter4-964/+16
2017-12-11mmc: core: Remove option not to use blk-mqAdrian Hunter4-12/+1
2017-12-11mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter1-2/+9
2017-12-11mmc: core: Ensure cmd_completion is initializedAdrian Hunter1-4/+2
2017-12-11mmc_test: use ktime_get_ts64 for timestampsArnd Bergmann1-46/+42
2017-12-11mmc: block: make function mmc_cqe_issue_type staticColin Ian King1-2/+2
2017-12-11mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang1-1/+1
2017-12-11mmc: mmc_test: Do not use mmc_start_areq() anymoreAdrian Hunter1-68/+54
2017-12-11mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter1-143/+161
2017-12-11mmc: block: Reduce polling timeout from 10 minutes to 10 secondsAdrian Hunter1-1/+7
2017-12-11mmc: block: Add timeout_clks when calculating timeoutAdrian Hunter1-7/+35
2017-12-11mmc: block: Check for transfer state in card_busy_detect()Adrian Hunter1-4/+13
2017-12-11mmc: block: Check the timeout correctly in card_busy_detect()Adrian Hunter1-1/+3
2017-12-11mmc: block: blk-mq: Check error bits and save the exception bit when polling card busyAdrian Hunter1-9/+28
2017-12-11mmc: block: Make card_busy_detect() accumulate all response error bitsAdrian Hunter1-10/+29
2017-12-11mmc: block: blk-mq: Separate card polling from recoveryAdrian Hunter1-1/+28
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter5-26/+115
2017-12-11mmc: block: Add CQE supportAdrian Hunter4-6/+326
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter4-31/+808
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter4-0/+15
2017-12-11mmc: block: Add error-handling commentsAdrian Hunter1-1/+35
2017-12-11mmc: core: Make mmc_pre_req() and mmc_post_req() availableAdrian Hunter2-31/+31
2017-12-11mmc: block: Simplify cleaning up the queueAdrian Hunter2-5/+14
2017-12-11mmc: block: No need to export mmc_cleanup_queue()Adrian Hunter1-1/+0
2017-12-11mmc: core: use usleep_range rather than HZ magic in mmc_delay()Wolfram Sang1-5/+3
2017-12-11mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unsetMasahiro Yamada1-8/+6
2017-12-05mmc: core: properly init drv_typeWolfram Sang1-1/+1
2017-12-01Merge tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-11/+66
2017-11-29mmc: core: prepend 0x to OCR entry in sysfsBastian Stender2-2/+2
2017-11-29mmc: core: prepend 0x to pre_eol_info entry in sysfsBastian Stender1-1/+1
2017-11-23mmc: block: Ensure that debugfs files are removedAdrian Hunter2-7/+38
2017-11-23mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter1-0/+3
2017-11-23mmc: block: Check return value of blk_get_request()Adrian Hunter1-1/+19
2017-11-23mmc: block: Fix missing blk_put_request()Adrian Hunter1-0/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds12-118/+691
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-30mmc: parse new binding for eMMC fixed driver typeWolfram Sang2-4/+20
2017-10-30mmc: add kerneldoc to mmc_regulator_get_supply()Wolfram Sang1-0/+10
2017-10-30mmc: core: export emmc revisionJin Qian1-0/+2
2017-10-30mmc: sd: Fix signal voltage when there is no power cycleAdrian Hunter1-2/+45