aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-24arm: i.MX/MX1 SDHC implements SD cards read-only switch read-backPavel Pisa3-4/+19
2007-09-24mmc: add led triggerPierre Ossman3-0/+16
2007-09-23mmc_spi host driverDavid Brownell5-0/+1461
2007-09-23MMC core learns about SPIDavid Brownell10-103/+372
2007-09-23MMC/SD card driver learns SPIDavid Brownell1-8/+15
2007-09-23MMC headers learn about SPIDavid Brownell3-13/+67
2007-09-23sdio: store vendor stringsPierre Ossman5-1/+60
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 Vrabel2-0/+69
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 Vrabel4-2/+63
2007-09-23sdio: add SDIO_FBR_BASE(f) macroDavid Vrabel3-3/+5
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 Pitre3-1/+18
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman5-0/+275
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 Pitre5-1/+257
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre2-7/+28
2007-09-23sdio: defines for some standard interface typesNicolas Pitre1-0/+23
2007-09-23sdio: add basic sysfs attributesPierre Ossman1-0/+32
2007-09-23sdio: add modalias supportPierre Ossman2-1/+40
2007-09-23mmc: whip bus uevent handler into shapePierre Ossman1-14/+17
2007-09-23sdio: add device id table and matchingPierre Ossman3-7/+92
2007-09-23mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre1-1/+1
2007-09-23sdio: split up common and function CIS parsingPierre Ossman7-26/+205
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre4-29/+70
2007-09-23sdio: initial CIS parsing codeNicolas Pitre4-1/+144
2007-09-23sdio: basic parsing of FBRPierre Ossman2-0/+43
2007-09-23sdio: read and decode interesting parts of the CCCRPierre Ossman2-0/+74
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman3-0/+188
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman3-1/+119
2007-09-23mmc: add SDIO driver handlingPierre Ossman2-0/+41
2007-09-23mmc: basic SDIO device modelPierre Ossman7-15/+279
2007-09-23mmc: implement SDIO IO_RW_DIRECT operationPierre Ossman4-0/+74
2007-09-23mmc: detect SDIO cardsPierre Ossman10-14/+304
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 Ossman4-16/+16
2007-09-23mmc: remove BYTEBLOCK capabilityPierre Ossman7-10/+23
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman5-11/+9