aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/atmel-mci.c
AgeCommit message (Expand)Author
2014-02-13mmc: atmel-mci: fix timeout errors in SDIO mode when using DMALudovic Desroches
2013-12-04mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti
2013-12-04mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches
2013-05-26mmc: atmel-mci: convert to dma_request_slave_channel_compat()Ludovic Desroches
2013-04-08mmc: atmel-mci: pio hang on block errorsTerry Barnaby
2013-03-22mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unloadJohan Hovold
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-28mmc: remove use of __devinitBill Pemberton
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-03mmc: atmel-mci: AP700x PDC is not connected to MCIHein_Tibosch
2012-10-03mmc: atmel-mci: DMA can be used with other controllersHein_Tibosch
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-04mmc: atmel-mci: add device tree supportLudovic Desroches
2012-09-04mmc: atmel-mci: not busy flag has also to be used for read operationsLudovic Desroches
2012-09-01mmc: fix comment typosMasanari Iida
2012-07-22mmc: atmel-mci: modify CLKDIV displaying in debugfsNicolas Ferre
2012-07-22mmc: atmel-mci: fix incorrect setting of host->data to NULLNicolas Ferre
2012-06-06mmc: atmel-mci: fix burst/chunk size modificationNicolas Ferre
2012-06-06mmc: atmel-mci: fix data timeout issueLudovic Desroches
2012-05-17mmc: atmel-mci: add debug logsLudovic Desroches
2012-05-17mmc: atmel-mci: add support for version lower than v2xxLudovic Desroches
2012-05-17mmc: atmel-mci: change the state machine for compatibility with old IPLudovic Desroches
2012-05-17mmc: atmel-mci: the r/w proof capability lack was not well managedLudovic Desroches
2012-04-05mmc: atmel-mci: add support for odd clock dividersLudovic Desroches
2012-04-05mmc: atmel-mci: r/w proof capability only available since v2xxLudovic Desroches
2012-04-05mmc: atmel-mci: correct data timeout computationLudovic Desroches
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-27mmc: atmel-mci: fix typoLudovic Desroches
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-03-02mmc: atmel-mci: don't use dma features when using DMA with no chan availableLudovic Desroches
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar
2012-02-13mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-10-31mmc-host: move to dma_transfer_directionVinod Koul
2011-10-26mmc: atmel-mci: fix a potential issue about pending PDC interruptsLudovic Desroches
2011-10-26mmc: atmel-mci: correct sg buffer size evaluationLudovic Desroches
2011-10-26mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal valueLudovic Desroches
2011-10-26mmc: atmel-mci: change atmci_start_command to atmci_send_commandLudovic Desroches
2011-10-26mmc: atmel-mci: add pdc support and runtime capabilities detectionLudovic Desroches
2011-10-26mmc: atmel-mci: change atmci_readl and atmci_writel macrosLudovic Desroches
2011-10-26mmc: atmel-mci: change namespaceLudovic Desroches
2011-07-20mmc: atmel-mci: add suspend/resume supportNicolas Ferre
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-15mmc: atmel-mci: use dmaengine helper functionsLinus Walleij
2011-03-15mmc: atmel-mci: conform to DMA-APILinus Walleij
2011-03-15mmc: atmel-mci: map DMA sglist on the DMA engineLinus Walleij
2010-12-21mmc: atmel-mci: fix multiblock SDIO transfersNicolas Ferre
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen