summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc.c
AgeCommit message (Expand)AuthorFilesLines
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-08mmc: 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
2012-07-11mmc: core: Revert "skip card initialization if power class selection fails"Venkatraman S1-7/+11
2012-06-06mmc: core: return an error on suspend if mmc_deselect_cards failsJaehoon Chung1-1/+1
2012-05-17mmc: block: Allow disabling 512B sector size emulationSaugata Das1-0/+2
2012-05-10mmc: core: Remove dead codePhilippe De Swert1-5/+1
2012-05-09mmc: core: skip card initialization if power class selection failsSubhash Jadavani1-11/+7
2012-05-09mmc: core: fix the signaling 1.8V for HS200Seungwon Jeon1-5/+7
2012-05-09mmc: core: fix the decision of HS200/DDR card-typeSeungwon Jeon1-49/+32
2012-04-06mmc: core: fix power class selectionSubhash Jadavani1-13/+17
2012-03-27mmc: core: add high-capacity erase size capability flagAdrian Hunter1-1/+2
2012-03-27mmc: core: hs200 fixesSubhash Jadavani1-17/+21
2012-03-26mmc: MMC-4.5 Data Tag SupportSaugata Das1-0/+14
2012-03-04mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson1-0/+3
2012-02-14mmc: core: Fix comparison issue in mmc_compare_ext_csdsJurgen Heeks1-2/+2
2012-02-14mmc: core: Fix PowerOff Notify suspend/resumeGirish K S1-5/+12
2012-02-14mmc: core: Fix low speed mmc card detection failureGirish K S1-2/+3
2012-01-13mmc: core: HS200 mode support for eMMC 4.5Girish K S1-9/+153
2012-01-13mmc: core: Separate the timeout value for cache-ctrlSeungwon Jeon1-2/+11
2012-01-12mmc: core: Fix voltage select in DDR modeGirish K S1-1/+1
2012-01-12mmc: boot partition ro lock supportJohan Rudholm1-2/+12
2012-01-12mmc: allow upper layers to know immediately if card has been removedAdrian Hunter1-1/+11
2011-12-11mmc: core: Fix power_off_notify during suspendGirish K S1-1/+1
2011-12-11mmc: core: Fix setting power notify state variable for non-eMMCGirish K S1-3/+7
2011-11-01mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker1-0/+1
2011-10-27mmc: core: Cleanup eMMC4.5 conditionalsSeungwon Jeon1-11/+9
2011-10-27mmc: core: support HPI send commandJaehoon Chung1-0/+31