]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 10:02:23 +0000 (03:02 -0700)
committerVinod Koul <vinod.koul@intel.com>
Tue, 24 Oct 2017 14:41:21 +0000 (20:11 +0530)
commit0a77a06773eba8770f2a79182a38ee898320c005
tree25485f6f1431675c5501885a83b467200f58d066
parent384fde7ed224f283f11ef2a592b05d4a29492aa8
dmaengine: 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.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/imx-dma.c
drivers/dma/ioat/dma.c
drivers/dma/ioat/dma.h
drivers/dma/ioat/init.c