linux/drivers/net/can/m_can
Nam Cao e0eaefcd7e can: m_can: Switch to use hrtimer_setup()
hrtimer_setup() takes the callback function pointer as argument and
initializes the timer completely.

Replace hrtimer_init() and the open coded initialization of
hrtimer::function with the new setup mechanism.

Patch was created by using Coccinelle.

Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://lore.kernel.org/all/f1a87fcba211f6ce262a2d23fd152185f452c32d.1738746872.git.namcao@linutronix.de
2025-02-18 10:35:44 +01:00
..
Kconfig can: Kconfig: add CONFIG_CAN_RX_OFFLOAD 2022-06-11 17:11:02 +02:00
Makefile
m_can.c can: m_can: Switch to use hrtimer_setup() 2025-02-18 10:35:44 +01:00
m_can.h linux-can-next-for-6.14-20250110 2025-01-10 22:46:08 -08:00
m_can_pci.c can: m_can: fix missed interrupts with m_can_pci 2024-12-18 09:30:52 +01:00
m_can_platform.c can: Switch back to struct platform_driver::remove() 2024-09-11 09:37:16 +02:00
tcan4x5x-core.c can: tcan4x5x: add deinit callback to set standby mode 2025-01-10 11:05:44 +01:00
tcan4x5x-regmap.c can: tcan4x5x: Remove reserved register 0x814 from writable table 2023-07-31 10:41:08 +02:00
tcan4x5x.h can: tcan4x5x: add option for selecting nWKRQ voltage 2024-12-23 12:37:24 +01:00