aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mmc: 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-26mmc: core: support HPI send commandJaehoon Chung1-0/+31
2011-10-26mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon1-0/+23
2011-10-26mmc: core: Modify the timeout value for writing power classSeungwon Jeon1-1/+1
2011-10-26mmc: core: new discard feature support at eMMC v4.5Kyungmin Park1-0/+4
2011-10-26mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S1-2/+21
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-12/+12
2011-10-26mmc: core: Add default timeout value for CMD6Seungwon Jeon1-4/+12
2011-10-26mmc: core: general purpose MMC partition support.Namjae Jeon1-4/+48
2011-10-26mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin1-0/+2
2011-10-26mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S1-0/+96
2011-10-26mmc: core: add eMMC hardware reset supportAdrian Hunter1-1/+3
2011-10-26mmc: core: Set correct bus mode before card initStefan Nilsson XK1-0/+8
2011-10-26mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson1-0/+1
2011-10-26mmc: core: Put eMMC in Sleep mode before suspendBalaji T K1-2/+7
2011-08-13mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park1-1/+1
2011-07-13mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity1-27/+50
2011-05-25mmc: core: eMMC bus width may not work on all platformsPhilip Rakity1-10/+102
2011-05-24mmc: core: add support for eMMC Dual Data RatePhilip Rakity1-5/+30
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin1-5/+17
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin1-6/+8
2011-05-24mmc: Reliable write support.Andrei Warkentin1-0/+5
2011-05-24mmc: Ensure linux starts in eMMC user partitionPhilip Rakity1-0/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16mmc: check if mmc cards < 2GB do sector addressingPhilip Rakity1-1/+11
2011-03-15mmc: export eMMC4.4 enhanced area details to sysfsChuanxiao Dong1-0/+74
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross1-4/+9
2011-01-08mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai1-2/+2
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee1-29/+47
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai1-0/+2
2010-11-07mmc: Fix printing of card DDR typePhilip Rakity1-2/+6
2010-10-23mmc: propagate power save/restore ops return valueOhad Ben-Cohen1-2/+6
2010-10-23mmc: refine DDR supportAdrian Hunter1-3/+3
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter1-10/+11
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad1-2/+35
2010-10-23mmc: Add helper function to check if a card is removableMatt Fleming1-1/+1
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter1-1/+46
2010-08-11mmc: only set blockaddressed for > 2GiB cardsHanumath Prasad1-1/+3
2010-08-11mmc: recognize CSD structureKyungmin Park1-7/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24mmc: fix incorrect interpretation of card type bitsAdrian Hunter1-2/+1
2010-01-11mmc: allow for MMC v4.4Adrian Hunter1-1/+1
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings1-22/+1
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre1-10/+5
2009-09-23mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees1-5/+5
2009-09-23mmc: check status after MMC SWITCH commandAdrian Hunter1-6/+18
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen1-5/+49
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter1-0/+11
2009-09-23mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter1-7/+34