aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-29mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson1-4/+8
2016-11-29mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson2-6/+6
2016-11-29mmc: core: Remove redundant __mmc_send_status()Ulf Hansson1-9/+1
2016-11-29mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson1-3/+6
2016-11-29mmc: core: use enum mmc_blk_status properlyLinus Walleij1-17/+18
2016-11-29mmc: core: Don't power off the card when starting the hostUlf Hansson1-5/+4
2016-11-29mmc: core: expose the capability of gpio card detectShawn Lin1-0/+8
2016-11-29mmc: core: Don't use ->card_busy() and CMD13 in combination when pollingUlf Hansson1-16/+14
2016-11-29mmc: core: Factor out code related to polling in __mmc_switch()Ulf Hansson1-49/+59
2016-11-29mmc: core: Clarify code which deals with polling in __mmc_switch()Ulf Hansson1-21/+18
2016-11-29mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson3-15/+15
2016-11-07mmc: mmc: Use 500ms as the default generic CMD6 timeoutUlf Hansson1-0/+3
2016-10-10mmc: core: changes frequency to hs_max_dtr when selecting hs400esShawn Lin1-0/+2
2016-10-10mmc: core: switch to 1V8 or 1V2 for hs400es modeShawn Lin1-0/+10
2016-09-26mmc: core: don't try to switch block size for dual rate modeZiyuan Xu1-1/+2
2016-09-26mmc: core: Add support for sending commands during data transferAdrian Hunter1-6/+89
2016-09-26mmc: core: Optimize the mmc erase size alignmentBaolin Wang1-8/+26
2016-09-26mmc: core: Factor out the alignment of erase sizeBaolin Wang1-16/+32
2016-09-26mmc: core: Use a default maximum erase timeoutUlf Hansson1-7/+10
2016-09-26mmc: sdio: deploy error handling instead of triggering BUG_ONShawn Lin2-23/+33
2016-09-26mmc: core: Add error message when switching fails in mmc_select_hs()Jungseung Lee1-4/+5
2016-09-26mmc: sd: Export SD Status via “ssr” device attributeUri Yanai1-18/+19
2016-09-26mmc: pwrseq-simple: Add an optional post-power-on-delayHans de Goede1-0/+9
2016-07-25mmc: Change the max discard sectors and erase response when HW busy detectBaolin Wang1-10/+50
2016-07-25mmc: core: Extend sysfs with DSR registerBojan Prtvar2-0/+34
2016-07-25mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin1-0/+6
2016-07-25mmc: core: Extend sysfs with OCR registerBojan Prtvar2-0/+4
2016-07-25mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin1-2/+3
2016-07-25mmc: core: Allow hosts to specify non-support for SD commandsUlf Hansson1-3/+6
2016-07-25mmc: core: Disable HPI for certain Hynix eMMC cardsPratibhasagar V2-3/+22
2016-07-25mmc: core: Only change mode if mmc_select_bus_width() is successfulPeter Griffin1-2/+2
2016-07-25mmc: Set pref erase size based on sizeGwendal Grignou1-7/+5
2016-07-25mmc: mmc: Fix HS switch failure in mmc_select_hs400()Ziyuan Xu1-4/+4
2016-07-25mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing1-1/+1
2016-07-25mmc: mmc: do not use CMD13 to get status after speed mode switchChaotian Jing1-68/+47
2016-07-25mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()Chaotian Jing1-9/+16
2016-07-25mmc: debugfs: add HS400 enhanced strobe descriptionShawn Lin1-1/+2