aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/atmel-mci.c
AgeCommit message (Expand)Author
2015-05-18mmc: atmel-mci: fix bad variable type for clkdivLudovic Desroches
2014-12-13mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches
2014-12-02mmc: atmel-mci: use probe deferring if dma controller is not ready yetludovic.desroches@atmel.com
2014-12-02mmc: atmel-mci: stop using specific initcallludovic.desroches@atmel.com
2014-12-02mmc: atmel-mci: remove __init/__exit attributesludovic.desroches@atmel.com
2014-12-02mmc: atmel-mci: remove useless DMA stuff for non-dt devicesludovic.desroches@atmel.com
2014-11-26mmc: atmel-mci: remove compat for non DT board when requesting dma chanludovic.desroches@atmel.com
2014-11-26mmc: atmel-mci: adopt pinctrl supportWenyou Yang
2014-11-10mmc: atmel-mci: add runtime pm supportWenyou Yang
2014-11-10mmc: host: atmel-mci: Add support for non-removable slotsTimo Kokkonen
2014-11-10mmc: atmel-mci: move mach header to platform_dataAlexandre Belloni
2014-09-29mmc: atmel-mci: fix mismatched section on atmci_cleanup_slotArnd Bergmann
2014-09-24mmc: atmel-mci: Release mmc resources on failure in probePramod Gurav
2014-09-24mmc: atmel-mci: Switch to using managed resource in probePramod Gurav
2014-09-09mmc: atmel-mci: add 0x600 IP versionNicolas Ferre
2014-06-12mmc: atmel-mci: incude asm/cacheclush.hArnd Bergmann
2014-05-12mmc: atmel: don't test host->dataAlexandre Belloni
2014-01-13mmc: atmel-mci: add vmmc-supply supportAlexandre Belloni
2014-01-13mmc: atmel-mci: fix timeout errors in SDIO mode when using DMALudovic Desroches
2013-10-30mmc: atmel-mci: Remove redundant suspend and resume callbacksUlf Hansson
2013-09-25mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti
2013-09-25mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches
2013-08-24mmc: atmel-mci: prepare clk before calling enableBoris BREZILLON
2013-06-27mmc: atmel-mci: remove include <mach/cpu.h>Nicolas Ferre
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-26mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
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