summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter2017-08-301-23/+0
* mmc: core: correct taac parameter according to the specificationShawn Lin2017-08-301-4/+4
* mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen2017-08-081-1/+1
* mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson2017-06-201-6/+2
* mmc: core: Re-factor code for sending CIDUlf Hansson2017-06-201-4/+1
* mmc: core: Make mmc_can_reset() staticUlf Hansson2017-06-201-2/+1
* mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson2017-06-201-0/+2
* mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter2017-04-241-0/+7
* mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter2017-04-241-0/+2
* mmc: core: Fix access to HS400-ES devicesGuenter Roeck2017-03-141-1/+1
* mmc: core: move all quirks together into quirks.hShawn Lin2017-02-151-11/+0
* mmc: core: change quirks.c to be a header fileShawn Lin2017-02-151-0/+1
* Merge branch 'fixes' into nextUlf Hansson2017-02-141-2/+2
|\
| * mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula2017-02-141-2/+2
* | mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS supportUri Yanai2017-02-141-0/+6
* | mmc: MAN_BKOPS_EN inverse debug message logicUri Yanai2017-02-141-2/+2
* | mmc: core: Invent MMC_CAP_3_3V_DDRUlf Hansson2017-02-131-4/+7
* | mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson2017-02-131-8/+8
* | mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+13
* | mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-131-1/+1
* | mmc: core: Export device lifetime information through sysfsJungseung Lee2017-02-131-0/+12
|/
* mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter2016-12-051-2/+13
* mmc: core: remove BUG_ONs from mmcShawn Lin2016-12-051-14/+0
* mmc: mmc: Add Command Queue definitionsAdrian Hunter2016-12-051-0/+18
* 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-291-9/+9
* mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson2016-11-291-13/+0
* 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: Add error message when switching fails in mmc_select_hs()Jungseung Lee2016-09-261-4/+5
* mmc: core: Extend sysfs with DSR registerBojan Prtvar2016-07-251-0/+17
* mmc: core: Extend sysfs with OCR registerBojan Prtvar2016-07-251-0/+2
* mmc: core: Disable HPI for certain Hynix eMMC cardsPratibhasagar V2016-07-251-3/+20
* mmc: core: Only change mode if mmc_select_bus_width() is successfulPeter Griffin2016-07-251-2/+2
* mmc: mmc: Fix HS switch failure in mmc_select_hs400()Ziyuan Xu2016-07-251-4/+4
* mmc: mmc: do not use CMD13 to get status after speed mode switchChaotian Jing2016-07-251-68/+47
* mmc: core: implement enhanced strobe supportShawn Lin2016-07-251-2/+82
* mmc: fix mmc mode selection for HS-DDR and higherChen-Yu Tsai2016-06-021-2/+2
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-2/+2
* mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter2016-05-161-0/+7
* mmc: core: remove the invalid message in mmc_select_timingDong Aisheng2016-05-101-9/+1
* mmc: core: fix using wrong io voltage if mmc_select_hs200 failsDong Aisheng2016-05-101-3/+9
* mmc: mmc: Attempt to flush cache before resetAdrian Hunter2016-05-041-0/+6
* mmc: core: drop unnecessary bit checkingMasahiro Yamada2016-05-021-2/+3
* mmc: core: Do regular power cycle when lacking eMMC HW reset supportGwendal Grignou2016-05-021-13/+11
* mmc: sanitize 'bus width' in debug outputWolfram Sang2016-02-291-1/+1
* mmc: make MAN_BKOPS_EN message a debugWolfram Sang2016-02-291-1/+1
* mmc: It is not an error for the card to be removed while suspendedAdrian Hunter2015-12-281-1/+1
OpenPOWER on IntegriCloud