summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/block.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: Prepare CQE dataAdrian Hunter2017-10-301-1/+15
* mmc: block: Use local variables in mmc_blk_data_prep()Adrian Hunter2017-10-301-11/+18
* mmc: core: Introduce host claiming by contextAdrian Hunter2017-10-301-2/+2
* mmc: block: Fix bug when removing RPMB chardevLinus Walleij2017-10-301-14/+18
* mmc: block: Delete mmc_access_rpmb()Linus Walleij2017-10-301-12/+0
* mmc: block: Convert RPMB to a character deviceLinus Walleij2017-10-301-22/+261
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-3/+0
* Merge branch 'fixes' into nextUlf Hansson2017-08-301-3/+3
|\
| * mmc: block: Fix block status codesAdrian Hunter2017-08-301-3/+3
* | mmc: block: cast a informative log for no devidx availableShawn Lin2017-08-301-1/+13
* | mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()Linus Walleij2017-08-301-25/+18
* | mmc: block: Refactor mmc_blk_part_switch()Linus Walleij2017-08-301-12/+13
* | mmc: block: Move duplicate checkLinus Walleij2017-08-301-16/+20
* | mmc: debugfs: Move block debugfs into block moduleLinus Walleij2017-08-301-0/+143
* | mmc: block: Anonymize the drv op data pointerLinus Walleij2017-08-301-3/+5
* | mmc: block: remove unused struct mmc_card *cardShawn Lin2017-08-301-2/+0
|/
* mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending modeShawn Lin2017-08-211-6/+43
* mmc: block: fix lockdep splat when removing mmc_block moduleMichał Mirosław2017-08-091-0/+2
* mmc: block: bypass the queue even if usage is present for hotplugShawn Lin2017-08-031-0/+1
* mmc: block: Prevent new req entering queue after its cleanupGrzegorz Sluja2017-07-131-0/+1
* mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entriesGeert Uytterhoeven2017-07-111-0/+3
* mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTLGeert Uytterhoeven2017-07-111-1/+1
* Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-07-041-103/+166
|\
| * mmc: core: for data errors, take response of stop cmd into accountWolfram Sang2017-06-201-2/+3
| * mmc: core: check also R1 response for stop commandsWolfram Sang2017-06-201-1/+10
| * mmc: block: fix semicolon.cocci warningsWu Fengguang2017-06-201-1/+1
| * mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson2017-06-201-19/+3
| * mmc: block: Move boot partition locking into a driver opLinus Walleij2017-06-201-23/+30
| * mmc: block: Move DRV OP issue functionLinus Walleij2017-06-201-37/+37
| * mmc: block: Tag DRV_OPs with a driver operation typeLinus Walleij2017-06-201-13/+24
| * mmc: block: remove req back pointerLinus Walleij2017-06-201-4/+4
| * mmc: block: move multi-ioctl() to use block layerLinus Walleij2017-06-201-13/+25
| * mmc: block: move single ioctl() commands to block requestsLinus Walleij2017-06-201-26/+85
| * mmc: block: Tag is_rpmb as boolLinus Walleij2017-06-201-1/+1
| * mmc: core: Allocate per-request data using the block layer coreLinus Walleij2017-06-201-29/+9
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-16/+21
|/
* mmc: block: Factor out data preparationAdrian Hunter2017-04-241-69/+82
* mmc: block: Change mmc_apply_rel_rw() to get block address from the requestAdrian Hunter2017-04-241-1/+1
* mmc: block: Disable Command Queue while RPMB is usedAdrian Hunter2017-04-241-8/+38
* mmc: queue: Share mmc request array between partitionsAdrian Hunter2017-04-241-1/+10
* mmc: block: Introduce queue semanticsAdrian Hunter2017-04-241-25/+41
* mmc: block: Use local var for mqrq_curAdrian Hunter2017-04-241-12/+14
* mmc: core: mmc_blk_rw_cmd_err - remove unused variableWinkler, Tomas2017-03-161-3/+0
* mmc: block: Fix cmd error reset failure pathAdrian Hunter2017-03-141-1/+2
* mmc: block: Fix is_waiting_last_req set incorrectlyAdrian Hunter2017-03-141-0/+1
* mmc: core: add mmc prefix for blk_fixupsShawn Lin2017-02-151-1/+1
* mmc: core: move all quirks together into quirks.hShawn Lin2017-02-151-80/+0
* mmc: core: change quirks.c to be a header fileShawn Lin2017-02-151-0/+1
* mmc: block: respect bool returned from blk_end_request()Linus Walleij2017-02-141-25/+24
* mmc: block: return errorcode from mmc_sd_num_wr_blocks()Linus Walleij2017-02-141-8/+11
OpenPOWER on IntegriCloud