summaryrefslogtreecommitdiff
path: root/drivers/mmc/tifm_sd.c
AgeCommit message (Expand)Author
2007-05-01mmc: Move host and card drivers to subdirsPierre Ossman
2007-05-01mmc: Move OCR bit definesPierre Ossman
2007-05-01tifm: layout fixes, small changes to comments and printfsAlex Dubov
2007-05-01tifm_sd: implement software scatter-gatherAlex Dubov
2007-05-01tifm_sd: fix resume handlerAlex Dubov
2007-05-01tifm_sd: replace command completion state machine with full checkingAlex Dubov
2007-05-01tifm_sd: merge dma and pio request processing pathsAlex Dubov
2007-05-01tifm_sd: separate command flags, socket flags and register bit masksAlex Dubov
2007-05-01tifm_sd: remove wait for power off on removeAlex Dubov
2007-05-01tifm_sd: remove tifm_sd_terminate functionAlex Dubov
2007-05-01tifm: simplify bus match and uevent handlersAlex Dubov
2007-05-01tifm: hide details of interrupt processing from socket driversAlex Dubov
2007-02-11tifm_sd: treat "status error" as normal command completionAlex Dubov
2007-02-04mmc: tifm: replace kmap with page_addressPierre Ossman
2007-02-04mmc: Allow host drivers to specify max block countPierre Ossman
2007-02-04mmc: Allow host drivers to specify a max block sizePierre Ossman
2007-02-04tifm_sd: add suspend and resume functionalityAlex Dubov
2007-02-04Remove unused return value from signal_irq callbackAlex Dubov
2007-02-04tifm_sd: prettifyAlex Dubov
2007-02-04tifm_sd: restructure initialization, removal and command handlingAlex Dubov
2007-02-04tifm_sd: fix hardware timeout setupAlex Dubov
2007-02-04tifm_sd: Switch software timeout handler from work_struct to timerAlex Dubov
2007-02-04tifm_sd: use kmap_atomic instead of kmap for PIO data bufferAlex Dubov
2007-02-04tifm_sd: alter order of the states in the command handlerAlex Dubov
2007-01-15mmc: Correct definition of R6Philip Langdale
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-24[PATCH] missing includes of io.hAl Viro
2006-10-09[PATCH] tifm __iomem annotations, NULL noise removalAl Viro
2006-10-04[PATCH] mmc: driver for TI FlashMedia card reader - sourceAlex Dubov