aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* mmc: fix the workqueue overload battery wasteAndrea Arcangeli2013-08-041-2/+2
* d710: initial support for the Epic 4G Touch (SPH-D710)Dorian Snyder2013-06-208-18/+258
* smdk4412: bulk update from i9300 update 9Daniel Hillenbrand2013-06-042-28/+106
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-273-6/+9
|\
| * mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani2012-10-021-3/+3
| * mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre2012-06-012-5/+8
* | mmc: Soft-patch MoviNAND VTU00M (16GB) eMMC failureSamsung OSRC2013-01-082-0/+235
* | merge opensource jb u5codeworkx2012-09-224-4/+20
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-1/+1
|\ \ | |/
| * mmc: core: Fix voltage select in DDR modeGirish K S2012-01-251-1/+1
* | samsung opensource update4codeworkx2012-08-031-2/+2
* | samsung opensource update3Daniel Hillenbrand2012-07-214-79/+103
* | samsung update 1codeworkx2012-06-0216-197/+2207
|/
* mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin2011-11-111-0/+2
* mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson2011-11-115-5/+9
* mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg2011-10-031-1/+1
* mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg2011-10-031-2/+29
* mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg2011-10-033-11/+11
* mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity2011-07-131-27/+50
* mmc: core: make erase timeout calculation allow for gated clockAdrian Hunter2011-06-251-1/+1
* mmc: sdio: reset card during power_restoreDaniel Drake2011-06-251-0/+39
* mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen2011-06-251-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-05-2514-258/+764
|\
| * mmc: core: eMMC bus width may not work on all platformsPhilip Rakity2011-05-251-10/+102
| * mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin2011-05-251-0/+2
| * mmc: core: duplicated trial with same freq in mmc_rescan_try_freq()Jaehoon Chung2011-05-241-1/+1
| * mmc: core: add support for eMMC Dual Data RatePhilip Rakity2011-05-243-19/+32
| * mmc: core: eMMC signal voltage does not use CMD11Philip Rakity2011-05-243-5/+6
| * mmc: core: clear MMC_PM_KEEP_POWER flag on resumeEliad Peller2011-05-241-0/+1
| * mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK2011-05-241-1/+32
| * mmc: sdhci: enable preset value after uhs initializationArindam Nath2011-05-241-0/+11
| * mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-241-0/+6
| * mmc: sd: report correct speed and capacity of uhs cardsArindam Nath2011-05-242-4/+17
| * mmc: sd: set current limit for uhs cardsArindam Nath2011-05-241-0/+63
| * mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-241-0/+65
| * mmc: sd: add support for driver type selectionArindam Nath2011-05-245-29/+139
| * mmc: sd: query function modes for uhs cardsArindam Nath2011-05-241-10/+58
| * mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-243-2/+67
| * mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto2011-05-241-1/+2
| * mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-244-22/+8
| * mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-243-12/+6
| * mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-244-70/+26
| * mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball2011-05-241-0/+2
| * mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin2011-05-241-0/+2
| * mmc: MMC boot partitions support.Andrei Warkentin2011-05-241-5/+17
| * mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin2011-05-243-8/+23
| * mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin2011-05-241-18/+21
| * mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin2011-05-243-54/+43
| * mmc: core: fix memory leak in mmc_add_hostWolfram Sang2011-05-241-2/+2