summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/block.c
AgeCommit message (Expand)AuthorFilesLines
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 Hunter1-25/+104
2017-12-11mmc: block: Add CQE supportAdrian Hunter1-2/+148
2017-12-11mmc: block: Add blk-mq supportAdrian Hunter1-8/+494
2017-12-11mmc: block: Add error-handling commentsAdrian Hunter1-1/+35
2017-12-11mmc: block: Simplify cleaning up the queueAdrian Hunter1-5/+12
2017-11-23mmc: block: Ensure that debugfs files are removedAdrian Hunter1-7/+37
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-10-30mmc: block: Prepare CQE dataAdrian Hunter1-1/+15
2017-10-30mmc: block: Use local variables in mmc_blk_data_prep()Adrian Hunter1-11/+18
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter1-2/+2
2017-10-30mmc: block: Fix bug when removing RPMB chardevLinus Walleij1-14/+18
2017-10-30mmc: block: Delete mmc_access_rpmb()Linus Walleij1-12/+0
2017-10-30mmc: block: Convert RPMB to a character deviceLinus Walleij1-22/+261
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij1-3/+0
2017-08-30Merge branch 'fixes' into nextUlf Hansson1-3/+3
2017-08-30mmc: block: cast a informative log for no devidx availableShawn Lin1-1/+13
2017-08-30mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij1-25/+18
2017-08-30mmc: block: Refactor mmc_blk_part_switch()Linus Walleij1-12/+13
2017-08-30mmc: block: Move duplicate checkLinus Walleij1-16/+20
2017-08-30mmc: debugfs: Move block debugfs into block moduleLinus Walleij1-0/+143
2017-08-30mmc: block: Anonymize the drv op data pointerLinus Walleij1-3/+5
2017-08-30mmc: block: remove unused struct mmc_card *cardShawn Lin1-2/+0
2017-08-30mmc: block: Fix block status codesAdrian Hunter1-3/+3
2017-08-21mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending modeShawn Lin1-6/+43
2017-08-09mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław1-0/+2
2017-08-03mmc: block: bypass the queue even if usage is present for hotplugShawn Lin1-0/+1
2017-07-13mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja1-0/+1
2017-07-11mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entriesGeert Uytterhoeven1-0/+3
2017-07-11mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTLGeert Uytterhoeven1-1/+1
2017-07-04Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-103/+166
2017-06-20mmc: core: for data errors, take response of stop cmd into accountWolfram Sang1-2/+3
2017-06-20mmc: core: check also R1 response for stop commandsWolfram Sang1-1/+10
2017-06-20mmc: block: fix semicolon.cocci warningsWu Fengguang1-1/+1
2017-06-20mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson1-19/+3
2017-06-20mmc: block: Move boot partition locking into a driver opLinus Walleij1-23/+30
2017-06-20mmc: block: Move DRV OP issue functionLinus Walleij1-37/+37
2017-06-20mmc: block: Tag DRV_OPs with a driver operation typeLinus Walleij1-13/+24
2017-06-20mmc: block: remove req back pointerLinus Walleij1-4/+4
2017-06-20mmc: block: move multi-ioctl() to use block layerLinus Walleij1-13/+25
2017-06-20mmc: block: move single ioctl() commands to block requestsLinus Walleij1-26/+85
2017-06-20mmc: block: Tag is_rpmb as boolLinus Walleij1-1/+1
2017-06-20mmc: core: Allocate per-request data using the block layer coreLinus Walleij1-29/+9
2017-06-09block: introduce new block status code typeChristoph Hellwig1-16/+21
2017-04-24mmc: block: Factor out data preparationAdrian Hunter1-69/+82
2017-04-24mmc: block: Change mmc_apply_rel_rw() to get block address from the requestAdrian Hunter1-1/+1
2017-04-24mmc: block: Disable Command Queue while RPMB is usedAdrian Hunter1-8/+38
2017-04-24mmc: queue: Share mmc request array between partitionsAdrian Hunter1-1/+10