summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: atmel-mci: add support for odd clock dividersLudovic Desroches2012-04-061-19/+29
* mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches2012-04-061-0/+2
* mmc: atmel-mci: correct data timeout computationLudovic Desroches2012-04-061-1/+8
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-301-7/+14
|\
| * dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-1/+1
| * dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-221-8/+16
* | mmc: atmel-mci: fix typoLudovic Desroches2012-03-271-1/+1
* | mmc: atmel-mci: don't use dma features when using DMA with no chan availableLudovic Desroches2012-03-021-11/+10Star
* | mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches2012-02-141-0/+3
|/
* Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-3/+7
|\
| * mmc-host: move to dma_transfer_directionVinod Koul2011-10-311-3/+7
* | mmc: atmel-mci: fix a potential issue about pending PDC interruptsLudovic Desroches2011-10-261-15/+17
* | mmc: atmel-mci: correct sg buffer size evaluationLudovic Desroches2011-10-261-4/+3Star
* | mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal valueLudovic Desroches2011-10-261-2/+2
* | mmc: atmel-mci: change atmci_start_command to atmci_send_commandLudovic Desroches2011-10-261-3/+3
* | mmc: atmel-mci: add pdc support and runtime capabilities detectionLudovic Desroches2011-10-261-118/+409
* | mmc: atmel-mci: change atmci_readl and atmci_writel macrosLudovic Desroches2011-10-261-63/+63
* | mmc: atmel-mci: change namespaceLudovic Desroches2011-10-261-150/+151
|/
* mmc: atmel-mci: add suspend/resume supportNicolas Ferre2011-07-201-0/+63
* 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/+3Star
* 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/+1Star
* 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-221-1/+1
|\
| * Merge branch 'ioat' into dmaengineDan Williams2010-05-181-0/+1
| |\
| * | DMAENGINE: extend the control command to include an argLinus Walleij2010-05-181-1/+1
| * | DMAENGINE: generic slave control v2Linus Walleij2010-03-271-1/+1
* | | mmc: atmel-mci: fix in debugfs: response value printingNicolas Ferre2010-05-121-2/+2
* | | mmc: atmel-mci: remove data error interrupt after xferNicolas Ferre2010-05-121-0/+1
* | | mmc: atmel-mci: prevent kernel oops while removing cardNicolas Ferre2010-05-121-4/+5
* | | mmc: atmel-mci: fix two parameters swappedNicolas Ferre2010-05-121-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-091-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-191-2/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-091-75/+28Star
|\
| * dmaengine: kill enum dma_state_clientDan Williams2009-01-061-3/+3
| * dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-1/+0Star