]> git.baikalelectronics.ru Git - kernel.git/commit
USB: at91: modify OHCI driver to allow shared interrupts
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 27 Jul 2009 21:59:24 +0000 (14:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Sep 2009 13:46:31 +0000 (06:46 -0700)
commit2cf3c850c83723faec55521ee8d6bfd7a12ca975
tree689a94a6e1fb0a7cb8a113586dbbd8ad9fa4d245
parent1dbed1396ee1bfb9744187c75d679cb5e31e1949
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>
drivers/usb/host/ohci-at91.c