mirror-linux/drivers/pps
Nam Cao 5e55888e34 pps: generators: pps_gen_parport: 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>
Acked-by: Zack Rusin <zack.rusin@broadcom.com>
Link: https://lore.kernel.org/all/4bf3bb22e21f27c58bb28690d856df913431e693.1738746904.git.namcao@linutronix.de
2025-02-18 11:19:03 +01:00
..
clients pps: clients: gpio: Bypass edge's direction check when not needed 2025-01-10 16:12:33 +01:00
generators pps: generators: pps_gen_parport: Switch to use hrtimer_setup() 2025-02-18 11:19:03 +01:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile drivers pps: add PPS generators support 2025-01-08 13:18:09 +01:00
kapi.c pps: Fix a use-after-free 2025-01-07 15:16:48 +01:00
kc.c pps: Fix a use-after-free 2025-01-07 15:16:48 +01:00
kc.h
pps.c pps: Fix a use-after-free 2025-01-07 15:16:48 +01:00
sysfs.c