[PATCH v2 0/2] phy: Replace the deprecated extcon API
From: Kishon Vijay Abraham I <hidden>
Date: 2017-01-16 09:44:56
Also in:
linux-renesas-soc, lkml
From: Kishon Vijay Abraham I <hidden>
Date: 2017-01-16 09:44:56
Also in:
linux-renesas-soc, lkml
On Monday 16 January 2017 02:40 PM, Chanwoo Choi wrote:
Hi Kishon, On 2017? 01? 10? 17:16, Chanwoo Choi wrote:quoted
Hi Kishon, Could you review these patches or pick up them if there is no any comment?If there are no comments, could you apply these patches?
merged it already. You should see it phy -next before tomorrow. Thanks Kishon
quoted
On 2016? 12? 30? 13:11, Chanwoo Choi wrote:quoted
This patches just replace the deprecated extcon API without any change of extcon operation and use the resource-managed function for extcon_register_notifier(). The new extcon API instead of deprecated API. - extcon_set_cable_state_() -> extcon_set_state_sync(); - extcon_get_cable_state_() -> extcon_get_state(); Changes from v1: - Rebase these patches based on v4.10-rc1. - Drop the usb/power-supply/chipidea patches. Chanwoo Choi (2): phy: rcar-gen3-usb2: Replace the deprecated extcon API phy: sun4i-usb: Replace the deprecated extcon API drivers/phy/phy-rcar-gen3-usb2.c | 8 ++++---- drivers/phy/phy-sun4i-usb.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)