linux/drivers/mmc/core
Thomas Gleixner 8fa7292fee treewide: Switch/rename to timer_delete[_sync]()
timer_delete[_sync]() replaces del_timer[_sync](). Convert the whole tree
over and remove the historical wrapper inlines.

Conversion was done with coccinelle plus manual fixups where necessary.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2025-04-05 10:30:12 +02:00
..
Kconfig mmc: block: add RPMB dependency 2024-09-03 14:34:44 +02:00
Makefile mmc: core: Prepare to support SD UHS-II cards 2024-10-14 12:40:10 +02:00
block.c MMC core: 2024-11-20 12:51:32 -08:00
block.h
bus.c mmc: core: Further prevent card detect during shutdown 2024-12-02 15:37:16 +01:00
bus.h mmc: core: constify the struct device_type usage 2024-02-27 13:48:36 +01:00
card.h mmc: sd: SDUC Support Recognition 2024-10-14 12:29:01 +02:00
core.c mmc: core: Remove redundant null check 2025-03-21 09:48:37 +01:00
core.h mmc: core: Prepare to support SD UHS-II cards 2024-10-14 12:40:10 +02:00
crypto.c
crypto.h
debugfs.c mmc: debugfs: add card entry for quirks 2024-04-02 12:25:08 +02:00
host.c treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
host.h
mmc.c mmc: core: Trim trailing whitespace from card product names 2025-03-12 11:30:22 +01:00
mmc_ops.c mmc: core: Factor out some of the code in mmc_go_idle() 2024-10-14 12:40:10 +02:00
mmc_ops.h mmc: core: Factor out some of the code in mmc_go_idle() 2024-10-14 12:40:10 +02:00
mmc_test.c mmc: core: Disable SDUC for mmc_test 2024-10-14 12:40:09 +02:00
pwrseq.c
pwrseq.h
pwrseq_emmc.c mmc: Switch back to struct platform_driver::remove() 2024-10-14 12:29:01 +02:00
pwrseq_sd8787.c mmc: Switch back to struct platform_driver::remove() 2024-10-14 12:29:01 +02:00
pwrseq_simple.c mmc: pwrseq_simple: use gpiod_multi_set_value_cansleep 2025-02-17 14:27:34 +01:00
queue.c block: remove unused parameter 'q' parameter in __blk_rq_map_sg() 2025-03-13 05:46:19 -06:00
queue.h block: move cache control settings out of queue->flags 2024-06-19 07:58:28 -06:00
quirks.h mmc: core: Add SD card quirk for broken poweroff notification 2024-10-14 12:29:00 +02:00
regulator.c mmc: core: Extend support for mmc regulators with a vqmmc2 2024-10-14 12:40:10 +02:00
sd.c mmc: core: Trim trailing whitespace from card product names 2025-03-12 11:30:22 +01:00
sd.h mmc: core: Support UHS-II card control and access 2024-10-24 14:22:24 +02:00
sd_ops.c mmc: core: Support UHS-II card control and access 2024-10-24 14:22:24 +02:00
sd_ops.h mmc: core: Support UHS-II card control and access 2024-10-24 14:22:24 +02:00
sd_uhs2.c mmc: core: Correction a warning caused by incorrect type in assignment for UHS-II 2024-11-12 17:49:00 +01:00
sdio.c mmc: core: Respect quirk_max_rate for non-UHS SDIO card 2024-12-10 11:18:45 +01:00
sdio_bus.c driver core: have match() callback in struct bus_type take a const * 2024-07-03 15:16:54 +02:00
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c
sdio_irq.c
sdio_ops.c
sdio_ops.h
sdio_uart.c tty: mmc: sdio: use bool for cts and remove parentheses 2025-03-17 11:22:06 +01:00
slot-gpio.c mmc: slot-gpio: Remove unused mmc_gpio_set_cd_isr 2025-03-11 18:08:26 +01:00
slot-gpio.h