summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2017-02-13mmc: mmc_test: Combine substrings for 5 messagesMarkus Elfring
2017-02-13mmc: mmc_test: Add some spaces for better code readabilityMarkus Elfring
2017-02-13mmc: mmc_test: Use seq_puts() in mtf_testlist_show()Markus Elfring
2017-02-13mmc: mmc_test: Fix a typo in a comment lineMarkus Elfring
2017-02-13mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()Markus Elfring
2017-02-13mmc: slot-gpio: Don't override con_id when request descriptorAndy Shevchenko
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada
2017-02-13mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven
2017-02-13mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven
2017-02-13mmc: core: Export device lifetime information through sysfsJungseung Lee
2017-01-31mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig
2017-01-16mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-21mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton
2016-12-20mmc: core: Further fix thread wake-upAdrian Hunter
2016-12-14Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2016-12-12mmc: block: Move files to coreUlf Hansson
2016-12-05mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter
2016-12-05mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter
2016-12-05mmc: core: remove BUG_ONs from core.cShawn Lin
2016-12-05mmc: core: remove BUG_ONs from sdShawn Lin
2016-12-05mmc: core: remove BUG_ONs from mmcShawn Lin
2016-12-05mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin
2016-12-05mmc: core: remove BUG_ONs from sdioShawn Lin
2016-12-05mmc: mmc: Add Command Queue definitionsAdrian Hunter
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij
2016-11-29mmc: core: Update CMD13 polling policy when switch to HS DDR modeUlf Hansson
2016-11-29mmc: core: Allow CMD13 polling when switching to HS mode for mmcUlf Hansson
2016-11-29mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson
2016-11-29mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson
2016-11-29mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson
2016-11-29mmc: core: Remove redundant __mmc_send_status()Ulf Hansson
2016-11-29mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson
2016-11-29mmc: core: use enum mmc_blk_status properlyLinus Walleij
2016-11-29mmc: core: Don't power off the card when starting the hostUlf Hansson
2016-11-29mmc: core: expose the capability of gpio card detectShawn Lin
2016-11-29mmc: core: Don't use ->card_busy() and CMD13 in combination when pollingUlf Hansson
2016-11-29mmc: core: Factor out code related to polling in __mmc_switch()Ulf Hansson
2016-11-29mmc: core: Clarify code which deals with polling in __mmc_switch()Ulf Hansson
2016-11-29mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson
2016-11-07mmc: mmc: Use 500ms as the default generic CMD6 timeoutUlf Hansson
2016-10-10mmc: core: changes frequency to hs_max_dtr when selecting hs400esShawn Lin
2016-10-10mmc: core: switch to 1V8 or 1V2 for hs400es modeShawn Lin
2016-09-26mmc: core: don't try to switch block size for dual rate modeZiyuan Xu
2016-09-26mmc: core: Add support for sending commands during data transferAdrian Hunter
2016-09-26mmc: core: Optimize the mmc erase size alignmentBaolin Wang
2016-09-26mmc: core: Factor out the alignment of erase sizeBaolin Wang
2016-09-26mmc: core: Use a default maximum erase timeoutUlf Hansson
2016-09-26mmc: sdio: deploy error handling instead of triggering BUG_ONShawn Lin