[linux-usb-devel] preemption imbalance?

2007-05-22 Thread Marc St-Jean
I'm in the process of cleaning up a USB gadget driver for the MSP71XX platform and on boot I receive the following message: "initcall at 0x803f0ab8: msp71xx_udc_init+0x0/0x38(): returned with preemption imbalance" later followed by many: "BUG: scheduling while atomic: swapper/0x000a/0 Call T

Re: [linux-usb-devel] [PATCH 11/12] drivers: PMC MSP71xx USB driver

2007-06-04 Thread Marc St-Jean
Greg KH wrote: > On Mon, Jun 04, 2007 at 05:23:44PM -0600, Marc St-Jean wrote: > > [PATCH 11/12] drivers: PMC MSP71xx USB driver > > > > Patch to add an USB driver for the PMC-Sierra MSP71xx devices. > > > > Patches 1 through 10 were posted to [EMAIL PRO

Re: [linux-usb-devel] [PATCH 11/12] drivers: PMC MSP71xx USB driv er

2007-06-05 Thread Marc St-Jean
Alan Stern wrote: > On Mon, 4 Jun 2007, Marc St-Jean wrote: > > > [PATCH 11/12] drivers: PMC MSP71xx USB driver > > > > Patch to add an USB driver for the PMC-Sierra MSP71xx devices. > > > > Patches 1 through 10 were posted to [EMAIL PROTECTED] as

[linux-usb-devel] [PATCH 11/12] drivers: PMC MSP71xx USB driver

2007-06-05 Thread Marc St-Jean
. If you would like to receive these or the entire set, please email me. Thanks, Marc Signed-off-by: Marc St-Jean <[EMAIL PROTECTED]> --- Re-posting patch with recommended changes: - Dropping gadget code until host patch accepted. - Changed overcurrent fixes in host/hub.c and ehci-hub.c to ap