From: David Brownell Date: Mon, 11 Apr 2005 22:38:25 +0000 (-0700) Subject: [PATCH] USB: omap_udc updates (mostly cleanups) X-Git-Tag: v2.6.13-rc1~51^2~8^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313980c92724cf42877a7bdafdef439ee9d68ccb;p=pandora-kernel.git [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 --- Reading git-diff-tree failed