From: Heikki Krogerus Date: Wed, 18 Dec 2013 14:41:25 +0000 (+0200) Subject: usb: dwc3: fix the glue drivers using the nop phy X-Git-Tag: v3.14-rc1~148^2~90^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13518673f1419f2667985a6fca4543e44143408b;p=pandora-kernel.git usb: dwc3: fix the glue drivers using the nop phy The reset_gpio member of the usb_phy_gen_xceiv_platform_data structure needs the have negative value or phy-generic's probe will fail unless DT is used. 0 is a valid gpio number. This fixes an issue where phy-generic fails to probe with message: "usb_phy_gen_xceiv.0: Error requesting RESET GPIO 0". Cc: Signed-off-by: Heikki Krogerus Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed