commit | 70756027b0a01cb0bebf2e20d8d28e8103025734 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Mon Apr 16 10:58:12 2012 +0200 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Tue Apr 17 16:29:41 2012 +0200 |
tree | 7a0cb480db307c7538a00faadae8e81b3791a4fe | |
parent | b548a27b2e92ad171cc8b8d00bac5e15bb2d2956 [diff] |
USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt 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