summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-04-12Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-04mmc: core: Prevent bus reference leak in mmc_blk_init()Alexander Kappner
2018-03-22mmc: block: Delete gendisk before cleaning up the request queueShawn Lin
2018-03-22mmc: update sdio_claim_irq documentationJoel Cunningham
2018-03-22mmc: Export host capabilities to debugfs.Abbas Raza
2018-03-15mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cardsDirk Behme
2018-03-15mmc: block: fix updating ext_csd caches on ioctl callBastian Stender
2018-03-15mmc: core: Export card RCA register via sysfsHarish Jenny K N
2018-03-15mmc: core: Use memdup_user() rather than duplicating its implementationMarkus Elfring
2018-03-15mmc: sd: Remove redundant err assignment from mmc_read_switchShawn Lin
2018-03-15mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin
2018-03-15mmc: core: Don't try UHS-I mode if 4-bit mode isn't supportedShawn Lin
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-05mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeupAdrian Hunter
2018-03-05mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter
2018-03-05mmc: core: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-03-05mmc: core: optimize mmc_calc_max_discardSergio Valverde
2018-02-27mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson
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