Re: [PATCH v3 04/10] usb: ehci-orion: add S2RAM support

2019-01-25 Thread Miquel Raynal
Hi Alan, Alan Stern wrote on Wed, 23 Jan 2019 14:58:44 -0500 (EST): > On Mon, 21 Jan 2019, Miquel Raynal wrote: > > > Add suspend/resume callbacks to reset the host controller properly > > during S2RAM operation. > > > > Signed-off-by: Miquel Raynal > > --- > > drivers/usb/host/ehci-orion.c

Re: [PATCH v3 04/10] usb: ehci-orion: add S2RAM support

2019-01-23 Thread Alan Stern
On Mon, 21 Jan 2019, Miquel Raynal wrote: > Add suspend/resume callbacks to reset the host controller properly > during S2RAM operation. > > Signed-off-by: Miquel Raynal > --- > drivers/usb/host/ehci-orion.c | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/dr