aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-23sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel1-0/+64
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman5-15/+13
2007-09-23sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-09-23sdio: extend sdio_readsb() and friends to handle any length of bufferDavid Vrabel3-28/+86
2007-09-23sdio: set the functions' block sizeDavid Vrabel3-1/+59
2007-09-23sdio: add SDIO_FBR_BASE(f) macroDavid Vrabel2-3/+3
2007-09-23mmc: fix sdio timeout calculationPierre Ossman1-0/+9
2007-09-23mmc: fix incorrect divisor in debug outputPierre Ossman1-1/+1
2007-09-23sdio: enable wide bus modePierre Ossman1-0/+33
2007-09-23sdio: change clock speedPierre Ossman1-0/+6
2007-09-23make struct sdio_dev_attrs[] staticAdrian Bunk1-1/+1
2007-09-23sdio: add interface for host side SDIO interrupt reportingNicolas Pitre2-1/+10
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman3-0/+243
2007-09-23sdio: add /proc interface to sdio_uart driverNicolas Pitre1-0/+62
2007-09-23sdio: UART/GPS driverNicolas Pitre3-0/+1086
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