Re: r8169 take too long to complete driver initialization

2018-02-04 Thread Chris Chiu
; Chris >> > >> > >> >> Gentle ping, >> cheers. >> >> Chris >> > > I have submitted the patch to kernel team. > https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=086ca23d03c0d2f4088f472386778d293e15c5f6 > > Coo

RE: r8169 take too long to complete driver initialization

2018-02-02 Thread Hau
> -Original Message- > From: Chris Chiu [mailto:c...@endlessm.com] > Sent: Friday, February 2, 2018 10:03 AM > To: Hau > Cc: nic_swsd ; net...@vger.kernel.org; Linux > Kernel ; Linux Upstreaming Team > > Subject: Re: r8169 take too long to complete driver initial

Re: r8169 take too long to complete driver initialization

2018-02-01 Thread Chris Chiu
>>> -Original Message----- >>> From: Chris Chiu [mailto:c...@endlessm.com] >>> Sent: Monday, January 29, 2018 6:12 PM >>> To: nic_swsd ; net...@vger.kernel.org; Linux >>> Kernel ; Linux Upstreaming Team >>> >>> Subject: Re: r8169 tak

Re: r8169 take too long to complete driver initialization

2018-01-30 Thread Chris Chiu
ing for incorrect register bit? Can you help work out a patch for this? Chris >> -Original Message- >> From: Chris Chiu [mailto:c...@endlessm.com] >> Sent: Monday, January 29, 2018 6:12 PM >> To: nic_swsd ; net...@vger.kernel.org; Linux >> Kernel ; Linux Upstreaming

RE: r8169 take too long to complete driver initialization

2018-01-29 Thread Hau
inux Upstreaming Team > > Subject: Re: r8169 take too long to complete driver initialization > > On Fri, Jan 5, 2018 at 10:17 AM, Chris Chiu wrote: > > On Wed, Dec 20, 2017 at 4:41 PM, Chris Chiu wrote: > >> Hi, > >> We've hit a suspend/resume issue

Re: r8169 take too long to complete driver initialization

2018-01-29 Thread Chris Chiu
On Fri, Jan 5, 2018 at 10:17 AM, Chris Chiu wrote: > On Wed, Dec 20, 2017 at 4:41 PM, Chris Chiu wrote: >> Hi, >> We've hit a suspend/resume issue on a Acer desktop caused by r8169 >> driver. The dmseg >> https://gist.github.com/mschiu77/b741849b5070281daaead8dfee312d1a >> shows it's still in

Re: r8169 take too long to complete driver initialization

2018-01-04 Thread Chris Chiu
On Wed, Dec 20, 2017 at 4:41 PM, Chris Chiu wrote: > Hi, > We've hit a suspend/resume issue on a Acer desktop caused by r8169 > driver. The dmseg > https://gist.github.com/mschiu77/b741849b5070281daaead8dfee312d1a > shows it's still in msleep() within a mutex lock. > After looking into the

r8169 take too long to complete driver initialization

2017-12-20 Thread Chris Chiu
Hi, We've hit a suspend/resume issue on a Acer desktop caused by r8169 driver. The dmseg https://gist.github.com/mschiu77/b741849b5070281daaead8dfee312d1a shows it's still in msleep() within a mutex lock. After looking into the code, it's caused by the rtl8168ep_stop_cmac() which is waiting