OSDN Git Service

usb: gadget: udc: lpc32xx: simplify vbus handling
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 9 Apr 2019 12:09:05 +0000 (14:09 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 3 May 2019 06:13:48 +0000 (09:13 +0300)
commit59a9901ec7ef320a82cd6d8983937aed739c9e94
treead79c7c51ef9bb8d17575cba444340f4a3c80b9a
parent408b56ca5c8eea1e46d2094818de8acc7215cf58
usb: gadget: udc: lpc32xx: simplify vbus handling

Use a threaded IRQ to handle vbus_work instead of using the global
worqueue.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/lpc32xx_udc.c