Re: [PATCH] usb: chipidea: Use extcon framework for VBUS and ID detection

2015-04-13 Thread Ivan T. Ivanov
> On Apr 13, 2015, at 6:53 AM, Peter Chen wrote: > > On Thu, Apr 09, 2015 at 11:33:38AM +0300, Ivan T. Ivanov wrote: >> On recent Qualcomm platforms VBUS and ID lines are not routed to >> USB PHY LINK controller. Use extcon framework to receive connect >> and disconnect ID and VBUS notification.

Re: [PATCH] usb: chipidea: Use extcon framework for VBUS and ID detection

2015-04-12 Thread Peter Chen
On Thu, Apr 09, 2015 at 11:33:38AM +0300, Ivan T. Ivanov wrote: > On recent Qualcomm platforms VBUS and ID lines are not routed to > USB PHY LINK controller. Use extcon framework to receive connect > and disconnect ID and VBUS notification. > > Signed-off-by: Ivan T. Ivanov > --- > > Suggestions