aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/at91_mci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: at91_mci: fix multiblock SDIO transfersYauhen Kharuzhy2010-12-211-4/+9
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1
* mmc: at91_mci.c: use resource_size()H Hartley Sweeten2010-10-231-4/+4
* mmc: at91_mci: add missing linux/highmem.h includeMarc Kleine-Budde2010-09-091-0/+1
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* mmc: at91_mci: modify cache flush routinesNicolas Ferre2010-05-151-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mmc: at91_mci: correct kunmap_atomic()Nicolas Ferre2010-03-061-2/+2
* mmc: at91_mci: introduce per-mci-revision conditional codeNicolas Ferre2010-03-061-8/+19
* mmc: at91_mci: Enable MMC_CAP_SDIO_IRQ only when it actually works.Nicolas Ferre2010-03-061-1/+8
* mmc: at91_mci: enable large data blocksWolfgang Muees2010-03-061-0/+3
* mmc: at91_mci: use DMA buffer for readWolfgang Muees2010-03-061-96/+32
* mmc: at91_mci: use one coherent DMA bufferWolfgang Muees2010-03-061-25/+24
* mmc: at91_mci: fix timeout errorsWolfgang Muees2010-03-061-2/+4
* mmc: at91_mci: fix pointer errorsWolfgang Muees2010-03-061-3/+5
* mmc: at91_mci: Don't include asm/mach/mmc.hUwe Kleine-König2009-10-221-1/+0
* mmc: at91_mci: reorder timer setup and mmc_add_host() callNicolas Ferre2008-11-301-2/+2
* mmc: at91_mci: don't use coherent dma buffersDavid Brownell2008-09-021-4/+16
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-3/+3
* mmc: remove multiwrite capabilityPierre Ossman2008-07-151-1/+1
* at91_mci: Fix byte mode transitions.Ville Syrjala2008-07-151-1/+1
* at91_mci: Cover more AT91RM9200 and AT91SAM9261 errata.Ville Syrjala2008-07-151-6/+14
* at91_mci: AT91SAM9260/9263 12 byte write erratum (v2)Ville Syrjala2008-07-151-4/+17
* at91_mci: manage cmd error and data error independentlyNicolas Ferre2008-07-151-8/+19
* mmc: at91_mci: do not read irq status twice as it will forget some errorsNicolas Ferre2008-07-151-7/+5
* mmc: at91_mci: add sdio irq managementEric Benard2008-07-151-4/+22
* mmc: at91_mci: add multiwrite switchNicolas Ferre2008-07-151-0/+1
* mmc: at91_mci: update bytes_xfered value once xfer doneNicolas Ferre2008-07-151-6/+34
* mmc: at91_mci: avoid timeoutsMarc Pignat2008-07-151-0/+48
* mmc: at91_mci: show timeoutsMarc Pignat2008-07-151-2/+33
* mmc: at91_mci: support for block size not modulo 4Marc Pignat2008-07-151-5/+10
* mmc: change .get_ro() callback semanticsAnton Vorontsov2008-07-151-11/+7
* at91_mci: minor cleanupMarc Pignat2008-05-171-1/+4
* mmc: fix platform driver hotplug/coldplugKay Sievers2008-04-151-0/+1
* at91_mci: use generic GPIO callsDavid Brownell2008-02-081-34/+80
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-4/+4
* mmc: at91_mci: cleanup: use MCI_ERRORSAndrew Victor2007-10-171-3/+1
* mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytesMarc Pignat2007-09-231-0/+8
* mmc: remove confusing flagPierre Ossman2007-09-231-2/+2
* mmc: remove BYTEBLOCK capabilityPierre Ossman2007-09-231-1/+0
* mmc: remove custom error codesPierre Ossman2007-09-231-7/+5
* bug in AT91 MCI suspend routinesAnti Sullin2007-09-111-3/+3
* mmc: at91_mci: remove whitespace at the end of linesNicolas Ferre2007-08-091-4/+4
* mmc: update header file pathsPierre Ossman2007-07-261-1/+1
* mmc: at91_mci: wakeup on card insertion (or removal)Marc Pignat2007-07-201-1/+12
* mmc: at91_mci: fix hanging and rework to match flowchartsNicolas Ferre2007-07-091-91/+108
* mmc: at91_mci typoNicolas Ferre2007-07-091-15/+15
* mmc-atmel: remove linux/mmc/protocol.h dependenciesMarc Pignat2007-06-071-3/+2
* mmc: Move host and card drivers to subdirsPierre Ossman2007-05-011-0/+1001