summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-29mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni1-1/+1
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson1-31/+0
2014-11-10mmc: core: Don't panic when fetching EXT_CSDUlf Hansson1-4/+2
2014-11-10mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson1-39/+31
2014-11-10mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson1-13/+17
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson1-4/+4
2014-11-10mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson1-4/+1
2014-11-10mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson1-2/+1
2014-11-10mmc: core: Remove redundant check while selecting powerclassUlf Hansson1-8/+0
2014-11-10mmc: core: Remove mmc_free_ext_csd()Ulf Hansson1-9/+3
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou1-1/+26
2014-11-10mmc: core: Fix error paths and messages in mmc_init_cardAndrew Gabbasov1-8/+8
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-10/+7
2014-09-23mmc: Consolidate emmc tuning blocksStephen Boyd1-0/+32
2014-09-19mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computationGrégory Soutadé1-37/+44
2014-09-19mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"Grégory Soutadé1-5/+8
2014-09-19mmc: Move code that manages user area and gp partitions into functionsGrégory Soutadé1-73/+89
2014-09-09mmc: core: Fix sequence for I/O voltage in DDR mode for eMMCChuanxiao.Dong1-9/+25
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer1-0/+8
2014-07-09mmc: Allow forward compatibility for eMMCRomain Izard1-6/+5
2014-05-13mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon1-5/+93
2014-05-13mmc: rework selection of bus speed modeSeungwon Jeon1-199/+232
2014-05-13mmc: step power class after final selection of bus modeSeungwon Jeon1-41/+55
2014-05-13mmc: identify available device type to selectSeungwon Jeon1-33/+39
2014-05-13mmc: drop the speed mode of card's stateSeungwon Jeon1-8/+3
2014-04-22mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin1-10/+2
2014-04-21mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-1/+1
2014-02-23mmc: core: Respect host's max_busy_timeout when sending sleep cmdUlf Hansson1-3/+16
2014-02-23mmc: core: Use generic CMD6 time while switching to eMMC HS200 modeUlf Hansson1-1/+3
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson1-6/+7
2014-02-14mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson1-2/+1
2014-02-14mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson1-1/+1
2014-02-14mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMDUlf Hansson1-3/+0
2014-02-14mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson1-22/+1
2014-01-13mmc: core: mmc DDR mode should not depend on UHS_DDR50Dong Aisheng1-6/+2
2013-10-31mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson1-5/+7
2013-10-31mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson1-8/+30
2013-10-31mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson1-12/+1
2013-10-31mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson1-11/+34
2013-10-31mmc: core: Collect common code for card ocr validationUlf Hansson1-11/+0
2013-10-31mmc: core: Prevent violation of specs while initializing cardsUlf Hansson1-1/+0
2013-10-31mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-9/+10
2013-10-31mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson1-2/+2
2013-10-31mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson1-3/+3
2013-07-05mmc: core: production year for eMMC 4.41 and laterRomain Izard1-0/+4
2013-06-27mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson1-1/+1
2013-06-27mmc: core: Enable power_off_notify for eMMC shutdown sequenceUlf Hansson1-5/+4
2013-06-27mmc: core: Add shutdown callback for (e)MMC bus_opsUlf Hansson1-0/+10
2013-06-27mmc: core: Handle both poweroff notification types for eMMCUlf Hansson1-5/+12
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson1-0/+4