Re: [PATCH 11/16] usb: musb: da8xx: Add support of suspend / resume

2017-01-03 Thread Bin Liu
On Tue, Jan 03, 2017 at 04:37:58PM +0100, Greg KH wrote: > On Tue, Jan 03, 2017 at 09:15:16AM -0600, Bin Liu wrote: > > From: Alexandre Bailon > > > > Implement PM methods specifics for da8xx glue. > > The only thing to do is to power off the phy. > > As the registers are

Re: [PATCH 11/16] usb: musb: da8xx: Add support of suspend / resume

2017-01-03 Thread Greg KH
On Tue, Jan 03, 2017 at 09:15:16AM -0600, Bin Liu wrote: > From: Alexandre Bailon > > Implement PM methods specifics for da8xx glue. > The only thing to do is to power off the phy. > As the registers are in retention during suspend, > there is no need to save them. > >

[PATCH 11/16] usb: musb: da8xx: Add support of suspend / resume

2017-01-03 Thread Bin Liu
From: Alexandre Bailon Implement PM methods specifics for da8xx glue. The only thing to do is to power off the phy. As the registers are in retention during suspend, there is no need to save them. Signed-off-by: Alexandre Bailon Signed-off-by: Bin