From: Andrew Victor Date: Fri, 8 Dec 2006 06:44:33 +0000 (-0800) Subject: USB: at91 udc, support at91sam926x addresses X-Git-Tag: v2.6.20-rc2~83^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd3326bf6282b9f606e92ae57e8f47f2e10e6b5;p=pandora-kernel.git USB: at91 udc, support at91sam926x addresses This is an update to the AT91 USB Device (Gadget) driver. The base I/O address provided in the platform_device resources is now ioremap()'ed instead of using a statically mapped memory area. This helps portability to the newer AT91sam926x processors. The major change is that we now have to pass a 'struct at91_udc' parameter to at91_udp_read() and at91_udp_write(). Signed-off-by: Andrew Victor Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed