Home
last modified time | relevance | path

Searched hist:c6f15047dd8681f1a6387b044188ef028306c4bf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mailbox/
H A Dmailbox-altera.cdiff c6f15047dd8681f1a6387b044188ef028306c4bf Sun Oct 22 18:08:43 CDT 2017 Kees Cook <keescook@chromium.org> mailbox: Convert timers to use timer_setup()

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: Ley Foon Tan <lftan@altera.com>
Cc: Jassi Brar <jassisinghbrar@gmail.com>
Cc: nios2-dev@lists.rocketboards.org
Signed-off-by: Kees Cook <keescook@chromium.org>