[PATCH] tty/serial: atmel: Convert timers to use timer_setup()

2017-10-24 Thread Richard Genoud
Le mardi 24 octobre 2017 à 03:00 -0700, Kees Cook a écrit : > In preparation for unconditionally passing the struct timer_list > pointer to > all timer callbacks, switch to using the new timer_setup() and > from_timer() > to pass the timer pointer explicitly. > > Cc: Richard Genoud

[PATCH] tty/serial: atmel: Convert timers to use timer_setup()

2017-10-24 Thread Richard Genoud
Le mardi 24 octobre 2017 à 03:00 -0700, Kees Cook a écrit : > In preparation for unconditionally passing the struct timer_list > pointer to > all timer callbacks, switch to using the new timer_setup() and > from_timer() > to pass the timer pointer explicitly. > > Cc: Richard Genoud > Cc: Greg

[PATCH] tty/serial: atmel: Convert timers to use timer_setup()

2017-10-24 Thread Kees Cook
In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly. Cc: Richard Genoud Cc: Greg Kroah-Hartman Cc: Jiri

[PATCH] tty/serial: atmel: Convert timers to use timer_setup()

2017-10-24 Thread Kees Cook
In preparation for unconditionally passing the struct timer_list pointer to all timer callbacks, switch to using the new timer_setup() and from_timer() to pass the timer pointer explicitly. Cc: Richard Genoud Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: linux-ser...@vger.kernel.org Signed-off-by: