summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2018-01-18mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada
2017-12-18mmc: block: fix logical error to avoid memory leakLiu, Changcheng
2017-12-18mmc: avoid removing non-removable hosts during suspendDaniel Drake
2017-12-11Merge branch 'fixes' into nextUlf Hansson
2017-12-11mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz
2017-12-11Merge branch 'fixes' into nextUlf Hansson
2017-12-11mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failureDan Carpenter
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: core: Remove option not to use blk-mqAdrian Hunter
2017-12-11mmc: mmc_test: Ensure command queue is disabled for testingAdrian Hunter
2017-12-11mmc: core: Ensure cmd_completion is initializedAdrian Hunter
2017-12-11mmc_test: use ktime_get_ts64 for timestampsArnd Bergmann
2017-12-11mmc: block: make function mmc_cqe_issue_type staticColin Ian King
2017-12-11mmc: block: blk-mq: fix boolreturn.cocci warningsWu Fengguang
2017-12-11mmc: mmc_test: Do not use mmc_start_areq() anymoreAdrian Hunter
2017-12-11mmc: block: blk-mq: Stop using legacy recoveryAdrian Hunter
2017-12-11mmc: block: Reduce polling timeout from 10 minutes to 10 secondsAdrian Hunter
2017-12-11mmc: block: Add timeout_clks when calculating timeoutAdrian Hunter
2017-12-11mmc: block: Check for transfer state in card_busy_detect()Adrian Hunter
2017-12-11mmc: block: Check the timeout correctly in card_busy_detect()Adrian Hunter
2017-12-11mmc: block: blk-mq: Check error bits and save the exception bit when polling ...Adrian Hunter
2017-12-11mmc: block: Make card_busy_detect() accumulate all response error bitsAdrian Hunter
2017-12-11mmc: block: blk-mq: Separate card polling from recoveryAdrian Hunter
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter
2017-12-11mmc: block: Add CQE supportAdrian Hunter
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter
2017-12-11mmc: block: Add error-handling commentsAdrian Hunter
2017-12-11mmc: core: Make mmc_pre_req() and mmc_post_req() availableAdrian Hunter
2017-12-11mmc: block: Simplify cleaning up the queueAdrian Hunter
2017-12-11mmc: block: No need to export mmc_cleanup_queue()Adrian Hunter
2017-12-11mmc: core: use usleep_range rather than HZ magic in mmc_delay()Wolfram Sang
2017-12-11mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unsetMasahiro Yamada
2017-12-05mmc: core: properly init drv_typeWolfram Sang
2017-12-01Merge tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2017-11-29mmc: core: prepend 0x to OCR entry in sysfsBastian Stender
2017-11-29mmc: core: prepend 0x to pre_eol_info entry in sysfsBastian Stender
2017-11-23mmc: block: Ensure that debugfs files are removedAdrian Hunter
2017-11-23mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter
2017-11-23mmc: block: Check return value of blk_get_request()Adrian Hunter
2017-11-23mmc: block: Fix missing blk_put_request()Adrian Hunter
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30mmc: parse new binding for eMMC fixed driver typeWolfram Sang
2017-10-30mmc: add kerneldoc to mmc_regulator_get_supply()Wolfram Sang
2017-10-30mmc: core: export emmc revisionJin Qian
2017-10-30mmc: sd: Fix signal voltage when there is no power cycleAdrian Hunter
2017-10-30mmc: core: Factor out mmc_host_set_uhs_voltage()Adrian Hunter