Re: [PATCH] USB: phy-generic: fix nop xceiv probe

2013-11-18 Thread Roger Quadros
On 11/15/2013 09:38 PM, Aaro Koskinen wrote: > Commit bd27fa44e13830d2baa278d5702e766380659cb3 (usb: phy: generic: > Don't use regulator framework for RESET line) introduced regression: All > users of usb_nop_xceiv_register() will fail because there is no platform > data and the default reset GPIO

[PATCH] USB: phy-generic: fix nop xceiv probe

2013-11-15 Thread Aaro Koskinen
Commit bd27fa44e13830d2baa278d5702e766380659cb3 (usb: phy: generic: Don't use regulator framework for RESET line) introduced regression: All users of usb_nop_xceiv_register() will fail because there is no platform data and the default reset GPIO is 0 which is a valid GPIO. Fix that. Signed-off-by: