summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/atmel-mci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: Convert from tasklet to BH workqueueAllen Pais2024-07-081-17/+18
* mmc: atmel-mci: Switch to use dev_err_probe()Andy Shevchenko2024-04-261-7/+4
* mmc: atmel-mci: Incapsulate used to be a platform data into host structureAndy Shevchenko2024-04-261-37/+24
* mmc: atmel-mci: Replace platform device pointer by generic oneAndy Shevchenko2024-04-261-22/+22
* mmc: atmel-mci: Use temporary variable for struct deviceAndy Shevchenko2024-04-261-106/+108
* mmc: atmel-mci: Get rid of platform data leftoversAndy Shevchenko2024-04-261-37/+6
* mmc: atmel-mci: Add description for struct memberBalamanikandan Gunasundar2023-09-261-0/+1
* mmc: atmel-mci: add missing of_node_putJulia Lawall2023-09-261-2/+6
* mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolibBalamanikandan Gunasundar2023-08-251-18/+15
* mmc: atmel-mci: move atmel MCI header fileBalamanikandan Gunasundar2023-08-251-1/+38
* mmc: atmel-mci: Convert to gpio descriptorsBalamanikandan Gunasundar2023-08-251-40/+37
* mmc: atmel-mci: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+0
* mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm2023-01-271-3/+0
* mmc: atmel-mci: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-3/+6
* mmc: atmel-mci: Simplify if(chan) and if(!chan)Wan Jiabing2022-05-041-5/+4
* mmc: atmel-mci: Use new tasklet APIEmil Renner Berthing2021-02-081-3/+3
* mmc: atmel-mci: Assign boolean values to a bool variableJiapeng Zhong2021-02-011-23/+23
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-4/+4
* mmc: atmel-mci: Provide 2 new and correct 1 existing property descriptionLee Jones2020-07-131-1/+3
* mmc: atmel-mci: Respect the cmd->busy_timeout from the mmc coreUlf Hansson2020-05-281-2/+4
* mmc: atmel-mci: Set the timer per command rather than per requestUlf Hansson2020-05-281-2/+4
* mmc: atmel-mci: Keep timer enabled when queuing a next requestUlf Hansson2020-05-281-2/+2
* mmc: atmel-mci: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-1/+1
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-5/+5
|\
| * mmc: atmel-mci: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven2019-11-031-1/+1
| * mmc: atmel-mci: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-031-4/+4
* | mmc: atmel-mci: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-2/+1
|/
* 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-121-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