index
:
pub/scm/linux/kernel/git/abelvesa/linux.git
master
Abel Vesa kernel tree
Abel Vesa
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
atmel-mci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition
Pei Xiao
1
-0
/
+2
2026-02-23
mmc: atmel-mci: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-9
/
+3
2025-10-21
mmc: use octal file permissions instead of symbolic
Pedro Demarchi Gomes
1
-5
/
+5
2025-08-22
mmc: atmel: use modern PM macros
Jisheng Zhang
1
-6
/
+3
2025-07-09
mmc: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-2
/
+0
2025-07-03
mmc: Convert ternary operator to str_true_false() helper
Li Dong
1
-1
/
+2
2025-06-24
mmc: atmel: Use devm_mmc_alloc_host() helper
Binbin Zhou
1
-5
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+3
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-4
/
+4
2025-03-12
mmc: atmel-mci: Add missing clk_disable_unprepare()
Gu Bowen
1
-1
/
+3
2024-10-14
mmc: host: Fix typos in comments across various files
Yu Jiaoliang
1
-1
/
+1
2024-10-14
mmc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-07-08
mmc: Convert from tasklet to BH workqueue
Allen Pais
1
-17
/
+18
2024-04-26
mmc: atmel-mci: Switch to use dev_err_probe()
Andy Shevchenko
1
-7
/
+4
2024-04-26
mmc: atmel-mci: Incapsulate used to be a platform data into host structure
Andy Shevchenko
1
-37
/
+24
2024-04-26
mmc: atmel-mci: Replace platform device pointer by generic one
Andy Shevchenko
1
-22
/
+22
2024-04-26
mmc: atmel-mci: Use temporary variable for struct device
Andy Shevchenko
1
-106
/
+108
2024-04-26
mmc: atmel-mci: Get rid of platform data leftovers
Andy Shevchenko
1
-37
/
+6
2023-09-26
mmc: atmel-mci: Add description for struct member
Balamanikandan Gunasundar
1
-0
/
+1
2023-09-26
mmc: atmel-mci: add missing of_node_put
Julia Lawall
1
-2
/
+6
2023-08-25
mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolib
Balamanikandan Gunasundar
1
-18
/
+15
2023-08-25
mmc: atmel-mci: move atmel MCI header file
Balamanikandan Gunasundar
1
-1
/
+38
2023-08-25
mmc: atmel-mci: Convert to gpio descriptors
Balamanikandan Gunasundar
1
-40
/
+37
2023-08-15
mmc: atmel-mci: Convert to platform remove callback returning void
Yangtao Li
1
-4
/
+2
2023-08-09
mmc: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-01-27
mmc: atmel-mci: fix race between stop command and start of next command
Tobias Schramm
1
-3
/
+0
2022-12-07
mmc: atmel-mci: fix return value check of mmc_add_host()
Yang Yingliang
1
-3
/
+6
2022-05-04
mmc: atmel-mci: Simplify if(chan) and if(!chan)
Wan Jiabing
1
-5
/
+4
2021-02-08
mmc: atmel-mci: Use new tasklet API
Emil Renner Berthing
1
-3
/
+3
2021-02-01
mmc: atmel-mci: Assign boolean values to a bool variable
Jiapeng Zhong
1
-23
/
+23
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
Douglas Anderson
1
-0
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-07-13
mmc: atmel-mci: Provide 2 new and correct 1 existing property description
Lee Jones
1
-1
/
+3
2020-05-28
mmc: atmel-mci: Respect the cmd->busy_timeout from the mmc core
Ulf Hansson
1
-2
/
+4
2020-05-28
mmc: atmel-mci: Set the timer per command rather than per request
Ulf Hansson
1
-2
/
+4
2020-05-28
mmc: atmel-mci: Keep timer enabled when queuing a next request
Ulf Hansson
1
-2
/
+2
2019-12-16
mmc: atmel-mci: Convert to pinctrl_select_default_state()
Ulf Hansson
1
-1
/
+1
2019-11-27
Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+5
2019-11-14
mmc: atmel-mci: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+1
2019-11-03
mmc: atmel-mci: Remove superfluous cast in debugfs_create_u32() call
Geert Uytterhoeven
1
-1
/
+1
2019-11-03
mmc: atmel-mci: Fix debugfs on 64-bit platforms
Geert Uytterhoeven
1
-4
/
+4
2019-09-11
mmc: atmel-mci: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+4
2019-07-11
Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-31
/
+7
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-17
mmc: host: atmel-mci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-31
/
+7
2019-02-25
mmc: atmel-mci: enable 8 bits buswidth support
Nicolas Ferre
1
-1
/
+7
2018-12-17
mmc: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-26
/
+5
2018-12-17
mmc: atmel-mci: do not assume idle after atmci_request_end
Jonas Danielsson
1
-1
/
+2
2018-08-21
mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversion
Ludovic Desroches
1
-6
/
+6
[next]