]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: dwc3: omap: Mark the interrupt handler as shared
authorRoger Quadros <rogerq@ti.com>
Wed, 11 May 2016 14:36:43 +0000 (17:36 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 20 Jun 2016 09:32:47 +0000 (12:32 +0300)
commit12da8eae208d6f388c3aeecb91955c8b5a468654
tree2bba39f1a61b9b79441ffe75a153582d092f002f
parent3f586c92d87778bc3d550435a31f8ac685541121
usb: dwc3: omap: Mark the interrupt handler as shared

On OMAPs, OTG events come on the same IRQ so we need to share
this IRQ with the OTG device driver.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/dwc3-omap.c