Re: [PATCH v6 08/10] usb: dwc3: core: fix PHY handling during suspend

2016-04-11 Thread Roger Quadros
On 11/04/16 15:24, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: >> From: Felipe Balbi >> >> we need to power off the PHY during suspend and >> power it back on during resume. >> >> Signed-off-by: Felipe Balbi >> [nsek...@ti.com: fix call to usb_phy_set_suspend() in dwc3_suspend()] >>

Re: [PATCH v6 08/10] usb: dwc3: core: fix PHY handling during suspend

2016-04-11 Thread Felipe Balbi
Hi, Roger Quadros writes: > From: Felipe Balbi > > we need to power off the PHY during suspend and > power it back on during resume. > > Signed-off-by: Felipe Balbi > [nsek...@ti.com: fix call to usb_phy_set_suspend() in dwc3_suspend()] > Signed-off-by: Sekhar Nori > Signed-off-by: Roger Quad

[PATCH v6 08/10] usb: dwc3: core: fix PHY handling during suspend

2016-04-11 Thread Roger Quadros
From: Felipe Balbi we need to power off the PHY during suspend and power it back on during resume. Signed-off-by: Felipe Balbi [nsek...@ti.com: fix call to usb_phy_set_suspend() in dwc3_suspend()] Signed-off-by: Sekhar Nori Signed-off-by: Roger Quadros --- drivers/usb/dwc3/core.c | 23 ++