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

2008-02-01 Thread steve birtles
laint about parameter type (changed to gfp_t) - Add missing newline to some rarely-seen debug messages - Fix some old cleanup bugs on probe() fault paths Also add a mechanism whereby rm9200 gpios can drive the D+ pullup through an inverting transistor, based on a patch from Steve Birtles. Most UDC

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

2008-01-06 Thread steve birtles
Also add a mechanism whereby rm9200 gpios can drive the D+ pullup through an inverting transistor, based on a patch from Steve Birtles. Most UDC drivers supporting a GPIO based pullup should probably have such an option, but testing it requries such a board in hand! Signed-off-by: David Brownell

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

2008-01-05 Thread steve birtles
about parameter type (changed to gfp_t) - Add missing newline to some rarely-seen debug messages - Fix some old cleanup bugs on probe() fault paths Also add a mechanism whereby rm9200 gpios can drive the D+ pullup through an inverting transistor, based on a patch from Steve Birtles. Most UDC driv

Re: [patch 1/1] at91_udc modification for systems that require active low on i/o pin to take D+ high

2008-01-01 Thread steve birtles
.info/?l=linux-usb&m=119878579910739&w=2 === CUT HERE Add a mechanism whereby AT91 boards can drive the D+ pullup through an inverter. Based on a patch from Steve Birtles. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- drivers/usb/gadget/at91_udc.c | 13

[patch 1/1] at91_udc modification for systems that require active low on i/o pin to take D+ high

2008-01-01 Thread steve birtles
d to allow the state of the pin level to be specified Signed-Off-By: Steve Birtles <[EMAIL PROTECTED]> usb.patch Description: Binary data