summaryrefslogtreecommitdiff
path: root/drivers/mmc/card/queue.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-01mmc: allow suspended block driver to be removedPierre Ossman1-0/+3
Make sure we don't deadlock when removing a suspended block queue, something that might happen if the card is removed during suspend. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
2007-05-01mmc: Move host and card drivers to subdirsPierre Ossman1-0/+249
Clean up the drivers/mmc directory by moving card and host drivers into subdirectories. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>