summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-23mmc: read ext_csd version numberPierre Ossman2-7/+18
2007-09-23mmc: improve error code feedbackPierre Ossman2-13/+36
2007-09-23mmc: remove custom error codesPierre Ossman16-202/+203
2007-09-22clockevents: remove the suspend/resume workaround^WthinkoThomas Gleixner1-16/+1
2007-09-22ACPI: disable lower idle C-states across suspend/resumeThomas Gleixner3-1/+22
2007-09-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds4-84/+53
2007-09-22Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2-5/+6
2007-09-22KVM: Fix virtualization menu help textAvi Kivity1-1/+2
2007-09-21Pull suspend.now into release branchLen Brown3-82/+52