summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: block: move single ioctl() commands to block requestsLinus Walleij2017-06-202-26/+88
| * 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-203-202/+78
| * mmc: core: Delete bounce buffer Kconfig optionLinus Walleij2017-06-202-32/+1
| * mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson2017-06-203-0/+20
| * mmc: core: Prevent processing SDIO IRQs when none is claimedUlf Hansson2017-06-201-2/+4
| * mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson2017-06-203-1/+5
| * mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_opsUlf Hansson2017-06-202-0/+11
* | mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig2017-06-271-1/+0
* | block: introduce new block status code typeChristoph Hellwig2017-06-092-17/+22
|/
* 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
OpenPOWER on IntegriCloud