Skip to content

Commit

Permalink
USB: at91 udc, support at91sam926x addresses
Browse files Browse the repository at this point in the history
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 <andrew@sanpeople.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Andrew Victor authored and Greg Kroah-Hartman committed Dec 20, 2006
1 parent 5151d04 commit ffd3326
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 86 deletions.
Loading

0 comments on commit ffd3326

Please sign in to comment.