commit | 48bc177441d68c0ba70631beb544c3d695328d56 | [log] [tgz] |
---|---|---|
author | Ramakrishna Pallala <ramakrishna.pallala@intel.com> | Tue Mar 27 02:23:40 2012 +0530 |
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | Fri May 04 19:37:37 2012 -0700 |
tree | c0f93f8a53a4bf72482be34536571d48e265c7c0 | |
parent | bb28da90f4f973529f81be01547ebde7bf270042 [diff] |
max17042_battery: Add suspend/resume hooks This patch adds suspend/resume methods to the driver. In suspend method irq line is disabled to avoid i2c read/write errors from the interrupt handler as the i2c bus itself could be in suspend state. In resume function irq line will be re-enabled. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>