summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson2014-11-101-4/+1
* | mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson2014-11-101-2/+1
* | mmc: core: Remove redundant check while selecting powerclassUlf Hansson2014-11-101-8/+0
* | mmc: core: Remove mmc_free_ext_csd()Ulf Hansson2014-11-101-9/+3
* | mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou2014-11-101-1/+26
* | mmc: core: Fix error paths and messages in mmc_init_cardAndrew Gabbasov2014-11-101-8/+8
|/
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-10/+7
* mmc: Consolidate emmc tuning blocksStephen Boyd2014-09-231-0/+32
* mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computationGrégory Soutadé2014-09-191-37/+44
* mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"Grégory Soutadé2014-09-191-5/+8
* mmc: Move code that manages user area and gp partitions into functionsGrégory Soutadé2014-09-191-73/+89
* mmc: core: Fix sequence for I/O voltage in DDR mode for eMMCChuanxiao.Dong2014-09-091-9/+25
* mmc: implement Driver Stage Register handlingSascha Hauer2014-09-091-0/+8
* mmc: Allow forward compatibility for eMMCRomain Izard2014-07-091-6/+5
* mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon2014-05-121-5/+93
* mmc: rework selection of bus speed modeSeungwon Jeon2014-05-121-199/+232
* mmc: step power class after final selection of bus modeSeungwon Jeon2014-05-121-41/+55
* mmc: identify available device type to selectSeungwon Jeon2014-05-121-33/+39
* mmc: drop the speed mode of card's stateSeungwon Jeon2014-05-121-8/+3
* mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin2014-04-221-10/+2
* mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-1/+1
OpenPOWER on IntegriCloud