]> err.no Git - linux-2.6/commit
[PATCH] USB: pxa2xx_udc updates
authorDavid Brownell <david-b@pacbell.net>
Sat, 7 May 2005 20:20:19 +0000 (13:20 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:54 +0000 (14:43 -0700)
commit9198769363d4dc1d63d49ecb2e2b189aceb42d94
tree9d031c4c97e652100438f59732db79e16d6dc2bc
parent988199fe34411b413d5a388fc751c91eb4686f36
[PATCH] USB: pxa2xx_udc updates

This has several small updates to the px2xx UDC driver:

  * small fixes from Eugeny S. Mints <emints@ru.mvista.com>
     - local_irq_save() around potential endpoint disable race
     - fix handling of enqueue to OUT endpoints (potential oops)
  * add shutdown() method to disable any D+ pullup
  * rename methods accessing raw signals, referencing the signals
  * describes itself as for "pxa25x", since pxa27x is different

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/pxa2xx_udc.c
drivers/usb/gadget/pxa2xx_udc.h