summaryrefslogtreecommitdiffstats
path: root/Documentation/mips (unfollow)
Commit message (Expand)AuthorFilesLines
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