summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2017-05-23mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson
2017-05-02Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-24mmc: core: Export API to allow hosts to get the card addressUlf Hansson
2017-04-24mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas
2017-04-24mmc: core: refactor mmc_request_done()Linus Walleij
2017-04-24mmc: core: refactor asynchronous request finalizationLinus Walleij
2017-04-24mmc: core: move some code in mmc_start_areq()Linus Walleij
2017-04-24mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter
2017-04-24mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter
2017-04-24mmc: block: Factor out data preparationAdrian Hunter
2017-04-24mmc: block: Change mmc_apply_rel_rw() to get block address from the requestAdrian Hunter
2017-04-24mmc: block: Disable Command Queue while RPMB is usedAdrian Hunter
2017-04-24mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter
2017-04-24mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter
2017-04-24mmc: queue: Share mmc request array between partitionsAdrian Hunter
2017-04-24mmc: block: Introduce queue semanticsAdrian Hunter
2017-04-24mmc: block: Use local var for mqrq_curAdrian Hunter
2017-04-24mmc: sdio: improve mmc_io_rw_extendedHeiner Kallweit
2017-04-24mmc: core: simplify return codetcharding
2017-04-24mmc: core: guard dereference of optional parametertcharding
2017-04-18mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit
2017-04-08mmc: remove the discard_zeroes_data flagChristoph Hellwig
2017-03-16mmc: core: mmc_blk_rw_cmd_err - remove unused variableWinkler, Tomas
2017-03-14mmc: block: Fix cmd error reset failure pathAdrian Hunter
2017-03-14mmc: block: Fix is_waiting_last_req set incorrectlyAdrian Hunter
2017-03-14mmc: core: Fix access to HS400-ES devicesGuenter Roeck
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-02-21Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-15mmc: core: add mmc prefix for blk_fixupsShawn Lin
2017-02-15mmc: core: move all quirks together into quirks.hShawn Lin
2017-02-15mmc: core: improve the quirks for sdio devicesShawn Lin
2017-02-15mmc: core: move some sdio IDs out of quirks fileShawn Lin
2017-02-15mmc: core: change quirks.c to be a header fileShawn Lin
2017-02-14Merge branch 'fixes' into nextUlf Hansson
2017-02-14mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS supportUri Yanai
2017-02-14mmc: MAN_BKOPS_EN inverse debug message logicUri Yanai
2017-02-14mmc: core: start to break apart mmc_start_areq()Linus Walleij
2017-02-14mmc: block: respect bool returned from blk_end_request()Linus Walleij
2017-02-14mmc: block: return errorcode from mmc_sd_num_wr_blocks()Linus Walleij
2017-02-14mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula
2017-02-13mmc: queue: turn queue flags into boolsLinus Walleij
2017-02-13mmc: block: rename mmc_active to areqLinus Walleij
2017-02-13mmc: block: refactor mmc_blk_rw_try_restart()Linus Walleij
2017-02-13mmc: core: rename mmc_start_req() to *areq()Linus Walleij
2017-02-13mmc: block: rename rqc and reqLinus Walleij
2017-02-13mmc: block: inline the command abort and start new goto:sLinus Walleij
2017-02-13mmc: core: switch to ida_simple_ functions in block.cHeiner Kallweit