Re: [PATCH] usb: phy-generic: Don't fail on missing gpio reset

2015-01-27 Thread Felipe Balbi
On Tue, Jan 27, 2015 at 11:13:08AM -0800, Sören Brinkmann wrote: On Tue, 2015-01-27 at 09:20AM -0600, Felipe Balbi wrote: On Mon, Jan 26, 2015 at 05:45:29PM -0800, Soren Brinkmann wrote: A reset through a GPIO is optional. Don't fail probing when it is missing. Reported-by: Andreas

Re: [PATCH] usb: phy-generic: Don't fail on missing gpio reset

2015-01-27 Thread Sören Brinkmann
On Tue, 2015-01-27 at 09:20AM -0600, Felipe Balbi wrote: On Mon, Jan 26, 2015 at 05:45:29PM -0800, Soren Brinkmann wrote: A reset through a GPIO is optional. Don't fail probing when it is missing. Reported-by: Andreas Färber afaer...@suse.de Signed-off-by: Soren Brinkmann

Re: [PATCH] usb: phy-generic: Don't fail on missing gpio reset

2015-01-27 Thread Arnd Bergmann
On Monday 26 January 2015 17:45:29 Soren Brinkmann wrote: diff --git a/drivers/usb/phy/phy-generic.c b/drivers/usb/phy/phy-generic.c index dd05254241fb..a73d4c738f0b 100644 --- a/drivers/usb/phy/phy-generic.c +++ b/drivers/usb/phy/phy-generic.c @@ -241,10 +241,8 @@ int

Re: [PATCH] usb: phy-generic: Don't fail on missing gpio reset

2015-01-27 Thread Felipe Balbi
On Mon, Jan 26, 2015 at 05:45:29PM -0800, Soren Brinkmann wrote: A reset through a GPIO is optional. Don't fail probing when it is missing. Reported-by: Andreas Färber afaer...@suse.de Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- Hi Andreas, does this do the trick?

[PATCH] usb: phy-generic: Don't fail on missing gpio reset

2015-01-26 Thread Soren Brinkmann
A reset through a GPIO is optional. Don't fail probing when it is missing. Reported-by: Andreas Färber afaer...@suse.de Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- Hi Andreas, does this do the trick? Thanks, Sören drivers/usb/phy/phy-generic.c | 6 ++ 1