aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-25mmc: pxamci: set proper block capabilities according to PXA flavorNicolas Pitre1-2/+2
2007-09-25mmc: pxamci: better pending IRQ determinationBridge Wu1-1/+1
2007-09-24arm: i.MX/MX1 SDHC implements SD cards read-only switch read-backPavel Pisa1-2/+14
2007-09-24mmc: add led triggerPierre Ossman2-0/+10
2007-09-23mmc_spi host driverDavid Brownell3-0/+1422
2007-09-23MMC core learns about SPIDavid Brownell10-103/+372
2007-09-23MMC/SD card driver learns SPIDavid Brownell1-8/+15
2007-09-23sdio: store vendor stringsPierre Ossman3-1/+55
2007-09-23mmc: increase power up delayPierre Ossman1-1/+9
2007-09-23sdhci: sdio interrupt supportPierre Ossman1-1/+38
2007-09-23sdio: fix recursion issues between sdio-uart driver and tty layerNicolas Pitre1-2/+19
2007-09-23sdio: add default c_ispeed/c_ospeed values to sdio_uart driverNicolas Pitre1-0/+2
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