aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Hansson3-21/+12
2017-06-20mmc: block: Move boot partition locking into a driver opLinus Walleij2-24/+33
2017-06-20mmc: block: Move DRV OP issue functionLinus Walleij1-37/+37
2017-06-20mmc: block: Tag DRV_OPs with a driver operation typeLinus Walleij2-13/+33
2017-06-20mmc: block: remove req back pointerLinus Walleij3-13/+16
2017-06-20mmc: core: Delete error messages for failed memory allocationsMarkus Elfring2-15/+3
2017-06-20mmc: queue: delete mmc_req_is_special()Linus Walleij1-8/+0
2017-06-20mmc: block: move multi-ioctl() to use block layerLinus Walleij2-14/+27
2017-06-20mmc: block: move single ioctl() commands to block requestsLinus Walleij2-26/+88
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 Walleij3-202/+78
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij2-32/+1
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson3-0/+20
2017-06-20mmc: core: Prevent processing SDIO IRQs when none is claimedUlf Hansson1-2/+4
2017-06-20mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson3-1/+5
2017-06-20mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_opsUlf Hansson2-0/+11
2017-06-09block: introduce new block status code typeChristoph Hellwig2-17/+22
2017-05-23mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson1-0/+7
2017-05-02Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds14-388/+583
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2017-04-24mmc: core: Export API to allow hosts to get the card addressUlf Hansson1-0/+6
2017-04-24mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com2-3/+11
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas4-17/+16
2017-04-24mmc: core: refactor mmc_request_done()Linus Walleij1-11/+16
2017-04-24mmc: core: refactor asynchronous request finalizationLinus Walleij1-53/+33
2017-04-24mmc: core: move some code in mmc_start_areq()Linus Walleij1-8/+5
2017-04-24mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter1-13/+27
2017-04-24mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter1-13/+20
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: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter2-0/+21
2017-04-24mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter3-0/+32
2017-04-24mmc: queue: Share mmc request array between partitionsAdrian Hunter3-96/+151
2017-04-24mmc: block: Introduce queue semanticsAdrian Hunter3-56/+95
2017-04-24mmc: block: Use local var for mqrq_curAdrian Hunter1-12/+14
2017-04-24mmc: sdio: improve mmc_io_rw_extendedHeiner Kallweit1-5/+4
2017-04-24mmc: core: simplify return codetcharding1-29/+13
2017-04-24mmc: core: guard dereference of optional parametertcharding1-4/+8
2017-04-18mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit1-1/+11
2017-04-08mmc: remove the discard_zeroes_data flagChristoph Hellwig1-2/+0
2017-03-16mmc: core: mmc_blk_rw_cmd_err - remove unused variableWinkler, Tomas1-3/+0
2017-03-14mmc: block: Fix cmd error reset failure pathAdrian Hunter1-1/+2
2017-03-14mmc: block: Fix is_waiting_last_req set incorrectlyAdrian Hunter1-0/+1
2017-03-14mmc: core: Fix access to HS400-ES devicesGuenter Roeck1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-21Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds36-562/+1110
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-9/+0
2017-02-15mmc: core: add mmc prefix for blk_fixupsShawn Lin2-2/+2