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 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html