All of lore.kernel.org
 help / color / mirror / Atom feed
* at91/USB: high speed USB support for at91sam9g45 series
@ 2009-06-09 11:38 Nicolas Ferre
  2009-06-09 11:38   ` Nicolas Ferre
  0 siblings, 1 reply; 20+ messages in thread
From: Nicolas Ferre @ 2009-06-09 11:38 UTC (permalink / raw)
  To: linux-usb, avictor.za
  Cc: linux-kernel, david-b, haavard.skinnemoen, patrice.vilchez

Those 2 patches are adding the USB high speed 
support to the at91sam9g45 SOC family.

They are relying on the integration of at91sam9g45 
already posted. Here is the patch series that you 
will have to take into account before applying 
those patches.

clock.c changes:
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=5438/1

9g45 introduction:
http://lkml.org/lkml/2009/6/4/77
http://lkml.org/lkml/2009/6/4/76
http://lkml.org/lkml/2009/6/4/78

atmel_usba tiny modification (bias function only for 9rl):
http://lkml.org/lkml/2009/6/5/355

 arch/arm/mach-at91/at91sam9g45_devices.c |   56 +++++
 arch/arm/mach-at91/board-sam9m10g45ek.c  |    1 +
 arch/arm/mach-at91/include/mach/board.h  |    1 +
 arch/arm/tools/mach-types                |    1 +
 drivers/usb/Kconfig                      |    1 +
 drivers/usb/gadget/Kconfig               |    4 +-
 drivers/usb/host/ehci-atmel.c            |  251 ++++++++++++++++++++
 drivers/usb/host/ehci-hcd.c              |    5 +
 drivers/usb/host/ohci-at91.c             |    3 +-
 9 files changed, 320 insertions(+), 3 deletions(-)
 create mode 100644 drivers/usb/host/ehci-atmel.c



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2009-09-23 15:31 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09 11:38 at91/USB: high speed USB support for at91sam9g45 series Nicolas Ferre
2009-06-09 11:38 ` [PATCH 1/2] at91/USB: Add USB drivers " Nicolas Ferre
2009-06-09 11:38   ` Nicolas Ferre
2009-06-09 11:38   ` [PATCH 2/2] at91/USB: at91sam9g45 series USB host integration Nicolas Ferre
2009-06-09 11:38     ` Nicolas Ferre
2009-06-19  7:43       ` David Brownell
2009-06-19  7:51         ` Haavard Skinnemoen
2009-06-19  9:26           ` David Brownell
2009-09-16 16:17             ` Nicolas Ferre
2009-09-16 16:17               ` Nicolas Ferre
2009-09-16 17:29               ` [PATCH] at91: use gpiolib calls for USB vbus pin on at91sam9g45 Nicolas Ferre
2009-09-16 17:29                 ` Nicolas Ferre
2009-09-16 21:53                 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-16 21:53                   ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-17  8:13                   ` Nicolas Ferre
2009-09-17  8:13                     ` Nicolas Ferre
2009-09-17  9:00                     ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-17  9:00                       ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-18  8:40                       ` Nicolas Ferre
2009-09-18  8:40                         ` Nicolas Ferre
2009-09-21 20:49             ` [PATCH 2/2] at91/USB: at91sam9g45 series USB host integration Andrew Victor
2009-09-23 15:31               ` Nicolas Ferre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.