04 Jan, 2012

2 commits

  • Charger Manager provides power-supply-class aggregating
    information from multiple chargers and a fuel-gauge.

    Signed-off-by: Donggeun Kim
    Signed-off-by: MyungJoo Ham
    Signed-off-by: Kyungmin Park
    Signed-off-by: Anton Vorontsov

    Donggeun Kim
     
  • Because battery health monitoring should be done even when suspended,
    it needs to wake up and suspend periodically. Thus, userspace battery
    monitoring may incur too much overhead; every device and task is woken
    up periodically. Charger Manager uses suspend-again to provide
    in-suspend monitoring.

    This patch allows to monitor battery health in-suspend state.

    Signed-off-by: Donggeun Kim
    Signed-off-by: MyungJoo Ham
    Signed-off-by: Kyungmin Park
    Signed-off-by: Anton Vorontsov

    Donggeun Kim