aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: power up post sdio attach errorBitan Biswas2014-05-011-2/+8
* mmc: core: Keep host clk ON during voltage switchPavan Kunapuli2013-10-171-0/+2
* mmc: core: core.c fix compile warningsPhilip Rakity2013-09-161-2/+3
* mmc: core: set mmc signal voltage after clk is turned onKerwin Wan2013-09-141-3/+3
* mmc: core: Make update_devfreq call conditionalR Raj Kumar2013-09-141-32/+21
* mmc: core: set device min_freq to 0Naveen Kumar Arepalli2013-09-141-1/+2
* mmc: core: Dynamic freq scaling for SD,MMC,SDIOPavan Kunapuli2013-09-141-0/+352
* Merge commit 'a88f9e27498afaea615ad3e93af4f26df1f84987' into after-upstream-a...Dan Willemsen2013-09-141-6/+104
|\
| * mmc: Add tracepoints of mmc block operationsKen Sumrall2013-07-011-1/+15
| * mmc: core: host: only use wakelock for detect workColin Cross2013-07-011-13/+13
| * mmc: Fix pm_notifier obeying deferred resumeDmitry Shmidt2013-07-011-1/+15
| * mmc: mmcblk: Add support for deferred SD bus resumeSan Mehat2013-07-011-0/+6
| * mmc: core: Add deferred bus resume policy.San Mehat2013-07-011-0/+33
| * mmc: core: Hold a wake lock accross delayed work + mmc rescanSan Mehat2013-07-011-1/+16
| * mmc: Add concept of an 'embedded' SDIO device.San Mehat2013-07-011-0/+16
* | mmc: core: SDXC speed class supportPavan Kunapuli2013-09-141-0/+20
* | mmc: core: Retry if data commands fail with errorMayuresh Kulkarni2013-09-141-0/+5
|/
* Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-041-1/+17
|\
| * mmc: core: fix init controller performance regression, updated patchAdrian Hunter2013-04-151-1/+3
| * mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter2013-04-121-1/+2
| * Revert "mmc: core: wait while adding MMC host to ensure root mounts successfu...Adrian Hunter2013-04-121-1/+0
| * mmc: core: wait while adding MMC host to ensure root mounts successfullySergey Yanovich2013-03-221-0/+1
| * mmc: core: enhance card removal judgement for slow removalKevin Liu2013-03-221-0/+13
* | mmc: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
|/
* mmc: use regulator_can_change_voltage() instead of regulator_count_voltagesMarek Szyprowski2013-02-241-1/+1
* mmc: core: fix indentationJaehoon Chung2013-02-241-12/+11
* mmc: core: fix permanent sleep of mmcqd during card removalSeungwon Jeon2013-02-241-0/+1
* mmc: core: Fixup signal voltage switchJohan Rudholm2013-02-241-10/+73
* mmc: core: Break out start_signal_voltage_switchJohan Rudholm2013-02-241-12/+23
* mmc: core: Add mmc_power_cycleJohan Rudholm2013-02-241-0/+8
* mmc: core: move the cache disabling operation to mmc_suspendMaya Erez2013-02-241-6/+1
* mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman2013-02-111-3/+118
* mmc: core: Add mmc_set_blockcount featureLoic Pallardy2012-12-061-0/+14
* mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay2012-12-061-1/+17
* mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson2012-10-071-62/+0
* mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulatorChris Ball2012-10-071-4/+6
* mmc: support BKOPS feature for eMMCJaehoon Chung2012-10-031-4/+156
* mmc: core: Do not rescan non-removable devicesJohan Rudholm2012-09-041-0/+5
* mmc: core: Add TRANsfer state to non-HPI stateVenkatraman S2012-09-041-1/+2
* mmc: core: reset signal voltage on power upAaron Lu2012-07-221-3/+3
* mmc: prohibit card detection when host is not readyGuennadi Liakhovetski2012-07-211-0/+2
* mmc: add a function to get regulators, supplying card's powerGuennadi Liakhovetski2012-07-211-0/+23
* mmc: core: Export regulator_* functions as GPLChris Ball2012-07-101-2/+2
* mmc: core: Fix the HPI execution sequenceVenkatraman S2012-07-101-23/+32
* mmc: core: Prevent eMMC VCC supply to be cut from late initUlf Hansson2012-05-091-3/+15
* mmc: core: Do not pre-claim host in suspendUlf Hansson2012-04-201-35/+20
* mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2012-04-201-0/+2
* mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2012-04-201-3/+4
* mmc: use really long write timeout to deal with crappy cardsPaul Walmsley2012-04-051-3/+7
* mmc: core: Clean up after mmc_pre_req if card was removedUlf Hansson2012-03-271-20/+15