summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson2017-05-231-0/+7
* Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-05-0214-388/+583
|\
| * mmc: core: Export API to allow hosts to get the card addressUlf Hansson2017-04-241-0/+6
| * mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com2017-04-242-3/+11
| * mmc: core: add proper be32 annotationWinkler, Tomas2017-04-244-17/+16
| * mmc: core: refactor mmc_request_done()Linus Walleij2017-04-241-11/+16
| * mmc: core: refactor asynchronous request finalizationLinus Walleij2017-04-241-53/+33
| * mmc: core: move some code in mmc_start_areq()Linus Walleij2017-04-241-8/+5
| * mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter2017-04-241-13/+27
| * mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter2017-04-241-13/+20
| * 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: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter2017-04-242-0/+21
| * mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter2017-04-243-0/+32
| * mmc: queue: Share mmc request array between partitionsAdrian Hunter2017-04-243-96/+151
| * mmc: block: Introduce queue semanticsAdrian Hunter2017-04-243-56/+95
| * mmc: block: Use local var for mqrq_curAdrian Hunter2017-04-241-12/+14
| * mmc: sdio: improve mmc_io_rw_extendedHeiner Kallweit2017-04-241-5/+4
| * mmc: core: simplify return codetcharding2017-04-241-29/+13
| * mmc: core: guard dereference of optional parametertcharding2017-04-241-4/+8
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-2/+0
|\ \ | |/ |/|
| * mmc: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-2/+0
* | mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit2017-04-181-1/+11
|/
* 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: Fix access to HS400-ES devicesGuenter Roeck2017-03-141-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-02-2136-562/+1110
|\
| * mmc: core: add mmc prefix for blk_fixupsShawn Lin2017-02-152-2/+2
| * mmc: core: move all quirks together into quirks.hShawn Lin2017-02-153-91/+91
| * mmc: core: improve the quirks for sdio devicesShawn Lin2017-02-152-6/+2
| * mmc: core: move some sdio IDs out of quirks fileShawn Lin2017-02-151-20/+0
| * mmc: core: change quirks.c to be a header fileShawn Lin2017-02-156-9/+6
| * Merge branch 'fixes' into nextUlf Hansson2017-02-141-2/+2
| |\
| * | mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS supportUri Yanai2017-02-141-0/+6
| * | mmc: MAN_BKOPS_EN inverse debug message logicUri Yanai2017-02-141-2/+2
| * | mmc: core: start to break apart mmc_start_areq()Linus Walleij2017-02-141-22/+43
| * | 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
| * | mmc: queue: turn queue flags into boolsLinus Walleij2017-02-133-12/+11
| * | mmc: block: rename mmc_active to areqLinus Walleij2017-02-132-8/+8
| * | mmc: block: refactor mmc_blk_rw_try_restart()Linus Walleij2017-02-131-14/+21
| * | mmc: core: rename mmc_start_req() to *areq()Linus Walleij2017-02-133-15/+15
| * | mmc: block: rename rqc and reqLinus Walleij2017-02-131-28/+28
| * | mmc: block: inline the command abort and start new goto:sLinus Walleij2017-02-131-19/+27
| * | mmc: core: switch to ida_simple_ functions in block.cHeiner Kallweit2017-02-131-26/+5
| * | mmc: core/mmci: restore pre/post_req behaviourLinus Walleij2017-02-131-9/+0
| * | mmc: core: fix error path in mmc_host_allocHeiner Kallweit2017-02-131-0/+2