aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: atmel-mci: correct data timeout computationLudovic Desroches2012-04-131-1/+8
* Haavard Skinnemoen has left AtmelJean Delvare2011-05-181-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* mmc: atmel-mci: use dmaengine helper functionsLinus Walleij2011-03-151-3/+3
* mmc: atmel-mci: conform to DMA-APILinus Walleij2011-03-151-4/+3
* mmc: atmel-mci: map DMA sglist on the DMA engineLinus Walleij2011-03-151-3/+5
* mmc: atmel-mci: fix multiblock SDIO transfersNicolas Ferre2010-12-211-6/+12
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1
* mmc: atmel-mci.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
* mmc: atmel-mci: Add support for SDIO interruptsAnders Grahn2010-05-271-4/+38
* mmc: atmel-mci: enable SD high speed supportNicolas Ferre2010-05-271-3/+19
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-211-1/+1
|\
| * Merge branch 'ioat' into dmaengineDan Williams2010-05-171-0/+1
| |\
| * | DMAENGINE: extend the control command to include an argLinus Walleij2010-05-171-1/+1
| * | DMAENGINE: generic slave control v2Linus Walleij2010-03-261-1/+1
* | | mmc: atmel-mci: fix in debugfs: response value printingNicolas Ferre2010-05-111-2/+2
* | | mmc: atmel-mci: remove data error interrupt after xferNicolas Ferre2010-05-111-0/+1
* | | mmc: atmel-mci: prevent kernel oops while removing cardNicolas Ferre2010-05-111-4/+5
* | | mmc: atmel-mci: fix two parameters swappedNicolas Ferre2010-05-111-2/+2
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mmc: atmel-mci: new MCI2 module support in atmel-mci driverNicolas Ferre2009-12-151-10/+75
* atmel-mci: change use of dma slave interfaceNicolas Ferre2009-12-151-20/+36
* Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-09-241-1/+8
|\
| * dmaengine: Move all map_sg/unmap_sg for slave channel to its clientAtsushi Nemoto2009-09-081-1/+8
* | atmel-mci: unified Atmel MCI drivers (AVR32 & AT91)Rob Emanuele2009-09-231-3/+30
|/
* atmel-mci: Add support for inverted detect pinJonas Larsson2009-04-081-3/+9
* atmel-mci: fix sdc_reg typoHans-Christian Egtvedt2009-03-241-1/+1
* mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
* atmel-mci: fix initialization of dma slave dataDan Williams2009-02-181-2/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-091-75/+28
|\
| * dmaengine: kill enum dma_state_clientDan Williams2009-01-061-3/+3
| * dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-1/+0
| * atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-061-71/+27
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-3/+1
* | atmel-mci: move atmel-mci.h file to include/linuxNicolas Ferre2009-01-051-1/+1
|/
* atmel-mci: Add missing flush_dcache_page() in PIO transfer codeHaavard Skinnemoen2008-10-051-0/+1
* atmel-mci: Don't overwrite error bits when NOTBUSY is setHaavard Skinnemoen2008-10-051-1/+3
* atmel-mci: Add experimental DMA supportHaavard Skinnemoen2008-10-051-16/+258
* atmel-mci: support multiple mmc slotsHaavard Skinnemoen2008-10-051-308/+614
* atmel-mci: Platform code for supporting multiple mmc slotsHaavard Skinnemoen2008-10-051-4/+20
* atmel-mci: Don't stop the clock between transfersHaavard Skinnemoen2008-10-051-38/+22
* atmel-mci: Implement tasklet as a state machineHaavard Skinnemoen2008-10-051-104/+145
* atmel-mci: Initialize BLKR before sending data transfer commandHaavard Skinnemoen2008-10-051-2/+4
* atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pinHaavard Skinnemoen2008-09-201-0/+4
* atmel-mci: Fix bogus debugfs file sizeHaavard Skinnemoen2008-09-201-4/+0
* atmel-mci: Fix memory leak in atmci_regs_showHaavard Skinnemoen2008-09-201-0/+2
* atmel-mci: debugfs: enable clock before dumping regsHaavard Skinnemoen2008-09-201-0/+2
* avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-051-1/+1
* avr32: some mmc/sd cleanupsDavid Brownell2008-07-271-8/+8
* Merge commit 'upstream/master'Haavard Skinnemoen2008-07-271-0/+189
|\