commit | c31480348fcfba76c351dbeea97f93622a3029ce | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Wed Nov 30 14:57:31 2016 +0900 |
committer | Sebastian Reichel <sre@kernel.org> | Wed Jan 04 22:00:02 2017 +0100 |
tree | 4054c16ef14fe76029fb58f36e207b8b61d504cb | |
parent | a50b0dbbaf49521cc47a0bcfd20a6f658258541c [diff] |
power: supply: axp288_charger: Replace the extcon API This patch uses the resource-managed extcon API for extcon_register_notifier() and replaces the deprecated extcon API as following: - extcon_get_cable_state_() -> extcon_get_state() Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>