aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-08mmc: sdio: don't require CISTPL_VERS_1 to contain 4 stringsDavid Vrabel1-4/+3
2009-10-01sdio: pass whitelisted cis funce tuples to sdio driversAlbert Herranz1-16/+49
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre1-3/+0
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre5-54/+69
2009-09-23mmc: core SDIO suspend/resume supportNicolas Pitre1-89/+196
2009-09-23mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees2-10/+10
2009-09-23sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen1-1/+1
2009-09-23sdio: fix read buffer overflowRoel Kluin1-1/+1
2009-09-23sdio: add CD disable supportOhad Ben-Cohen1-0/+30
2009-09-23mmc: check status after MMC SWITCH commandAdrian Hunter2-6/+41
2009-09-23mmc: power off once at removalDenis Karpov1-0/+2
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen5-5/+128
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter4-0/+58
2009-09-23mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter2-14/+68
2009-09-23mmc: allow host claim / release nestingAdrian Hunter1-9/+25
2009-09-23mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter3-6/+174
2009-09-23sdio: do not ignore MMC_VDD_165_195Ohad Ben-Cohen1-7/+0
2009-09-23mmc: in mmc_power_up(), use previously selected ocr if availableBalaji Rao1-1/+7
2009-09-15driver model: constify attribute groupsDavid Brownell2-2/+2
2009-06-13MMC core: limit minimum initialization frequency to 400kHzSascha Hauer1-1/+7
2009-06-13mmc: mmc_rescan detects card change in one runJorg Schummer1-44/+55
2009-05-03mmc: increase power up delayJosé M. Fernández1-2/+2
2009-04-08mmc_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees1-9/+12
2009-04-08mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen1-1/+1
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds5-0/+109
2009-03-31MMC: regulator utilitiesDavid Brownell1-0/+100
2009-03-24mmc_spi: allow higher timeouts for SPI modeWolfgang Muees1-0/+15
2009-03-24mmc: During unsafe resume, select the right volatge for the cardBalaji Rao1-0/+1
2009-03-24sdio: check that addresses are within the address spacePierre Ossman1-0/+8
2009-03-24sdio: handle null tuplesPierre Ossman1-0/+4
2009-03-24sdio: handle cis end marker in link fieldPierre Ossman1-0/+4
2009-03-24mmc: Add Extended CSD register to debugfsAdrian Hunter1-0/+67
2009-03-24mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft1-0/+8
2009-03-24mmc: delayed_work was never cancelledJorg Schummer1-0/+2
2009-03-08mmc: fix data timeout for SEND_EXT_CSDAdrian Hunter1-6/+9
2008-12-31mmc: warn about voltage mismatchesDavid Brownell1-0/+2
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov1-0/+75
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen1-4/+14
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-7/+4
2008-11-08mmc: increase SD write timeout for crappy cardsPierre Ossman1-1/+5
2008-10-12MMC: CSD and CID timeout valuesMatthew Fleming1-2/+6
2008-10-12sdio: high-speed supportPierre Ossman1-3/+49
2008-10-12sdio: give sdio irq thread a host specific namePierre Ossman1-1/+2
2008-10-12sdio: make sleep on error interruptablePierre Ossman1-4/+9
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman1-2/+3
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen3-0/+72
2008-07-27mmc: Export internal host state through debugfsHaavard Skinnemoen4-0/+177
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds5-47/+175
2008-07-15sdio: sdio_io.c Fix sparse warningsTomas Winkler1-5/+4