summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-137-69/+69
| * | mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven2017-02-131-15/+13
| * | mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven2017-02-131-1/+2
| * | mmc: core: Export device lifetime information through sysfsJungseung Lee2017-02-131-0/+12
* | | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-9/+0
|\ \ \ | |_|/ |/| |
| * | mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig2017-01-311-9/+0
| |/
* | mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula2017-02-141-2/+2
|/
* mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson2017-01-161-13/+12
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton2016-12-211-2/+10
* mmc: core: Further fix thread wake-upAdrian Hunter2016-12-201-7/+5
* Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2016-12-148-0/+7472
|\
| * mmc: block: Move files to coreUlf Hansson2016-12-128-0/+7472
|/
* mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter2016-12-051-0/+25
* mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter2016-12-053-3/+22
* mmc: core: remove BUG_ONs from core.cShawn Lin2016-12-051-25/+9
* mmc: core: remove BUG_ONs from sdShawn Lin2016-12-052-37/+4
* mmc: core: remove BUG_ONs from mmcShawn Lin2016-12-052-31/+0
* mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin2016-12-051-1/+5
* mmc: core: remove BUG_ONs from sdioShawn Lin2016-12-053-21/+11
* mmc: mmc: Add Command Queue definitionsAdrian Hunter2016-12-051-0/+18
* mmc: queue: Fix queue thread wake-upAdrian Hunter2016-12-051-6/+0
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-7/+4
* mmc: core: Update CMD13 polling policy when switch to HS DDR modeUlf Hansson2016-11-291-7/+6
* mmc: core: Allow CMD13 polling when switching to HS mode for mmcUlf Hansson2016-11-291-11/+13
* mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson2016-11-294-17/+27
* mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson2016-11-291-4/+8
* mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson2016-11-292-6/+6
* mmc: core: Remove redundant __mmc_send_status()Ulf Hansson2016-11-291-9/+1
* mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson2016-11-291-3/+6
* mmc: core: use enum mmc_blk_status properlyLinus Walleij2016-11-291-17/+18
* mmc: core: Don't power off the card when starting the hostUlf Hansson2016-11-291-5/+4
* mmc: core: expose the capability of gpio card detectShawn Lin2016-11-291-0/+8
* mmc: core: Don't use ->card_busy() and CMD13 in combination when pollingUlf Hansson2016-11-291-16/+14
* mmc: core: Factor out code related to polling in __mmc_switch()Ulf Hansson2016-11-291-49/+59
* mmc: core: Clarify code which deals with polling in __mmc_switch()Ulf Hansson2016-11-291-21/+18
* mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson2016-11-293-15/+15
* mmc: mmc: Use 500ms as the default generic CMD6 timeoutUlf Hansson2016-11-071-0/+3
* mmc: core: changes frequency to hs_max_dtr when selecting hs400esShawn Lin2016-10-101-0/+2
OpenPOWER on IntegriCloud