summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/atmel-mci.c
AgeCommit message (Expand)Author
2025-07-09mmc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-07-03mmc: Convert ternary operator to str_true_false() helperLi Dong
2025-06-24mmc: atmel: Use devm_mmc_alloc_host() helperBinbin Zhou
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-12mmc: atmel-mci: Add missing clk_disable_unprepare()Gu Bowen
2024-10-14mmc: host: Fix typos in comments across various filesYu Jiaoliang
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-07-08mmc: Convert from tasklet to BH workqueueAllen Pais
2024-04-26mmc: atmel-mci: Switch to use dev_err_probe()Andy Shevchenko
2024-04-26mmc: atmel-mci: Incapsulate used to be a platform data into host structureAndy Shevchenko
2024-04-26mmc: atmel-mci: Replace platform device pointer by generic oneAndy Shevchenko
2024-04-26mmc: atmel-mci: Use temporary variable for struct deviceAndy Shevchenko
2024-04-26mmc: atmel-mci: Get rid of platform data leftoversAndy Shevchenko
2023-09-26mmc: atmel-mci: Add description for struct memberBalamanikandan Gunasundar
2023-09-26mmc: atmel-mci: add missing of_node_putJulia Lawall
2023-08-25mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolibBalamanikandan Gunasundar
2023-08-25mmc: atmel-mci: move atmel MCI header fileBalamanikandan Gunasundar
2023-08-25mmc: atmel-mci: Convert to gpio descriptorsBalamanikandan Gunasundar
2023-08-15mmc: atmel-mci: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2023-01-27mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm
2022-12-07mmc: atmel-mci: fix return value check of mmc_add_host()Yang Yingliang
2022-05-04mmc: atmel-mci: Simplify if(chan) and if(!chan)Wan Jiabing
2021-02-08mmc: atmel-mci: Use new tasklet APIEmil Renner Berthing
2021-02-01mmc: atmel-mci: Assign boolean values to a bool variableJiapeng Zhong
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-13mmc: atmel-mci: Provide 2 new and correct 1 existing property descriptionLee Jones
2020-05-28mmc: atmel-mci: Respect the cmd->busy_timeout from the mmc coreUlf Hansson
2020-05-28mmc: atmel-mci: Set the timer per command rather than per requestUlf Hansson
2020-05-28mmc: atmel-mci: Keep timer enabled when queuing a next requestUlf Hansson
2019-12-16mmc: atmel-mci: Convert to pinctrl_select_default_state()Ulf Hansson
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-14mmc: atmel-mci: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-03mmc: atmel-mci: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven
2019-11-03mmc: atmel-mci: Fix debugfs on 64-bit platformsGeert Uytterhoeven
2019-09-11mmc: atmel-mci: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-17mmc: host: atmel-mci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-25mmc: atmel-mci: enable 8 bits buswidth supportNicolas Ferre
2018-12-17mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-17mmc: atmel-mci: do not assume idle after atmci_request_endJonas Danielsson
2018-08-21mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversionLudovic Desroches
2018-05-21mmc: atmel-mci: use sg_copy_{from,to}_bufferChristoph Hellwig
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook
2017-08-30mmc: Convert to using %pOF instead of full_nameRob Herring
2017-08-30mmc: atmel-mci: add missing of_node_putJulia Lawall