Bug 190111

Summary: [Mac book Pro BDW-u] can we reduce the sleep time of 200ms in ax88772a_hw_reset
Product: Drivers Reporter: Chen Yu (yu.c.chen)
Component: USBAssignee: Greg Kroah-Hartman (greg)
Status: RESOLVED PATCH_ALREADY_AVAILABLE    
Severity: normal CC: rui.zhang
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 4.9.0-rc8 Subsystem:
Regression: No Bisected commit-id:
Bug Depends on:    
Bug Blocks: 178231    

Description Chen Yu 2016-12-12 03:33:26 UTC
Per ftrace result when doing suspend/resume from S3, the ax88772a_hw_reset has a  explicit msleep of 200ms in the code, is this  mandatory or can we reduce this sleep time?
usb_dev_resume -> asix_resume -> ax8872a_resume -> ax88772a_hw_reset:
msleep(200);
Comment 1 Greg Kroah-Hartman 2016-12-13 00:42:00 UTC
On Mon, Dec 12, 2016 at 03:33:26AM +0000, bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=190111
> 
>             Bug ID: 190111
>            Summary: [Mac book Pro BDW-u]  can we reduce the sleep time of
>                     200ms in ax88772a_hw_reset


All USB bugs should be sent to the linux-usb@vger.kernel.org mailing
list, and not entered into bugzilla.  Please bring this issue up there,
if it is still a problem in the latest kernel release.
Comment 2 Chen Yu 2016-12-13 01:04:59 UTC
(In reply to Greg Kroah-Hartman from comment #1)
> On Mon, Dec 12, 2016 at 03:33:26AM +0000,
> bugzilla-daemon@bugzilla.kernel.org wrote:
> > https://bugzilla.kernel.org/show_bug.cgi?id=190111
> > 
> >             Bug ID: 190111
> >            Summary: [Mac book Pro BDW-u]  can we reduce the sleep time of
> >                     200ms in ax88772a_hw_reset
> 
> 
> All USB bugs should be sent to the linux-usb@vger.kernel.org mailing
> list, and not entered into bugzilla.  Please bring this issue up there,
> if it is still a problem in the latest kernel release.

OK, thanks, Greg. Will send it.