diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-08-13 18:17:35 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-08-16 00:54:37 +0200 |
commit | a8dd5b6868dd8ecb79f741dd94ac25a46ac19ba4 (patch) | |
tree | 8b58dbfd903ddd1647da034dee2e2a3551ee71fc /drivers/phy/tegra | |
parent | power: abx500_chargalg: Remove deprecated create_singlethread_workqueue (diff) | |
download | linux-a8dd5b6868dd8ecb79f741dd94ac25a46ac19ba4.tar.xz linux-a8dd5b6868dd8ecb79f741dd94ac25a46ac19ba4.zip |
power: ab8500_btemp: Remove deprecated create_singlethread_workqueue
The workqueue "btemp_wq" is used for measuring the temperature
periodically. It queues a single workitem (btemp_periodic_work) and
hence doesn't require ordering. Thus, the deprecated
create_singlethread_workqueue() instance has been replaced with
alloc_workqueue().
The WQ_MEM_RECLAIM flag has been set to ensure forward progress under
memory pressure.
Since there is a single work item, explicit concurrency
limit is unnecessary here.
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/phy/tegra')
0 files changed, 0 insertions, 0 deletions