summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: atmel: don't test host->dataAlexandre Belloni2014-05-131-10/+3Star
* mmc: atmel-mci: add vmmc-supply supportAlexandre Belloni2014-01-131-0/+7
* mmc: atmel-mci: fix timeout errors in SDIO mode when using DMALudovic Desroches2014-01-131-1/+12
* mmc: atmel-mci: Remove redundant suspend and resume callbacksUlf Hansson2013-10-311-61/+0Star
* mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti2013-09-261-6/+8
* mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches2013-09-261-0/+7
* mmc: atmel-mci: prepare clk before calling enableBoris BREZILLON2013-08-251-7/+27
* mmc: atmel-mci: remove include <mach/cpu.h>Nicolas Ferre2013-06-271-2/+0Star
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0Star
* mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-05-261-6/+4Star
* mmc: atmel-mci: convert to dma_request_slave_channel_compat()Ludovic Desroches2013-05-261-13/+12Star
* mmc: atmel-mci: pio hang on block errorsTerry Barnaby2013-04-081-4/+10
* mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unloadJohan Hovold2013-03-221-2/+0Star
* Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+1
|\
| * arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
* | mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
|/
* Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-101-16/+97
|\
| * mmc: atmel-mci: AP700x PDC is not connected to MCIHein_Tibosch2012-10-031-1/+1
| * mmc: atmel-mci: DMA can be used with other controllersHein_Tibosch2012-10-031-13/+13
| * mmc: atmel-mci: add device tree supportLudovic Desroches2012-09-041-2/+83
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\ \ | |/ |/|
| * mmc: fix comment typosMasanari Iida2012-09-011-1/+1
* | mmc: atmel-mci: not busy flag has also to be used for read operationsLudovic Desroches2012-09-041-1/+5
|/
* mmc: atmel-mci: modify CLKDIV displaying in debugfsNicolas Ferre2012-07-221-3/+9
* mmc: atmel-mci: fix incorrect setting of host->data to NULLNicolas Ferre2012-07-221-1/+1
* mmc: atmel-mci: fix burst/chunk size modificationNicolas Ferre2012-06-061-3/+5
* mmc: atmel-mci: fix data timeout issueLudovic Desroches2012-06-061-2/+2
* mmc: atmel-mci: add debug logsLudovic Desroches2012-05-171-0/+41
* mmc: atmel-mci: add support for version lower than v2xxLudovic Desroches2012-05-171-4/+58
* mmc: atmel-mci: change the state machine for compatibility with old IPLudovic Desroches2012-05-171-116/+162
* mmc: atmel-mci: the r/w proof capability lack was not well managedLudovic Desroches2012-05-171-14/+78
* 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