summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* mmc: Move queue functions to mmc_blockPierre Ossman2007-05-011-32/+0Star
| | | | | | | The mmc block queue functions are tailored for the mmc_block driver, so move those functions into that module. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* mmc: remove kernel_thread()Christoph Hellwig2006-12-011-2/+1Star
| | | | | | | Replace kernel_thread() with kthread_run()/kthread_stop(). Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+33
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!