commit | 86f44c88738e015b451cfdafac3e98205e69cb6a | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Wed Mar 22 19:10:31 2017 +0900 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Thu Aug 03 17:12:16 2017 +0900 |
tree | f198d744978a3155b3a173c0b4e43da86a7058bc | |
parent | f0b5c2c963708dfbcbb5e2871aca35fa71664d3a [diff] |
phy: rockchip-inno-usb2: 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() - extcon_set_cable_state_() -> extcon_set_state_sync() Acked-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>