Re: [PATCH] ehci: make debug port in-use detection functional again

2012-12-20 Thread Sergei Shtylyov
Hello. On 19-12-2012 20:15, Jan Beulich wrote: Debug port in-use determination must be done before the controller gets reset the first time, i.e. before the call to ehci_setup() as of commit 1a49e2ac9651df7349867a5cf44e2c83de1046af. That commit effectively rendered commit 9fa5780beea1274d498a22

Re: [PATCH] ehci: make debug port in-use detection functional again

2012-12-19 Thread Greg KH
On Wed, Dec 19, 2012 at 11:52:42AM -0500, Alan Stern wrote: > On Wed, 19 Dec 2012, Jan Beulich wrote: > > > Debug port in-use determination must be done before the controller gets > > reset the first time, i.e. before the call to ehci_setup() as of commit > > 1a49e2ac9651df7349867a5cf44e2c83de1046

Re: [PATCH] ehci: make debug port in-use detection functional again

2012-12-19 Thread Alan Stern
On Wed, 19 Dec 2012, Jan Beulich wrote: > Debug port in-use determination must be done before the controller gets > reset the first time, i.e. before the call to ehci_setup() as of commit > 1a49e2ac9651df7349867a5cf44e2c83de1046af. That commit effectively > rendered commit 9fa5780beea1274d498a2248

[PATCH] ehci: make debug port in-use detection functional again

2012-12-19 Thread Jan Beulich
Debug port in-use determination must be done before the controller gets reset the first time, i.e. before the call to ehci_setup() as of commit 1a49e2ac9651df7349867a5cf44e2c83de1046af. That commit effectively rendered commit 9fa5780beea1274d498a224822397100022da7d4 useless. While moving that code