aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre3-1/+246
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre1-6/+16
2007-09-23sdio: add basic sysfs attributesPierre Ossman1-0/+32
2007-09-23sdio: add modalias supportPierre Ossman1-1/+20
2007-09-23mmc: whip bus uevent handler into shapePierre Ossman1-14/+17
2007-09-23sdio: add device id table and matchingPierre Ossman1-6/+52
2007-09-23mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre1-1/+1
2007-09-23sdio: split up common and function CIS parsingPierre Ossman5-26/+193
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre3-29/+58
2007-09-23sdio: initial CIS parsing codeNicolas Pitre4-1/+144
2007-09-23sdio: basic parsing of FBRPierre Ossman1-0/+38
2007-09-23sdio: read and decode interesting parts of the CCCRPierre Ossman1-0/+63
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman1-0/+93
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman2-1/+107
2007-09-23mmc: add SDIO driver handlingPierre Ossman1-0/+23
2007-09-23mmc: basic SDIO device modelPierre Ossman5-15/+237
2007-09-23mmc: implement SDIO IO_RW_DIRECT operationPierre Ossman2-0/+39
2007-09-23mmc: detect SDIO cardsPierre Ossman6-13/+281
2007-09-23mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytesMarc Pignat1-0/+8
2007-09-23mmc: add missing printk levelsPierre Ossman1-2/+3
2007-09-23mmc: remove confusing flagPierre Ossman3-15/+16
2007-09-23mmc: remove BYTEBLOCK capabilityPierre Ossman6-7/+21
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman4-10/+8
2007-09-23mmc: read ext_csd version numberPierre Ossman1-7/+17
2007-09-23mmc: improve error code feedbackPierre Ossman2-13/+36
2007-09-23mmc: remove custom error codesPierre Ossman15-196/+190
2007-09-11bug in AT91 MCI suspend routinesAnti Sullin1-3/+3
2007-08-23sdhci: tell which spurious interrupt we gotPierre Ossman1-6/+6
2007-08-23sdhci: handle data interrupts during commandPierre Ossman2-7/+22
2007-08-23mmc: ignore bad max block size in sdhciDavid Vrabel1-5/+4
2007-08-23sdhci: be more cautious about block count registerPierre Ossman1-2/+2
2007-08-23drivers/mmc/core/host.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-08-23drivers/mmc/core/bus.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-08-09mmc: at91_mci: remove whitespace at the end of linesNicolas Ferre1-4/+4
2007-08-09mmc: reorganize bounce buffer initPierre Ossman1-7/+7
2007-08-09wbsd: fix section mismatch warningsGabriel C1-5/+5
2007-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds22-175/+250
2007-07-26drivers/mmc/core/: make 3 functions staticAdrian Bunk4-75/+69
2007-07-26mmc: add missing printk levelsPierre Ossman2-10/+8
2007-07-26mmc: remove redundant debug information from sdhci and wbsdPierre Ossman2-26/+0
2007-07-26mmc: proper debugging output in corePierre Ossman1-8/+40
2007-07-26mmc: be more verbose about card insertions/removalPierre Ossman3-2/+35
2007-07-26mmc: Don't hold lock when releasing an added cardPierre Ossman2-10/+16
2007-07-26mmc: add a might_sleep() to mmc_claim_host()Pierre Ossman1-0/+2
2007-07-26mmc: update kerneldocPierre Ossman3-14/+26
2007-07-26mmc: update header file pathsPierre Ossman18-18/+18
2007-07-26sdhci: add support to ENE-CB714Leandro Dorileo1-0/+27
2007-07-26mmc: check error bits before command completionPierre Ossman1-13/+10
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-4/+4
2007-07-20sdhci: make sure to clear the error interruptPierre Ossman2-0/+3