Re: [PATCH 2/2 ver. 2] EHCI: centralize controller initialization

2012-07-09 Thread Alan Stern
On Mon, 9 Jul 2012, Greg KH wrote: > > > > Ver. 2: Rebased on top of Russ Dill's changes to ehci-omap.c. > > > > Fixed several mistakes involving unused local variables and calls to > > > > ehci_setup(ehci) rather than ehci_setup(hcd). > > > > > > I'm getting a conflict when trying to apply this

Re: [PATCH 2/2 ver. 2] EHCI: centralize controller initialization

2012-07-09 Thread Greg KH
On Mon, Jul 09, 2012 at 02:39:42PM -0400, Alan Stern wrote: > On Mon, 9 Jul 2012, Greg KH wrote: > > > On Fri, Jun 29, 2012 at 11:42:46AM -0400, Alan Stern wrote: > > > This patch (as1564b) converts the EHCI platform drivers to use the > > > central ehci_setup() routine for generic controller init

Re: [PATCH 2/2 ver. 2] EHCI: centralize controller initialization

2012-07-09 Thread Alan Stern
On Mon, 9 Jul 2012, Greg KH wrote: > On Fri, Jun 29, 2012 at 11:42:46AM -0400, Alan Stern wrote: > > This patch (as1564b) converts the EHCI platform drivers to use the > > central ehci_setup() routine for generic controller initialization > > rather than each having its own idiosyncratic approach.

Re: [PATCH 2/2 ver. 2] EHCI: centralize controller initialization

2012-07-09 Thread Greg KH
On Fri, Jun 29, 2012 at 11:42:46AM -0400, Alan Stern wrote: > This patch (as1564b) converts the EHCI platform drivers to use the > central ehci_setup() routine for generic controller initialization > rather than each having its own idiosyncratic approach. > > The major point of difficulty lies in