summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: atmel-mci: Mark expected switch fall-throughsGustavo A. R. Silva2019-09-111-0/+4
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-111-31/+7
|\
| * mmc: host: atmel-mci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-171-31/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* mmc: atmel-mci: enable 8 bits buswidth supportNicolas Ferre2019-02-251-1/+7
* mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-26/+5
* mmc: atmel-mci: do not assume idle after atmci_request_endJonas Danielsson2018-12-171-1/+2
* mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversionLudovic Desroches2018-08-211-6/+6
* mmc: atmel-mci: use sg_copy_{from,to}_bufferChristoph Hellwig2018-05-211-12/+9
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-7/+6
* mmc: Convert to using %pOF instead of full_nameRob Herring2017-08-301-2/+2
* mmc: atmel-mci: add missing of_node_putJulia Lawall2017-08-301-0/+1
* mmc: atmel-mci: remove unused sg_len variableShawn Lin2017-08-301-3/+2
* mmc: atmel-mci: Delete an error message for a failed memory allocationMarkus Elfring2017-06-201-3/+1
* mmc: atmel-mci: Remove AVR32 bits from the driverAndy Shevchenko2017-06-201-22/+2
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-19/+11
* mmc: atmel-mci: Remove redundant runtime PM callsUlf Hansson2016-05-021-9/+0
* mmc: atmel-mci: Check pdata for NULL before dereferencing it at DMA configBrent Taylor2016-03-171-1/+1
* mmc: atmel-mci: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-7/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-01-181-1/+17
|\
| * mmc: atmel: get rid of struct mci_dma_dataMans Rullgard2016-01-141-1/+0
| * mmc: atmel-mci: restore dma on AVR32Mans Rullgard2016-01-141-0/+17
* | mmc: atmel-mci: atmci_convert_chksize depends on controller versionludovic.desroches@atmel.com2015-12-221-16/+27
* | mmc: atmel-mci: move atmel-mci-regs.h content in atmel-mci.cludovic.desroches@atmel.com2015-12-221-1/+149
|/
* mmc: atmel-mci: remove useless includeAlexandre Belloni2015-08-271-1/+0
* mmc: atmel-mci: fix bad variable type for clkdivLudovic Desroches2015-05-181-2/+7
* mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches2014-12-131-1/+1
* mmc: atmel-mci: use probe deferring if dma controller is not ready yetludovic.desroches@atmel.com2014-12-021-24/+24
* mmc: atmel-mci: stop using specific initcallludovic.desroches@atmel.com2014-12-021-13/+2
* mmc: atmel-mci: remove __init/__exit attributesludovic.desroches@atmel.com2014-12-021-5/+5
* mmc: atmel-mci: remove useless DMA stuff for non-dt devicesludovic.desroches@atmel.com2014-12-021-8/+0
* mmc: atmel-mci: remove compat for non DT board when requesting dma chanludovic.desroches@atmel.com2014-11-261-19/+1
* mmc: atmel-mci: adopt pinctrl supportWenyou Yang2014-11-261-0/+5
* mmc: atmel-mci: add runtime pm supportWenyou Yang2014-11-101-23/+67
* mmc: host: atmel-mci: Add support for non-removable slotsTimo Kokkonen2014-11-101-2/+9
* mmc: atmel-mci: move mach header to platform_dataAlexandre Belloni2014-11-101-1/+1
* mmc: atmel-mci: fix mismatched section on atmci_cleanup_slotArnd Bergmann2014-09-291-1/+1
* mmc: atmel-mci: Release mmc resources on failure in probePramod Gurav2014-09-241-2/+9
* mmc: atmel-mci: Switch to using managed resource in probePramod Gurav2014-09-241-27/+14
* mmc: atmel-mci: add 0x600 IP versionNicolas Ferre2014-09-091-0/+1
* mmc: atmel-mci: incude asm/cacheclush.hArnd Bergmann2014-06-121-0/+1
* mmc: atmel: don't test host->dataAlexandre Belloni2014-05-121-10/+3
* 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-301-61/+0
* mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti2013-09-251-6/+8
* mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches2013-09-251-0/+7
* mmc: atmel-mci: prepare clk before calling enableBoris BREZILLON2013-08-241-7/+27
* mmc: atmel-mci: remove include <mach/cpu.h>Nicolas Ferre2013-06-271-2/+0
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0