]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6656: device.h convert sTimerCommand to delayed_work
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 27 Sep 2013 15:48:14 +0000 (16:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 01:33:13 +0000 (18:33 -0700)
commit4c1b41617d6a58d47748dc143ba7812de321c3cb
tree3a03f7886838be248c3767123c63214e5385bd29
parent4d770e590887931a48801eb3c0f4a25ff98c898f
staging: vt6656: device.h convert sTimerCommand to delayed_work

timer to delay workqueue.
sTimerCommand -> run_command_work

sTimerCommand is very heavy on the system timer.

Improves over performance of driver and reduce the atomic
area of driver.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h
drivers/staging/vt6656/main_usb.c
drivers/staging/vt6656/wcmd.c
drivers/staging/vt6656/wcmd.h
drivers/staging/vt6656/wmgr.c