summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2010-03-02Proper fix for commit I5c6914ef8906eed80cba15249b0760d71e3d0255Venkata(Muni) Anda
2010-03-02mmc.c: support ext_csd revisions in eMMCv4.4 specPavan Kunapuli
2010-02-10mmc: add 'enable' and 'disable' methods to mmc hostDeepesh Gujarathi
2009-12-21mmc: don't bug when EMBEDDED_MMC_START_OFFSET > CSD capacityGary King
2009-12-08mmc: add detection for MMC 4.4 boot sectorsGary King
2009-12-07mmc: Add CONFIG_EMBEDDED_MMC_START_OFFSET configurationGary King
2009-12-07cherry-pick commit 9feae246963c648b212Gary King
2009-12-07mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen
2009-08-17mmc: mmc_rescan detects card change in one runSan Mehat
2009-08-17mmc: increase power up delayJosé M. Fernández
2009-08-17mmc: During unsafe resume, select the right volatge for the cardBalaji Rao
2009-08-17mmc: Add Extended CSD register to debugfsAdrian Hunter
2009-08-17mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft
2009-08-17mmc: delayed_work was never cancelledJorg Schummer
2009-07-30mmc: sdio: Claim host in sdio_reset_comm()Dmitry Shmidt
2009-07-30mmc: mmcblk: Add support for deferred SD bus resumeSan Mehat
2009-07-30mmc: core: Rework mmc_delayed_work wakelock so that the wakelock is only exte...San Mehat
2009-07-30mmc: core: Add deferred bus resume policy.San Mehat
2009-06-11sdio: fix sdio_reset_comm() error pathDmitry Shmidt
2009-04-07mmc: sd: Remove debugging printkDima Zavin
2009-04-07mmc: core: Hold a wake lock accross delayed work + mmc rescanSan Mehat
2009-04-07mmc: sd: Add retries in re-detectionSan Mehat
2009-04-07mmc: sd: When resuming, try a little harder to init the cardSan Mehat
2009-04-07mmc: Add new API call 'sdio_reset_comm' for resetting communication with an S...San Mehat
2009-04-07trout: Add functions for WiFiDmitry Shmidt
2009-04-07mmc: Add concept of an 'embedded' SDIO device.San Mehat
2009-04-07mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD d...San Mehat
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter
2008-12-31mmc: warn about voltage mismatchesDavid Brownell
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-08mmc: increase SD write timeout for crappy cardsPierre Ossman
2008-10-12MMC: CSD and CID timeout valuesMatthew Fleming
2008-10-12sdio: high-speed supportPierre Ossman
2008-10-12sdio: give sdio irq thread a host specific namePierre Ossman
2008-10-12sdio: make sleep on error interruptablePierre Ossman
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen
2008-07-27mmc: Export internal host state through debugfsHaavard Skinnemoen
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2008-07-15sdio: sdio_io.c Fix sparse warningsTomas Winkler
2008-07-15sdio: fix the use of hard coded timeout value.Benzi Zbit
2008-07-15mmc: fix sdio_io sparse errorsTomas Winkler
2008-07-15sdio: clean up handling of byte mode transfer sizePierre Ossman
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman
2008-07-15MMC: Trivial comment cleanupDeepak Saxena
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov
2008-07-15mmc: add support for card-detection pollingAnton Vorontsov
2008-04-18mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk