commit | f584fa8c1fdc289f23f4948bd58f4e2281fb5ad5 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Tue Apr 09 14:09:06 2019 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri May 03 09:13:48 2019 +0300 |
tree | 7ad75dfb6225809be5bcb6919077a02e59ccbc5f | |
parent | 59a9901ec7ef320a82cd6d8983937aed739c9e94 [diff] |
usb: gadget: udc: lpc32xx: properly setup phy interrupts Only INT_VBUS_VLD is set to generate ATX interrupts on the phy but INT_SESS_VLD is checked in vbus_work. This leads to cases where hot-plugging USB doesn't work after boot. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>