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