[PATCH -mm 1/3] USB: FHCI: Driver should be responsible for managing endpoint queues

2008-12-24 Thread Anton Vorontsov
Follow these changes for the FHCI driver: commit e9df41c5c5899259541dc928872cad4d07b82076 Author: Alan Stern st...@rowland.harvard.edu Date: Wed Aug 8 11:48:02 2007 -0400 USB: make HCDs responsible for managing endpoint queues This patch (as954) implements a suggestion of David Brownell's.

Re: [PATCH -mm 1/3] USB: FHCI: Driver should be responsible for managing endpoint queues

2008-12-24 Thread Greg KH
On Wed, Dec 24, 2008 at 10:13:03PM +0300, Anton Vorontsov wrote: Follow these changes for the FHCI driver: Hm, would it just make more sense to respin the whole driver? That way it's never in the tree in a broken state? thanks, greg k-h ___

Re: [PATCH -mm 1/3] USB: FHCI: Driver should be responsible for managing endpoint queues

2008-12-24 Thread Anton Vorontsov
On Wed, Dec 24, 2008 at 11:59:36AM -0800, Greg KH wrote: On Wed, Dec 24, 2008 at 10:13:03PM +0300, Anton Vorontsov wrote: Follow these changes for the FHCI driver: Hm, would it just make more sense to respin the whole driver? That way it's never in the tree in a broken state? It's for -mm

Re: [PATCH -mm 1/3] USB: FHCI: Driver should be responsible for managing endpoint queues

2008-12-24 Thread Andrew Morton
On Wed, 24 Dec 2008 23:08:45 +0300 Anton Vorontsov avoront...@ru.mvista.com wrote: On Wed, Dec 24, 2008 at 11:59:36AM -0800, Greg KH wrote: On Wed, Dec 24, 2008 at 10:13:03PM +0300, Anton Vorontsov wrote: Follow these changes for the FHCI driver: Hm, would it just make more sense to

Re: [PATCH -mm 1/3] USB: FHCI: Driver should be responsible for managing endpoint queues

2008-12-24 Thread Greg KH
On Wed, Dec 24, 2008 at 12:18:53PM -0800, Andrew Morton wrote: On Wed, 24 Dec 2008 23:08:45 +0300 Anton Vorontsov avoront...@ru.mvista.com wrote: On Wed, Dec 24, 2008 at 11:59:36AM -0800, Greg KH wrote: On Wed, Dec 24, 2008 at 10:13:03PM +0300, Anton Vorontsov wrote: Follow these

Re: [PATCH -mm 1/3] USB: FHCI: Driver should be responsible for managing endpoint queues

2008-12-24 Thread Anton Vorontsov
On Wed, Dec 24, 2008 at 12:58:35PM -0800, Greg KH wrote: On Wed, Dec 24, 2008 at 12:18:53PM -0800, Andrew Morton wrote: On Wed, 24 Dec 2008 23:08:45 +0300 Anton Vorontsov avoront...@ru.mvista.com wrote: On Wed, Dec 24, 2008 at 11:59:36AM -0800, Greg KH wrote: On Wed, Dec 24, 2008

Re: [PATCH -mm 1/3] USB: FHCI: Driver should be responsible for managing endpoint queues

2008-12-24 Thread Alan Stern
On Wed, 24 Dec 2008, Anton Vorontsov wrote: Follow these changes for the FHCI driver: commit e9df41c5c5899259541dc928872cad4d07b82076 Author: Alan Stern st...@rowland.harvard.edu Date: Wed Aug 8 11:48:02 2007 -0400 USB: make HCDs responsible for managing endpoint queues On the whole