Re: [PATCH 1/2] usb: ohci-pxa27x: add regulator support

2013-10-16 Thread Alan Stern
On Wed, 16 Oct 2013, Nikita Kiryanov wrote: > Add regulator support for usb so that it would be possible to turn > it on and off (also for suspend/resume). > > Cc: Alan Stern > Cc: Greg Kroah-Hartman > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg > @@ -413,10 +420,16 @@ int

[PATCH 1/2] usb: ohci-pxa27x: add regulator support

2013-10-16 Thread Nikita Kiryanov
Add regulator support for usb so that it would be possible to turn it on and off (also for suspend/resume). Cc: Alan Stern Cc: Greg Kroah-Hartman Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- drivers/usb/host/ohci-pxa27x.c | 19 ++- 1 file changed, 18 inserti