summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: remove BUG_ONs from core.cShawn Lin2016-12-051-25/+9Star
* mmc: core: remove BUG_ONs from sdShawn Lin2016-12-052-37/+4Star
* mmc: core: remove BUG_ONs from mmcShawn Lin2016-12-052-31/+0Star
* 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/+11Star
* mmc: mmc: Add Command Queue definitionsAdrian Hunter2016-12-051-0/+18
* mmc: queue: Fix queue thread wake-upAdrian Hunter2016-12-051-6/+0Star
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-7/+4Star
* mmc: core: Update CMD13 polling policy when switch to HS DDR modeUlf Hansson2016-11-291-7/+6Star
* 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/+1Star
* 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/+4Star
* 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/+14Star
* 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/+18Star
* 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
* mmc: core: switch to 1V8 or 1V2 for hs400es modeShawn Lin2016-10-101-0/+10
* mmc: core: don't try to switch block size for dual rate modeZiyuan Xu2016-09-261-1/+2
* mmc: core: Add support for sending commands during data transferAdrian Hunter2016-09-261-6/+89
* mmc: core: Optimize the mmc erase size alignmentBaolin Wang2016-09-261-8/+26
* mmc: core: Factor out the alignment of erase sizeBaolin Wang2016-09-261-16/+32
* mmc: core: Use a default maximum erase timeoutUlf Hansson2016-09-261-7/+10
* mmc: sdio: deploy error handling instead of triggering BUG_ONShawn Lin2016-09-262-23/+33
* mmc: core: Add error message when switching fails in mmc_select_hs()Jungseung Lee2016-09-261-4/+5
* mmc: sd: Export SD Status via “ssr” device attributeUri Yanai2016-09-261-18/+19
* mmc: pwrseq-simple: Add an optional post-power-on-delayHans de Goede2016-09-261-0/+9
* mmc: Change the max discard sectors and erase response when HW busy detectBaolin Wang2016-07-251-10/+50
* mmc: core: Extend sysfs with DSR registerBojan Prtvar2016-07-252-0/+34
* mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin2016-07-251-0/+6
* mmc: core: Extend sysfs with OCR registerBojan Prtvar2016-07-252-0/+4
* mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin2016-07-251-2/+3
* mmc: core: Allow hosts to specify non-support for SD commandsUlf Hansson2016-07-251-3/+6
* mmc: core: Disable HPI for certain Hynix eMMC cardsPratibhasagar V2016-07-252-3/+22
* mmc: core: Only change mode if mmc_select_bus_width() is successfulPeter Griffin2016-07-251-2/+2
* mmc: Set pref erase size based on sizeGwendal Grignou2016-07-251-7/+5Star
* mmc: mmc: Fix HS switch failure in mmc_select_hs400()Ziyuan Xu2016-07-251-4/+4
* mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing2016-07-251-1/+1
* mmc: mmc: do not use CMD13 to get status after speed mode switchChaotian Jing2016-07-251-68/+47Star
* mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()Chaotian Jing2016-07-251-9/+16
* mmc: debugfs: add HS400 enhanced strobe descriptionShawn Lin2016-07-251-1/+2
* mmc: core: implement enhanced strobe supportShawn Lin2016-07-253-3/+93
* mmc: core: add mmc-hs400-enhanced-strobe supportShawn Lin2016-07-251-0/+2