Re: [PATCH v2 3/3] usb: phy: generic: add vbus support

2015-01-08 Thread Felipe Balbi
On Sat, Dec 06, 2014 at 10:05:15PM +0100, Robert Jarzmik wrote: > Add support for vbus detection and power supply. This code is more or > less stolen from phy-gpio-vbus-usb.c, and aims at providing a detection > mechanism for VBus (ie. usb cable plug) based on a GPIO line, and a > power supply acti

[PATCH v2 3/3] usb: phy: generic: add vbus support

2014-12-06 Thread Robert Jarzmik
Add support for vbus detection and power supply. This code is more or less stolen from phy-gpio-vbus-usb.c, and aims at providing a detection mechanism for VBus (ie. usb cable plug) based on a GPIO line, and a power supply activation which draws current from the VBus. Signed-off-by: Robert Jarzmik