- Four new drivers:

  o goldfish_battery:
    This is Android Emulator battery driver. Originally from Google, but
    Intel folks reshaped it for mainline;

  o pm2301_charger:
    A new driver for ST-Ericsson 2301 Power Management chip, uses AB8500
    battery management core;

  o qnap-poweroff:
    The driver adds poweroff functionality for QNAP NAS boxes;

  o restart-poweroff:
    A generic driver that implements 'power off by restarting'. The actual
    poweroff functionality is implemented through a bootloader, so Linux'
    task is just to restart the box. The driver is useful on Buffalo
    Linkstation LS-XHL and LS-CHLv2 boards. Andrew Lunn worked on
    submitting the driver (as well as qnap-poweroff above).

- A lot of fixes for ab8500 drivers. This is a part of efforts of syncing
  internal ST-Ericsson development tree with the mainline. Lee Jones @
  Linaro worked on compilation and reshaping these series;

- New health properties for the power supplies: "Watchdog timer expire"
  and "Safety timer expire";

- As usual, a bunch of fixes/cleanups here and there.
bq2415x_charger: Add support for offline and 100mA mode

* Renamed mode BQ2415X_MODE_NONE to BQ2415X_MODE_OFF because this mode
  turning chaging completly off

* Added new mode BQ2415X_MODE_NONE which enable charging with maximal
  current limit 100mA (this is minimal safe value for bq2415x chips)

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
2 files changed