commit | 92ea87a12d04fe8677a352f4f8846af2490ed3de | [log] [tgz] |
---|---|---|
author | Siddartha Mohanadoss <smohanad@codeaurora.org> | Wed Oct 26 12:13:53 2011 -0700 |
committer | Siddartha Mohanadoss <smohanad@codeaurora.org> | Wed Oct 26 16:57:21 2011 -0700 |
tree | c760e4ac9355c46ff43e9f45cce72fdb5182e557 | |
parent | fe0790d139f4ead7f63d562af6e26ee7c8b57b83 [diff] |
hwmon: pm8921-adc: request's done late into suspend -Add checks in the driver for suspend_noirq/resume_noirq to prevent clients from invoking the driver for ADC requests after suspend has begun. This will lead to interrupts being lost since the request is done very late into suspend. -Obtain a wakelock when an ADC request is occuring. Change-Id: I19c9b2f22b92d2729baa8b31f14966410e39af14 Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>