summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2018-12-29mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson1-4/+10
2018-12-29mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson1-4/+2
2018-12-29mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson1-1/+3
2018-08-03mmc: pwrseq: Use kmalloc_array instead of stack VLATobin C. Harding1-5/+9
2018-03-24mmc: avoid removing non-removable hosts during suspendDaniel Drake1-0/+8
2017-12-05mmc: core: prepend 0x to OCR entry in sysfsBastian Stender2-2/+2
2017-12-05mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter1-0/+3
2017-10-12mmc: core: add driver strength selection when selecting hs400esChanho Min1-17/+19
2017-10-08mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit1-1/+11
2017-08-16mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen1-1/+1
2017-08-11mmc: core: Use device_property_read instead of of_property_readDavid Woods1-36/+34
2017-08-11mmc: core: Fix access to HS400-ES devicesGuenter Roeck1-1/+1
2017-02-23mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula1-2/+2
2017-01-09mmc: sd: Meet alignment requirements for raw_ssr DMAPaul Burton1-2/+10
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
2016-07-25mmc: core: implement enhanced strobe supportShawn Lin3-3/+93
2016-07-25mmc: core: add mmc-hs400-enhanced-strobe supportShawn Lin1-0/+2
2016-06-02mmc: fix mmc mode selection for HS-DDR and higherChen-Yu Tsai1-2/+2
2016-05-28remove lots of IS_ERR_VALUE abusesArnd Bergmann1-2/+2
2016-05-23mmc: longer timeout for long read time quirkMatt Gumbel1-2/+2
2016-05-17mmc: core: Add a facility to "pause" re-tuningAdrian Hunter1-0/+24
2016-05-16mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter1-0/+7
2016-05-16mmc: sdio: fall back to SDIO 1.0 for broken 1.1 cardsWolfram Sang1-1/+6
2016-05-10mmc: core: remove the invalid message in mmc_select_timingDong Aisheng1-9/+1
2016-05-10mmc: core: fix using wrong io voltage if mmc_select_hs200 failsDong Aisheng1-3/+9