aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/at91_mci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-30mmc: at91_mci: reorder timer setup and mmc_add_host() callNicolas Ferre1-2/+2
2008-09-02mmc: at91_mci: don't use coherent dma buffersDavid Brownell1-4/+16
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-07-15mmc: remove multiwrite capabilityPierre Ossman1-1/+1
2008-07-15at91_mci: Fix byte mode transitions.Ville Syrjala1-1/+1
2008-07-15at91_mci: Cover more AT91RM9200 and AT91SAM9261 errata.Ville Syrjala1-6/+14
2008-07-15at91_mci: AT91SAM9260/9263 12 byte write erratum (v2)Ville Syrjala1-4/+17
2008-07-15at91_mci: manage cmd error and data error independentlyNicolas Ferre1-8/+19
2008-07-15mmc: at91_mci: do not read irq status twice as it will forget some errorsNicolas Ferre1-7/+5
2008-07-15mmc: at91_mci: add sdio irq managementEric Benard1-4/+22
2008-07-15mmc: at91_mci: add multiwrite switchNicolas Ferre1-0/+1
2008-07-15mmc: at91_mci: update bytes_xfered value once xfer doneNicolas Ferre1-6/+34
2008-07-15mmc: at91_mci: avoid timeoutsMarc Pignat1-0/+48
2008-07-15mmc: at91_mci: show timeoutsMarc Pignat1-2/+33
2008-07-15mmc: at91_mci: support for block size not modulo 4Marc Pignat1-5/+10
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-11/+7
2008-05-17at91_mci: minor cleanupMarc Pignat1-1/+4
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-08at91_mci: use generic GPIO callsDavid Brownell1-34/+80
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+4
2007-10-17mmc: at91_mci: cleanup: use MCI_ERRORSAndrew Victor1-3/+1
2007-09-23mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytesMarc Pignat1-0/+8
2007-09-23mmc: remove confusing flagPierre Ossman1-2/+2
2007-09-23mmc: remove BYTEBLOCK capabilityPierre Ossman1-1/+0
2007-09-23mmc: remove custom error codesPierre Ossman1-7/+5
2007-09-11bug in AT91 MCI suspend routinesAnti Sullin1-3/+3
2007-08-09mmc: at91_mci: remove whitespace at the end of linesNicolas Ferre1-4/+4
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-07-20mmc: at91_mci: wakeup on card insertion (or removal)Marc Pignat1-1/+12
2007-07-09mmc: at91_mci: fix hanging and rework to match flowchartsNicolas Ferre1-91/+108
2007-07-09mmc: at91_mci typoNicolas Ferre1-15/+15
2007-06-07mmc-atmel: remove linux/mmc/protocol.h dependenciesMarc Pignat1-3/+2
2007-05-01mmc: Move host and card drivers to subdirsPierre Ossman1-0/+1001