power: supply: axp288_charger: Handle charger type changing without disconnect
authorHans de Goede <hdegoede@redhat.com>
Wed, 21 Dec 2016 14:36:52 +0000 (15:36 +0100)
committerSebastian Reichel <sre@kernel.org>
Wed, 4 Jan 2017 21:02:56 +0000 (22:02 +0100)
commit71851a63af60cb98cb877e52776b2700e868683b
tree284ea4f5407df54abd867c29e6c61f7d927df4a3
parent7508f44129ca3dc749d057fa8c6f7164d85153db
power: supply: axp288_charger: Handle charger type changing without disconnect

Deal with the charger type changing without a vbus-disconnect being
reported in between the 2 charger type states:

-Do not return from axp288_charger_extcon_evt_worker early in this case
 (track old_chg_type)
-Make calling axp288_charger_enable_charger with the same value as before
 a nop, to avoid the need for the caller to check this
-Do no do a dev_err when axp288_charger_enable_charger returns an error,
 axp288_charger_enable_charger already returns an error itself
-Disable the charger before changing the charge-current setting (nop if
 vbus was seen as disconnected before the change)

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/supply/axp288_charger.c