commit | e7a05ca75742d2b19c7e8f780f90b754b898589f | [log] [tgz] |
---|---|---|
author | David Keitel <dkeitel@codeaurora.org> | Tue Oct 16 16:37:28 2012 -0700 |
committer | David Keitel <dkeitel@codeaurora.org> | Tue Oct 16 16:39:21 2012 -0700 |
tree | 7492d1cb18c75c1ef93bd5eb93a07d0ec14f3cf6 | |
parent | 2ea9d6f5e8f7e43ef434bd7545178e5fed8e48a0 [diff] |
power: pm8921-charger: call power_supply_changed in DCIN_VALID isr When there is no external charger driver is registered the registered power supplies will not be updated even though a valid DC connection may be present on DC_IN. Fix this by calling power_supply_changed in the DCIN_VALID interrupt handler if no external charger is registered. Change-Id: Icdb0a28b5f9456135c60badf726c367b02f6d762 Signed-off-by: David Keitel <dkeitel@codeaurora.org>