summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/tifm_sd.c
Commit message (Expand)AuthorAgeFilesLines
* tifm_sd: treat "status error" as normal command completionAlex Dubov2007-02-111-7/+4
* mmc: tifm: replace kmap with page_addressPierre Ossman2007-02-041-11/+4
* mmc: Allow host drivers to specify max block countPierre Ossman2007-02-041-3/+6
* mmc: Allow host drivers to specify a max block sizePierre Ossman2007-02-041-1/+3
* tifm_sd: add suspend and resume functionalityAlex Dubov2007-02-041-1/+38
* Remove unused return value from signal_irq callbackAlex Dubov2007-02-041-3/+2
* tifm_sd: prettifyAlex Dubov2007-02-041-48/+50
* tifm_sd: restructure initialization, removal and command handlingAlex Dubov2007-02-041-95/+110
* tifm_sd: fix hardware timeout setupAlex Dubov2007-02-041-8/+7
* tifm_sd: Switch software timeout handler from work_struct to timerAlex Dubov2007-02-041-21/+13
* tifm_sd: use kmap_atomic instead of kmap for PIO data bufferAlex Dubov2007-02-041-27/+25
* tifm_sd: alter order of the states in the command handlerAlex Dubov2007-02-041-20/+37
* mmc: Correct definition of R6Philip Langdale2007-01-151-3/+0
* [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-13/+15
* [PATCH] missing includes of io.hAl Viro2006-10-241-0/+1
* [PATCH] tifm __iomem annotations, NULL noise removalAl Viro2006-10-091-7/+7
* [PATCH] mmc: driver for TI FlashMedia card reader - sourceAlex Dubov2006-10-041-0/+933