Re: [PATCH 1/5] usb: dwc3: omap: Replace deprecated API of extcon

2015-07-10 Thread Chanwoo Choi
Hi Felipe, On Mon, Jul 6, 2015 at 7:23 PM, Felipe Balbi wrote: > On Wed, Jul 01, 2015 at 01:11:30PM +0900, Chanwoo Choi wrote: >> This patch removes the deprecated notifier API of extcon framwork >> and then use the new extcon API with the unique id to indicate >> the each external connector (USB

Re: [PATCH 1/5] usb: dwc3: omap: Replace deprecated API of extcon

2015-07-06 Thread Felipe Balbi
On Wed, Jul 01, 2015 at 01:11:30PM +0900, Chanwoo Choi wrote: > This patch removes the deprecated notifier API of extcon framwork > and then use the new extcon API with the unique id to indicate > the each external connector (USB, USB-HOST). > > Alter deprecated API as following: > - extcon_regist

[PATCH 1/5] usb: dwc3: omap: Replace deprecated API of extcon

2015-06-30 Thread Chanwoo Choi
This patch removes the deprecated notifier API of extcon framwork and then use the new extcon API with the unique id to indicate the each external connector (USB, USB-HOST). Alter deprecated API as following: - extcon_register_interest() -> extcon_register_notifier() - extcon_get_cable_state(*edev