commit | 2f2cac3c1af2bfc72c55b0054b6b95309882e27b | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Mon Jul 27 14:59:24 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 23 06:46:31 2009 -0700 |
tree | 689a94a6e1fb0a7cb8a113586dbbd8ad9fa4d245 | |
parent | aa781af00a7f55ade0ce8a21d4b08f1f6c77e8cd [diff] |
USB: at91: modify OHCI driver to allow shared interrupts At91sam9g45 series has a set of high speed USB interfaces. The host driver is an EHCI with its companion OHCI. OHCI is always handled by ohci-at91.c. This wrapper is just modified to allow IRQ sharing between two controllers. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>