power: ds2781: Make workqueue freezeable
authorGreg Meiste <w30289@motorola.com>
Tue, 2 Nov 2010 14:10:13 +0000 (09:10 -0500)
committerColin Cross <ccross@android.com>
Tue, 2 Nov 2010 23:10:38 +0000 (16:10 -0700)
commit41001f500e3605bce8a119f54e55ae831afba06a
treecbaed753044d2b00ab8dc92f8a9a3b963bc5b18a
parent88e07fa197155a46f3dd669c4ac94e6bef0dcea1
power: ds2781: Make workqueue freezeable

In addition to being single threaded, the ds2781 workqueue must also be
freezeable.  This will prevent the driver from trying to read the
battery status before the tegra_w1 driver has resumed from suspend.

Change-Id: I114c7c50ff79f2e5c7aab47bbc8b3e6b641a46a1
Signed-off-by: Greg Meiste <w30289@motorola.com>
drivers/power/ds2781_battery.c