aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-13mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3vUlf Hansson1-0/+2
2017-02-13mmc: core: Invent MMC_CAP_3_3V_DDRUlf Hansson1-4/+7
2017-02-13mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson3-14/+14
2017-02-13mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson4-7/+5
2017-02-13mmc: core: Remove redundant code in mmc_set_signal_voltage()Ulf Hansson1-7/+0
2017-02-13mmc: block: stop passing around pointless return valuesLinus Walleij2-25/+15
2017-02-13mmc: block: introduce new_areq and old_areqLinus Walleij1-6/+8
2017-02-13mmc: block: inline command abortionsLinus Walleij1-5/+13
2017-02-13mmc: block: do not assign mq_rq when aborting commandLinus Walleij1-1/+0
2017-02-13mmc: block: break out mmc_blk_rw_start_new()Linus Walleij1-10/+17
2017-02-13mmc: block: break out mmc_blk_rw_cmd_abort()Linus Walleij1-5/+12
2017-02-13mmc: pwrseq: add support for Marvell SD8787 chipMatt Ranostay3-0/+128
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson7-1/+54
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson15-2/+263
2017-02-13mmc: core: Move public functions from core.h to private headersUlf Hansson9-1/+58
2017-02-13mmc: core: First step in cleaning up private mmc header filesUlf Hansson13-4/+54
2017-02-13mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin1-7/+17
2017-02-13mmc: sdio: Factor out retry init card helper functionShawn Lin1-4/+10
2017-02-13mmc: core: Use kmalloc_array() in mmc_alloc_sg()Markus Elfring1-1/+1
2017-02-13mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()Markus Elfring1-2/+1
2017-02-13mmc: mmc_test: Improve a size determination in five functionsMarkus Elfring1-6/+5
2017-02-13mmc: mmc_test: Combine substrings for 5 messagesMarkus Elfring1-10/+5
2017-02-13mmc: mmc_test: Add some spaces for better code readabilityMarkus Elfring1-21/+21
2017-02-13mmc: mmc_test: Use seq_puts() in mtf_testlist_show()Markus Elfring1-1/+1
2017-02-13mmc: mmc_test: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-02-13mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()Markus Elfring1-1/+1
2017-02-13mmc: slot-gpio: Don't override con_id when request descriptorAndy Shevchenko1-6/+0
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada7-69/+69
2017-02-13mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven1-15/+13
2017-02-13mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven1-1/+2
2017-02-13mmc: core: Export device lifetime information through sysfsJungseung Lee1-0/+12
2017-01-16mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson1-13/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-21mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton1-2/+10
2016-12-20mmc: core: Further fix thread wake-upAdrian Hunter1-7/+5
2016-12-14Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds8-0/+7472
2016-12-12mmc: block: Move files to coreUlf Hansson8-0/+7472
2016-12-05mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter1-0/+25
2016-12-05mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter3-3/+22
2016-12-05mmc: core: remove BUG_ONs from core.cShawn Lin1-25/+9
2016-12-05mmc: core: remove BUG_ONs from sdShawn Lin2-37/+4
2016-12-05mmc: core: remove BUG_ONs from mmcShawn Lin2-31/+0
2016-12-05mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin1-1/+5
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin3-21/+11
2016-12-05mmc: mmc: Add Command Queue definitionsAdrian Hunter1-0/+18
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter1-6/+0
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-7/+4
2016-11-29mmc: core: Update CMD13 polling policy when switch to HS DDR modeUlf Hansson1-7/+6
2016-11-29mmc: core: Allow CMD13 polling when switching to HS mode for mmcUlf Hansson1-11/+13
2016-11-29mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson4-17/+27