summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mmc: core: simplify ida handlingHeiner Kallweit2017-02-131-16/+4
| * | mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3vUlf Hansson2017-02-131-0/+2
| * | mmc: core: Invent MMC_CAP_3_3V_DDRUlf Hansson2017-02-131-4/+7
| * | mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson2017-02-133-14/+14
| * | mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson2017-02-134-7/+5
| * | mmc: core: Remove redundant code in mmc_set_signal_voltage()Ulf Hansson2017-02-131-7/+0
| * | mmc: block: stop passing around pointless return valuesLinus Walleij2017-02-132-25/+15
| * | mmc: block: introduce new_areq and old_areqLinus Walleij2017-02-131-6/+8
| * | mmc: block: inline command abortionsLinus Walleij2017-02-131-5/+13
| * | mmc: block: do not assign mq_rq when aborting commandLinus Walleij2017-02-131-1/+0
| * | mmc: block: break out mmc_blk_rw_start_new()Linus Walleij2017-02-131-10/+17
| * | mmc: block: break out mmc_blk_rw_cmd_abort()Linus Walleij2017-02-131-5/+12
| * | mmc: pwrseq: add support for Marvell SD8787 chipMatt Ranostay2017-02-133-0/+128
| * | mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-137-1/+54
| * | mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-1315-2/+263
| * | mmc: core: Move public functions from core.h to private headersUlf Hansson2017-02-139-1/+58
| * | mmc: core: First step in cleaning up private mmc header filesUlf Hansson2017-02-1313-4/+54
| * | mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin2017-02-131-7/+17
| * | mmc: sdio: Factor out retry init card helper functionShawn Lin2017-02-131-4/+10
| * | mmc: core: Use kmalloc_array() in mmc_alloc_sg()Markus Elfring2017-02-131-1/+1
| * | mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()Markus Elfring2017-02-131-2/+1
| * | mmc: mmc_test: Improve a size determination in five functionsMarkus Elfring2017-02-131-6/+5
| * | mmc: mmc_test: Combine substrings for 5 messagesMarkus Elfring2017-02-131-10/+5
| * | mmc: mmc_test: Add some spaces for better code readabilityMarkus Elfring2017-02-131-21/+21
| * | mmc: mmc_test: Use seq_puts() in mtf_testlist_show()Markus Elfring2017-02-131-1/+1
| * | mmc: mmc_test: Fix a typo in a comment lineMarkus Elfring2017-02-131-1/+1
| * | mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()Markus Elfring2017-02-131-1/+1
| * | mmc: slot-gpio: Don't override con_id when request descriptorAndy Shevchenko2017-02-131-6/+0