[PATCH] USB: omap_udc updates (mostly cleanups)
authorDavid Brownell <david-b@pacbell.net>
Mon, 11 Apr 2005 22:38:25 +0000 (15:38 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:41 +0000 (14:43 -0700)
commit313980c92724cf42877a7bdafdef439ee9d68ccb
treee97b170530d30013eb16f2f5a6b1d79e0ca98f4f
parentd794ac7ae3613c2abfb678617ac7d74c8ff0099c
[PATCH] USB: omap_udc updates (mostly cleanups)

Various USB patches, mostly for portability:

  - Fifo mode 1 didn't work previously (oopsed), so now it's fixed and
    (why not) defines even more endpoints for composite devices.

  - OMAP 1710 doesn't have an internal transceiver.

  - Small PM update:  if the USB link is suspended, don't disconnect on
    entry to deep sleep.

  - Be more correct about handling zero length control reads.  OMAP
    seems to mis-handle that protocol peculiarity though; best avoided.

  - Platform device resources (for UDC and OTG controllers) now use
    physical addresses, so /proc/iomem is more consistent.

  - Minor cleanups, notably (by volume) for "sparse" NULL warnings.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
arch/arm/mach-omap/usb.c
drivers/usb/gadget/omap_udc.c