summaryrefslogtreecommitdiff
path: root/die.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-17die: minor: simplify code a bitDaniel Borkmann1-11/+17
2013-06-14die: minor: Remove trailing whitespaceTobias Klauser1-1/+1
2013-05-17die.h: Add __noreturn attribute to exiting functionsTobias Klauser1-4/+4
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+69
>authorAnn Chen <chen_ann@projectara.com>2016-08-17 16:38:56 +0800 committerGreg Kroah-Hartman <gregkh@google.com>2016-08-18 13:36:28 +0200 commit0900845ab741dd7b0b8b3f03ded0ffc6a348dd90 (patch) treefa6035ddf11ca3d0a96de04c580ba79cdc4c6ac8 /drivers/staging parent5f62eab04ab7d78afd8acf00c48a7a1539794e1f (diff)
greybus: Add workqueue to handle vibrator timeout
In the beginning, module side can control the vibrator timeout value, it can disable vibrator until timeout. But after Runtime PM control added in, AP side didn't know when module can be suspended, the vibrator task will be interrupted by suspending event. Because of this problem, the module can not be in charge of counting down the timeout value, it is now up to the AP to manage this. So add workqueue to handle the vibrator timeout. Signed-off-by: Ann Chen <chen_ann@projectara.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging')