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

2008-01-06 Thread steve birtles
David, Just like to report that the patch appears works , including the inversion on the D+pullup. if the inversion is set to .pullup_active_low=0 then the gadgets don't show up on the remote host . By setting it .pullup_active_low=1 they show up on the host. (which is correct for

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

2008-01-05 Thread steve birtles
That's great David, I've just move forward to rc6 ,GOD what a fiasco that was. I'm showing a kernel panic in the Amtel_spi code (i thought we finished with that damned thing), which I have disabled for now. But let me apply this patch and see how it goes. Steve On Jan 6, 2008, at

[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