summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc.c
AgeCommit message (Expand)Author
2019-01-13mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson
2017-02-23mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula
2016-06-01mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter
2016-03-03mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du
2015-11-09mmc: mmc: Improve reliability of mmc_select_hs400()Adrian Hunter
2015-11-09mmc: mmc: Move mmc_switch_status()Adrian Hunter
2015-11-09mmc: mmc: Fix HS setting in mmc_select_hs400()Adrian Hunter
2015-11-09mmc: mmc: Improve reliability of mmc_select_hs200()Adrian Hunter
2015-10-26mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson
2015-10-21mmc: core: Fix init_card in 52MhzChaotian Jing
2015-06-04mmc: core: Remove redundant ->power_restore() callback for MMCUlf Hansson
2015-06-01mmc: mmc: Add driver strength selectionAdrian Hunter
2015-06-01mmc: mmc: Read card's valid driver strength maskAdrian Hunter
2015-06-01mmc: cast u8 to unsigned long long to avoid unexpected errorKuninori Morimoto
2015-06-01mmc: core: Add support for HS400 re-tuningAdrian Hunter
2015-06-01mmc: mmc: Hold re-tuning in mmc_sleep()Adrian Hunter
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-02mmc: Add support for marking hpi as broken through devicetreeHans de Goede
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-01-29mmc: Resolve BKOPS compatability issueAlexey Skidanov
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson
2015-01-19mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson
2014-12-29mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson
2014-11-10mmc: core: Don't panic when fetching EXT_CSDUlf Hansson
2014-11-10mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson
2014-11-10mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson
2014-11-10mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson
2014-11-10mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson
2014-11-10mmc: core: Remove redundant check while selecting powerclassUlf Hansson
2014-11-10mmc: core: Remove mmc_free_ext_csd()Ulf Hansson
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou
2014-11-10mmc: core: Fix error paths and messages in mmc_init_cardAndrew Gabbasov
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-23mmc: Consolidate emmc tuning blocksStephen Boyd
2014-09-19mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computationGrégory Soutadé
2014-09-19mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"Grégory Soutadé
2014-09-19mmc: Move code that manages user area and gp partitions into functionsGrégory Soutadé
2014-09-09mmc: core: Fix sequence for I/O voltage in DDR mode for eMMCChuanxiao.Dong
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer
2014-07-09mmc: Allow forward compatibility for eMMCRomain Izard
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon
2014-05-12mmc: rework selection of bus speed modeSeungwon Jeon
2014-05-12mmc: step power class after final selection of bus modeSeungwon Jeon
2014-05-12mmc: identify available device type to selectSeungwon Jeon
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon