summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/atmel-mci.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-13mmc: atmel-mci: fix timeout errors in SDIO mode when using DMALudovic Desroches1-1/+12
2013-12-04mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti1-6/+8
2013-12-04mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches1-0/+7
2013-05-26mmc: atmel-mci: convert to dma_request_slave_channel_compat()Ludovic Desroches1-13/+12
2013-04-08mmc: atmel-mci: pio hang on block errorsTerry Barnaby1-4/+10
2013-03-22mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unloadJohan Hovold1-2/+0
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-1/+1
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+97
2012-10-03mmc: atmel-mci: AP700x PDC is not connected to MCIHein_Tibosch1-1/+1
2012-10-03mmc: atmel-mci: DMA can be used with other controllersHein_Tibosch1-13/+13
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-04mmc: atmel-mci: add device tree supportLudovic Desroches1-2/+83
2012-09-04mmc: atmel-mci: not busy flag has also to be used for read operationsLudovic Desroches1-1/+5
2012-09-01mmc: fix comment typosMasanari Iida1-1/+1
2012-07-22mmc: atmel-mci: modify CLKDIV displaying in debugfsNicolas Ferre1-3/+9
2012-07-22mmc: atmel-mci: fix incorrect setting of host->data to NULLNicolas Ferre1-1/+1
2012-06-06mmc: atmel-mci: fix burst/chunk size modificationNicolas Ferre1-3/+5
2012-06-06mmc: atmel-mci: fix data timeout issueLudovic Desroches1-2/+2
2012-05-17mmc: atmel-mci: add debug logsLudovic Desroches1-0/+41
2012-05-17mmc: atmel-mci: add support for version lower than v2xxLudovic Desroches1-4/+58
2012-05-17mmc: atmel-mci: change the state machine for compatibility with old IPLudovic Desroches1-116/+162
2012-05-17mmc: atmel-mci: the r/w proof capability lack was not well managedLudovic Desroches1-14/+78
2012-04-05mmc: atmel-mci: add support for odd clock dividersLudovic Desroches1-19/+29
2012-04-05mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches1-0/+2
2012-04-05mmc: atmel-mci: correct data timeout computationLudovic Desroches1-1/+8
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-7/+14
2012-03-27mmc: atmel-mci: fix typoLudovic Desroches1-1/+1
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-1/+1
2012-03-02mmc: atmel-mci: don't use dma features when using DMA with no chan availableLudovic Desroches1-11/+10
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar1-8/+16
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