aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/queue.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2021-03-30mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio1-1/+0
2021-02-08mmc: queue: Remove unused defineChanWoo Lee1-1/+0
2018-11-17mmc: stop abusing the request queue_lock pointerChristoph Hellwig1-2/+2
2018-11-15mmc: stop abusing the request queue_lock pointerChristoph Hellwig1-0/+1
2018-11-15mmc: simplify queue initializationChristoph Hellwig1-2/+1
2018-08-21mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter1-0/+1
2017-12-11mmc: block: Remove code no longer needed after the switch to blk-mqAdrian Hunter1-15/+0
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter1-0/+1
2017-12-11mmc: block: Add CQE supportAdrian Hunter1-0/+18
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter1-0/+32
2017-11-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30mmc: block: Delete mmc_access_rpmb()Linus Walleij1-2/+0
2017-10-30mmc: block: Convert RPMB to a character deviceLinus Walleij1-0/+2
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij1-6/+0
2017-08-30mmc: debugfs: Move block debugfs into block moduleLinus Walleij1-0/+4
2017-08-30mmc: block: Anonymize the drv op data pointerLinus Walleij1-1/+1
2017-06-20mmc: block: Move boot partition locking into a driver opLinus Walleij1-1/+3
2017-06-20mmc: block: Tag DRV_OPs with a driver operation typeLinus Walleij1-0/+9
2017-06-20mmc: block: remove req back pointerLinus Walleij1-1/+7
2017-06-20mmc: queue: delete mmc_req_is_special()Linus Walleij1-8/+0
2017-06-20mmc: block: move multi-ioctl() to use block layerLinus Walleij1-1/+2
2017-06-20mmc: block: move single ioctl() commands to block requestsLinus Walleij1-0/+3
2017-06-20mmc: core: Allocate per-request data using the block layer coreLinus Walleij1-10/+12
2017-04-24mmc: queue: Share mmc request array between partitionsAdrian Hunter1-0/+2
2017-04-24mmc: block: Introduce queue semanticsAdrian Hunter1-3/+7
2017-02-13mmc: queue: turn queue flags into boolsLinus Walleij1-3/+2
2017-02-13mmc: block: rename mmc_active to areqLinus Walleij1-1/+1
2017-02-13mmc: core: First step in cleaning up private mmc header filesUlf Hansson1-1/+5
2016-12-12mmc: block: Move files to coreUlf Hansson1-0/+64