USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 16 Apr 2012 08:58:12 +0000 (10:58 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 17 Apr 2012 14:29:41 +0000 (16:29 +0200)
Now that we are using irqdomains, we need to convert GPIO pins to Linux
IRQ numbers using the gpio_to_irq() function.
This call is added to request/free_irq calls.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Cc: linux-usb@vger.kernel.org

No differences found