Re: [PATCH] USB Kconfig: Reorganize USB Kconfig Menu

2007-12-27 Thread David Brownell
On Sunday 23 December 2007, Al Boldi wrote: > > Reogranize USB Kconfig Menu, and move USB_GADGET out into the Device Driver > Menu. This helps the USB Kconfig Menu to be more logical/usable. > > Cc: David Brownell <[EMAIL PROTECTED]> > Cc: Greg KH <[EMAIL PROTECTED]> > Cc: Andrew Morton <[EMAIL

[patch 2.6.24-rc6-git] usb: ohci-at91 uses generic GPIO calls

2007-12-27 Thread David Brownell
From: David Brownell <[EMAIL PROTECTED]> Update the ohci-at91 bus glue to start understanding about the per-port power switch GPIOs it's given (on the sam9263-ek and potentially other boards). For the moment this just claims them and forces them active (assuming active-low power enables) whenever

[patch 2.6.24-rc6-git] usb: at91_udc uses generic GPIO calls; minor cleanup

2007-12-27 Thread David Brownell
From: David Brownell <[EMAIL PROTECTED]> Various minor at91_udc cleanups: - Use generic GPIO calls, not older platform-specific ones - Use gpio_request()/gpio_free() - Use VERBOSE_DEBUG convention, not older VERBOSE - Fix sparse complaint about parameter type (changed to gfp_t) - Add missing

RE: system hang on EHCI IN transfer

2007-12-27 Thread Pandita, Vikram
>From: David Brownell [mailto:[EMAIL PROTECTED] > >> The status of EHCI registers is as follows and the test does not complete. >> The system is still up but no USB activity is happening. > >What do you mean? That you're watching the traffic on-the-wire, >and nothing at all is happening? (I'm sur

Re: system hang on EHCI IN transfer

2007-12-27 Thread David Brownell
> From: "Pandita, Vikram" <[EMAIL PROTECTED]> > > On kernel 2.6.24-rc5(from omap-git) I am testing the EHCI controller on > OMAP34xx. > I have connected the device (netchip2280 + g_zero.ko ) to the EHCI controller. > > Device side test: > On the gadget zero I run the IN test 6: ./testusb -a -t6 -s

system hang on EHCI IN transfer

2007-12-27 Thread Pandita, Vikram
On kernel 2.6.24-rc5(from omap-git) I am testing the EHCI controller on OMAP34xx. I have connected the device (netchip2280 + g_zero.ko ) to the EHCI controller. Device side test: On the gadget zero I run the IN test 6: ./testusb -a -t6 -s1024 -c100 OMAP EHCI HOST status: On EHCI I can see that,