aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-23sdio: add interface for host side SDIO interrupt reportingNicolas Pitre1-0/+8
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman2-0/+32
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre2-0/+11
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre1-1/+12
2007-09-23sdio: defines for some standard interface typesNicolas Pitre1-0/+23
2007-09-23sdio: add device id table and matchingPierre Ossman1-1/+29
2007-09-23sdio: split up common and function CIS parsingPierre Ossman2-0/+12
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre1-0/+12
2007-09-23sdio: basic parsing of FBRPierre Ossman1-0/+5
2007-09-23sdio: read and decode interesting parts of the CCCRPierre Ossman1-0/+11
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman2-0/+95
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman1-0/+12
2007-09-23mmc: add SDIO driver handlingPierre Ossman1-0/+18
2007-09-23mmc: basic SDIO device modelPierre Ossman2-0/+42
2007-09-23mmc: implement SDIO IO_RW_DIRECT operationPierre Ossman2-0/+35
2007-09-23mmc: detect SDIO cardsPierre Ossman3-0/+22
2007-09-23mmc: remove confusing flagPierre Ossman1-1/+0
2007-09-23mmc: remove BYTEBLOCK capabilityPierre Ossman1-3/+2
2007-09-23mmc: mmc_set_data_timeout() parameter write is redundantPierre Ossman1-1/+1
2007-09-23mmc: read ext_csd version numberPierre Ossman1-0/+1
2007-09-23mmc: remove custom error codesPierre Ossman1-6/+13
2007-07-26mmc: update kerneldocPierre Ossman1-1/+1
2007-05-01mmc: remove old card statesPierre Ossman1-9/+3
2007-05-01MMC: Fix handling of low-voltage cardsPhilip Langdale1-8/+1
2007-05-01MMC: Consolidate voltage definitionsPhilip Langdale1-24/+1
2007-05-01mmc: add bus handlerPierre Ossman1-1/+6
2007-05-01mmc: Separate out protocol opsPierre Ossman3-53/+86
2007-05-01mmc: Move core functions to subdirPierre Ossman3-5/+5
2007-05-01mmc: deprecate mmc bus topologyPierre Ossman3-19/+2
2007-05-01mmc: Flush pending detects on host removalPierre Ossman1-0/+3
2007-05-01mmc: Move OCR bit definesPierre Ossman2-24/+28
2007-05-01mmc: add type field to cardsPierre Ossman1-6/+9
2007-05-01mmc: MMC sector based cardsPierre Ossman2-0/+2
2007-03-06mmc: require explicit support for high-speedPierre Ossman1-0/+8
2007-02-04mmc: Allow host drivers to specify max block countPierre Ossman1-1/+2
2007-02-04mmc: Allow host drivers to specify a max block sizePierre Ossman1-0/+1
2007-02-04mmc: Add support for SDHC cardsPhilip Langdale3-1/+16
2007-02-04mmc: let host be parent of cardsPierre Ossman1-0/+1
2007-02-04mmc: replace host->card_busyPierre Ossman1-2/+3
2007-01-15mmc: Correct definition of R6Philip Langdale1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells3-7/+88
2006-12-02Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds2-3/+84
2006-12-01Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman1-4/+4
2006-12-01mmc: Support for high speed SD cardsPierre Ossman2-1/+28
2006-12-01mmc: Add support for mmc v4 wide-bus modesPhilip Langdale1-0/+5
2006-12-01[PATCH] mmc: Add support for mmc v4 high speed modePhilip Langdale2-3/+52
2006-11-22WorkStruct: make allyesconfigDavid Howells1-1/+1
2006-10-06[PATCH] mmc: multi sector write transfersPierre Ossman1-0/+1
2006-09-24[MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hostsRussell King1-0/+1
2006-09-16[MMC] Add multi block-write capabilityRussell King1-0/+1