summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc.c
AgeCommit message (Expand)Author
2011-08-13mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park
2011-07-13mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity
2011-05-25mmc: core: eMMC bus width may not work on all platformsPhilip Rakity
2011-05-24mmc: core: add support for eMMC Dual Data RatePhilip Rakity
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin
2011-05-24mmc: Reliable write support.Andrei Warkentin
2011-05-24mmc: Ensure linux starts in eMMC user partitionPhilip Rakity
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16mmc: check if mmc cards < 2GB do sector addressingPhilip Rakity
2011-03-15mmc: export eMMC4.4 enhanced area details to sysfsChuanxiao Dong
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross
2011-01-08mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai
2010-11-07mmc: Fix printing of card DDR typePhilip Rakity
2010-10-23mmc: propagate power save/restore ops return valueOhad Ben-Cohen
2010-10-23mmc: refine DDR supportAdrian Hunter
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad
2010-10-23mmc: Add helper function to check if a card is removableMatt Fleming
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter
2010-08-11mmc: only set blockaddressed for > 2GiB cardsHanumath Prasad
2010-08-11mmc: recognize CSD structureKyungmin Park
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24mmc: fix incorrect interpretation of card type bitsAdrian Hunter
2010-01-11mmc: allow for MMC v4.4Adrian Hunter
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre
2009-09-23mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees
2009-09-23mmc: check status after MMC SWITCH commandAdrian Hunter
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter
2009-09-23mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-04-08mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen
2008-07-15MMC: Trivial comment cleanupDeepak Saxena
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman
2007-10-17mmc: possible leak in mmc_read_ext_csdFlorin Malita
2007-09-23MMC core learns about SPIDavid Brownell
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman
2007-09-23mmc: add missing printk levelsPierre Ossman
2007-09-23mmc: read ext_csd version numberPierre Ossman
2007-09-23mmc: improve error code feedbackPierre Ossman
2007-09-23mmc: remove custom error codesPierre Ossman
2007-07-26mmc: add missing printk levelsPierre Ossman
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman
2007-07-26mmc: Don't hold lock when releasing an added cardPierre Ossman
2007-07-26mmc: update header file pathsPierre Ossman