aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+5
2018-04-04mmc: core: Prevent bus reference leak in mmc_blk_init()Alexander Kappner1-0/+1
2018-03-22mmc: block: Delete gendisk before cleaning up the request queueShawn Lin1-1/+1
2018-03-22mmc: update sdio_claim_irq documentationJoel Cunningham1-2/+2
2018-03-22mmc: Export host capabilities to debugfs.Abbas Raza1-0/+6
2018-03-15mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cardsDirk Behme2-0/+7
2018-03-15mmc: block: fix updating ext_csd caches on ioctl callBastian Stender1-0/+19
2018-03-15mmc: core: Export card RCA register via sysfsHarish Jenny K N2-0/+4
2018-03-15mmc: core: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-11/+4
2018-03-15mmc: sd: Remove redundant err assignment from mmc_read_switchShawn Lin1-2/+0
2018-03-15mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin1-5/+4
2018-03-15mmc: core: Don't try UHS-I mode if 4-bit mode isn't supportedShawn Lin2-12/+7
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-4/+4
2018-03-05mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeupAdrian Hunter1-2/+0
2018-03-05mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter2-2/+22
2018-03-05mmc: core: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-12/+1
2018-03-05mmc: core: optimize mmc_calc_max_discardSergio Valverde1-1/+1
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