Re: [PATCH 2/4] usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for xhci private data

2016-08-19 Thread Baolin Wang
Hi Felipe, On 18 August 2016 at 21:42, Felipe Balbi wrote: > > Hi Baolin, > > Baolin Wang writes: >> diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c >> index e2e2487..162f17c 100644 >> ---

Re: [PATCH 2/4] usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for xhci private data

2016-08-18 Thread Felipe Balbi
Hi Baolin, Baolin Wang writes: > diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c > index e2e2487..162f17c 100644 > --- a/drivers/usb/host/xhci-plat.c > +++ b/drivers/usb/host/xhci-plat.c > @@ -250,6 +250,9 @@ static int

Re: [PATCH 2/4] usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for xhci private data

2016-08-18 Thread Baolin Wang
Hi Felipe, On 18 August 2016 at 20:25, Felipe Balbi wrote: > > Hi, > > Baolin Wang writes: >> Hi Felipe, >> >> On 18 August 2016 at 15:18, Felipe Balbi wrote: >>> >>> Hi, >>> >>> Baolin Wang writes: Now

Re: [PATCH 2/4] usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for xhci private data

2016-08-18 Thread Felipe Balbi
Hi, Baolin Wang writes: > Hi Felipe, > > On 18 August 2016 at 15:18, Felipe Balbi wrote: >> >> Hi, >> >> Baolin Wang writes: >>> Now some usb controllers (such as dwc3 controller) need 'XHCI_SLOW_SUSPEND' >>> quirk when

Re: [PATCH 2/4] usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for xhci private data

2016-08-18 Thread Baolin Wang
Hi Felipe, On 18 August 2016 at 15:18, Felipe Balbi wrote: > > Hi, > > Baolin Wang writes: >> Now some usb controllers (such as dwc3 controller) need 'XHCI_SLOW_SUSPEND' >> quirk when suspending the xhci, thus we need to add 'usb3_slow_suspend' >>

Re: [PATCH 2/4] usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for xhci private data

2016-08-18 Thread Felipe Balbi
Hi, Baolin Wang writes: > Now some usb controllers (such as dwc3 controller) need 'XHCI_SLOW_SUSPEND' > quirk when suspending the xhci, thus we need to add 'usb3_slow_suspend' member > in xhci platform data to support this. > > Signed-off-by: Baolin Wang

[PATCH 2/4] usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for xhci private data

2016-07-15 Thread Baolin Wang
Now some usb controllers (such as dwc3 controller) need 'XHCI_SLOW_SUSPEND' quirk when suspending the xhci, thus we need to add 'usb3_slow_suspend' member in xhci platform data to support this. Signed-off-by: Baolin Wang --- drivers/usb/host/xhci-plat.c |3 +++