summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du2015-12-221-4/+2
* mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson2015-12-221-13/+2
* mmc: mmc: Improve reliability of mmc_select_hs400()Adrian Hunter2015-11-091-2/+26
* mmc: mmc: Move mmc_switch_status()Adrian Hunter2015-11-091-13/+13
* mmc: mmc: Fix HS setting in mmc_select_hs400()Adrian Hunter2015-11-091-6/+8
* mmc: mmc: Improve reliability of mmc_select_hs200()Adrian Hunter2015-11-091-3/+22
* mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov2015-10-261-2/+1
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-261-2/+0
* mmc: core: Fix init_card in 52MhzChaotian Jing2015-10-211-7/+0
* mmc: core: Remove redundant ->power_restore() callback for MMCUlf Hansson2015-06-041-13/+1
* mmc: mmc: Add driver strength selectionAdrian Hunter2015-06-011-7/+38
* mmc: mmc: Read card's valid driver strength maskAdrian Hunter2015-06-011-0/+1
* mmc: cast u8 to unsigned long long to avoid unexpected errorKuninori Morimoto2015-06-011-2/+4
* mmc: core: Add support for HS400 re-tuningAdrian Hunter2015-06-011-0/+88
* mmc: mmc: Hold re-tuning in mmc_sleep()Adrian Hunter2015-06-011-2/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-2/+2
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-2/+2
* | mmc: Add support for marking hpi as broken through devicetreeHans de Goede2015-04-021-1/+9
* | mmc: Resolve BKOPS compatability issueAlexey Skidanov2015-01-291-3/+5
* | mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-191-13/+1
* | mmc: core: refactor the hw_reset routinesJohan Rudholm2015-01-191-0/+41
* | mmc: core: Make tuning block patterns staticUlf Hansson2015-01-191-32/+0
* | mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson2015-01-191-0/+6
* | mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni2014-12-291-1/+1
* | mmc: core: Export mmc_get_ext_csd()Ulf Hansson2014-11-101-31/+0
* | mmc: core: Don't panic when fetching EXT_CSDUlf Hansson2014-11-101-4/+2
* | mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson2014-11-101-39/+31
* | mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson2014-11-101-13/+17
* | mmc: core: Add helper function for EXT_CSD supportUlf Hansson2014-11-101-4/+4
OpenPOWER on IntegriCloud