aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches1-1/+1
2014-12-02mmc: atmel-mci: use probe deferring if dma controller is not ready yetludovic.desroches@atmel.com1-24/+24
2014-12-02mmc: atmel-mci: stop using specific initcallludovic.desroches@atmel.com1-13/+2
2014-12-02mmc: atmel-mci: remove __init/__exit attributesludovic.desroches@atmel.com1-5/+5
2014-12-02mmc: atmel-mci: remove useless DMA stuff for non-dt devicesludovic.desroches@atmel.com1-8/+0
2014-11-26mmc: atmel-mci: remove compat for non DT board when requesting dma chanludovic.desroches@atmel.com1-19/+1
2014-11-26mmc: atmel-mci: adopt pinctrl supportWenyou Yang1-0/+5
2014-11-10mmc: atmel-mci: add runtime pm supportWenyou Yang1-23/+67
2014-11-10mmc: host: atmel-mci: Add support for non-removable slotsTimo Kokkonen1-2/+9
2014-11-10mmc: atmel-mci: move mach header to platform_dataAlexandre Belloni1-1/+1
2014-09-29mmc: atmel-mci: fix mismatched section on atmci_cleanup_slotArnd Bergmann1-1/+1
2014-09-24mmc: atmel-mci: Release mmc resources on failure in probePramod Gurav1-2/+9
2014-09-24mmc: atmel-mci: Switch to using managed resource in probePramod Gurav1-27/+14
2014-09-09mmc: atmel-mci: add 0x600 IP versionNicolas Ferre1-0/+1
2014-06-12mmc: atmel-mci: incude asm/cacheclush.hArnd Bergmann1-0/+1
2014-05-12mmc: atmel: don't test host->dataAlexandre Belloni1-10/+3
2014-01-13mmc: atmel-mci: add vmmc-supply supportAlexandre Belloni1-0/+7
2014-01-13mmc: atmel-mci: fix timeout errors in SDIO mode when using DMALudovic Desroches1-1/+12
2013-10-30mmc: atmel-mci: Remove redundant suspend and resume callbacksUlf Hansson1-61/+0
2013-09-25mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti1-6/+8
2013-09-25mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches1-0/+7
2013-08-24mmc: atmel-mci: prepare clk before calling enableBoris BREZILLON1-7/+27
2013-06-27mmc: atmel-mci: remove include <mach/cpu.h>Nicolas Ferre1-2/+0
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-26mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-6/+4
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/kernel/git/cjb/mmcLinus 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/jikos/trivialLinus 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