aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-27mmc: atmel-mci: fix typoLudovic Desroches1-1/+1
2012-03-02mmc: atmel-mci: don't use dma features when using DMA with no chan availableLudovic Desroches1-11/+10
2012-02-13mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches1-0/+3
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-3/+7
2011-10-31mmc-host: move to dma_transfer_directionVinod Koul1-3/+7
2011-10-26mmc: atmel-mci: fix a potential issue about pending PDC interruptsLudovic Desroches1-15/+17
2011-10-26mmc: atmel-mci: correct sg buffer size evaluationLudovic Desroches1-4/+3
2011-10-26mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal valueLudovic Desroches1-2/+2
2011-10-26mmc: atmel-mci: change atmci_start_command to atmci_send_commandLudovic Desroches1-3/+3
2011-10-26mmc: atmel-mci: add pdc support and runtime capabilities detectionLudovic Desroches1-118/+409
2011-10-26mmc: atmel-mci: change atmci_readl and atmci_writel macrosLudovic Desroches1-63/+63
2011-10-26mmc: atmel-mci: change namespaceLudovic Desroches1-150/+151
2011-07-20mmc: atmel-mci: add suspend/resume supportNicolas Ferre1-0/+63
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-15mmc: atmel-mci: use dmaengine helper functionsLinus Walleij1-3/+3
2011-03-15mmc: atmel-mci: conform to DMA-APILinus Walleij1-4/+3
2011-03-15mmc: atmel-mci: map DMA sglist on the DMA engineLinus Walleij1-3/+5
2010-12-21mmc: atmel-mci: fix multiblock SDIO transfersNicolas Ferre1-6/+12
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-2/+1
2010-10-23mmc: atmel-mci.c: use resource_size()H Hartley Sweeten1-1/+1
2010-05-27mmc: atmel-mci: Add support for SDIO interruptsAnders Grahn1-4/+38
2010-05-27mmc: atmel-mci: enable SD high speed supportNicolas Ferre1-3/+19
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+1
2010-05-11mmc: atmel-mci: fix in debugfs: response value printingNicolas Ferre1-2/+2
2010-05-11mmc: atmel-mci: remove data error interrupt after xferNicolas Ferre1-0/+1
2010-05-11mmc: atmel-mci: prevent kernel oops while removing cardNicolas Ferre1-4/+5
2010-05-11mmc: atmel-mci: fix two parameters swappedNicolas Ferre1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-1/+1
2009-12-15mmc: atmel-mci: new MCI2 module support in atmel-mci driverNicolas Ferre1-10/+75
2009-12-15atmel-mci: change use of dma slave interfaceNicolas Ferre1-20/+36
2009-09-24Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+8
2009-09-23atmel-mci: unified Atmel MCI drivers (AVR32 & AT91)Rob Emanuele1-3/+30
2009-09-08dmaengine: Move all map_sg/unmap_sg for slave channel to its clientAtsushi Nemoto1-1/+8
2009-04-08atmel-mci: Add support for inverted detect pinJonas Larsson1-3/+9
2009-03-24atmel-mci: fix sdc_reg typoHans-Christian Egtvedt1-1/+1
2009-03-24mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams1-2/+3
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-75/+28
2009-01-06dmaengine: kill enum dma_state_clientDan Williams1-3/+3
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-1/+0
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams1-71/+27
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-3/+1
2009-01-05atmel-mci: move atmel-mci.h file to include/linuxNicolas Ferre1-1/+1
2008-10-05atmel-mci: Add missing flush_dcache_page() in PIO transfer codeHaavard Skinnemoen1-0/+1
2008-10-05atmel-mci: Don't overwrite error bits when NOTBUSY is setHaavard Skinnemoen1-1/+3
2008-10-05atmel-mci: Add experimental DMA supportHaavard Skinnemoen1-16/+258