aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-09mmc: Allow forward compatibility for eMMCRomain Izard1-6/+5
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon1-5/+93
2014-05-12mmc: rework selection of bus speed modeSeungwon Jeon1-199/+232
2014-05-12mmc: step power class after final selection of bus modeSeungwon Jeon1-41/+55
2014-05-12mmc: identify available device type to selectSeungwon Jeon1-33/+39
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon1-8/+3
2014-04-22mmc: Convert to use ATTRIBUTE_GROUPSAxel Lin1-10/+2
2014-04-20mmc: 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-13mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson1-2/+1
2014-02-13mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson1-1/+1
2014-02-13mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMDUlf Hansson1-3/+0
2014-02-13mmc: 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-30mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resumeUlf Hansson1-5/+7
2013-10-30mmc: core: Improve runtime PM support during suspend/resume for sd/mmcUlf Hansson1-8/+30
2013-10-30mmc: core: Remove redundant mmc_power_up|off at runtime callbacksUlf Hansson1-12/+1
2013-10-30mmc: Don't force card to active state when entering suspend/shutdownUlf Hansson1-11/+34
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson1-11/+0
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson1-1/+0
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-9/+10
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson1-2/+2
2013-10-30mmc: 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
2013-06-27mmc: core: Update the ext-csd.rev check for eMMC5.1Yuvaraj Kumar C D1-1/+1
2013-05-26mmc: core: Fix select power class after resumeFredrik Soderstedt1-24/+50
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson1-36/+41
2013-05-26mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson1-0/+50
2013-05-26mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson1-2/+2
2013-05-26mmc: core: Stop bkops for eMMC only from mmc suspendUlf Hansson1-0/+6
2013-04-04mmc: core: Fix bit width test failing on old eMMC cardsPhilip Rakity1-1/+1
2013-03-22mmc: core: Add in support to expose PRV for v4 MMCsBernie Thompson1-0/+3
2013-02-24mmc: add packed command feature of eMMC4.5Seungwon Jeon1-0/+28
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm1-4/+4
2013-02-24mmc: core: expose RPMB partition only for CMD23 capable hostsBalaji T K1-1/+1
2013-02-24mmc: core: move the cache disabling operation to mmc_suspendMaya Erez1-1/+7
2012-12-06mmc: Limit MMC speed to 52MHz if not HS200Al Cooper1-0/+2
2012-12-06mmc: core: Extend sysfs to ext_csd parameters for RPMB supportLoic Pallardy1-0/+4
2012-12-06mmc: core: Expose access to RPMB partitionLoic Pallardy1-0/+11
2012-12-06mmc: Standardise capability typeLee Jones1-1/+1
2012-10-07mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson1-11/+35
2012-10-03mmc: support BKOPS feature for eMMCJaehoon Chung1-0/+11
2012-07-22mmc: core: reset signal voltage on power upAaron Lu1-3/+0