Re: [PATCH 089/128] USB: at91_udc uses generic GPIO calls; minor cleanup

2008-02-01 Thread steve birtles
Hi Guys, I have checked this patch on a board that inverts the signal via a transistor: I.E the UcDragon YL9200 The patch appears to be functioning correctly. The reason they did this was to allow greater driving potential via a transistor, rather than stressing the Atmel chip directly

[PATCH 089/128] USB: at91_udc uses generic GPIO calls; minor cleanup

2008-02-01 Thread Greg Kroah-Hartman
From: David Brownell <[EMAIL PROTECTED]> Various small 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