Re: [PATCH 1/4] usb: host: xhci: Move the xhci quirks checking to the right place

2016-08-30 Thread Baolin Wang
Hi Mathias, On 18 August 2016 at 15:17, Felipe Balbi wrote: > > Hi, > > Baolin Wang writes: >> It will reset the xhci quirks in xhci_gen_setup() function when xhci try to >> add one hcd, thus we need to move the XHCI_LPM_SUPPORT quirk checking after >>

Re: [PATCH 1/4] usb: host: xhci: Move the xhci quirks checking to the right place

2016-08-30 Thread Baolin Wang
Hi Mathias, On 18 August 2016 at 15:17, Felipe Balbi wrote: > > Hi, > > Baolin Wang writes: >> It will reset the xhci quirks in xhci_gen_setup() function when xhci try to >> add one hcd, thus we need to move the XHCI_LPM_SUPPORT quirk checking after >> adding hcd. >> >> Signed-off-by: Baolin

Re: [PATCH 1/4] usb: host: xhci: Move the xhci quirks checking to the right place

2016-08-18 Thread Felipe Balbi
Hi, Baolin Wang writes: > It will reset the xhci quirks in xhci_gen_setup() function when xhci try to > add one hcd, thus we need to move the XHCI_LPM_SUPPORT quirk checking after > adding hcd. > > Signed-off-by: Baolin Wang > --- >

Re: [PATCH 1/4] usb: host: xhci: Move the xhci quirks checking to the right place

2016-08-18 Thread Felipe Balbi
Hi, Baolin Wang writes: > It will reset the xhci quirks in xhci_gen_setup() function when xhci try to > add one hcd, thus we need to move the XHCI_LPM_SUPPORT quirk checking after > adding hcd. > > Signed-off-by: Baolin Wang > --- > drivers/usb/host/xhci-plat.c |8 > 1 file

[PATCH 1/4] usb: host: xhci: Move the xhci quirks checking to the right place

2016-07-15 Thread Baolin Wang
It will reset the xhci quirks in xhci_gen_setup() function when xhci try to add one hcd, thus we need to move the XHCI_LPM_SUPPORT quirk checking after adding hcd. Signed-off-by: Baolin Wang --- drivers/usb/host/xhci-plat.c |8 1 file changed, 4

[PATCH 1/4] usb: host: xhci: Move the xhci quirks checking to the right place

2016-07-15 Thread Baolin Wang
It will reset the xhci quirks in xhci_gen_setup() function when xhci try to add one hcd, thus we need to move the XHCI_LPM_SUPPORT quirk checking after adding hcd. Signed-off-by: Baolin Wang --- drivers/usb/host/xhci-plat.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff