[PATCH v3 3/4] USB: ohci-pxa27x: Add support for external vbus regulators

2014-04-16 Thread Laurent Pinchart
Override the hub control operation to enable and disable external regulators for the ports vbus power supply in response to clear/set USB_PORT_FEAT_POWER requests. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/usb/host/ohci-pxa27x.c | 67

Re: [PATCH v3 3/4] USB: ohci-pxa27x: Add support for external vbus regulators

2014-04-16 Thread Alan Stern
On Wed, 16 Apr 2014, Laurent Pinchart wrote: Override the hub control operation to enable and disable external regulators for the ports vbus power supply in response to clear/set USB_PORT_FEAT_POWER requests. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com @@ -417,6

Re: [PATCH v3 3/4] USB: ohci-pxa27x: Add support for external vbus regulators

2014-04-16 Thread Laurent Pinchart
Hi Alan, On Wednesday 16 April 2014 11:07:34 Alan Stern wrote: On Wed, 16 Apr 2014, Laurent Pinchart wrote: Override the hub control operation to enable and disable external regulators for the ports vbus power supply in response to clear/set USB_PORT_FEAT_POWER requests.