power: supply: axp20x_usb_power: Use power efficient workqueue for debounce
authorYangtao Li <frank@allwinnertech.com>
Mon, 9 Nov 2020 12:11:04 +0000 (20:11 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 30 Nov 2020 01:07:58 +0000 (02:07 +0100)
commit0dd713ef2134bac2ee25562990dd6ecbc6feb615
tree00d3e52848e084aa877cf7befac2c0fb52a2207e
parentfbda05f7c6487ac88c5f273a74735c3afe414db6
power: supply: axp20x_usb_power: Use power efficient workqueue for debounce

The debounce timeout is generally quite long and the work not performance
critical so allow the scheduler to run the work anywhere rather than in
the normal per-CPU workqueue.

Signed-off-by: Yangtao Li <frank@allwinnertech.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/axp20x_usb_power.c