commit | 833310402c54ad9b676b465fc53ad276b13d36be | [log] [tgz] |
---|---|---|
author | Tomoya MORINAGA <tomoya.rohm@gmail.com> | Thu Jan 12 11:27:09 2012 +0900 |
committer | Felipe Balbi <balbi@ti.com> | Tue Jan 24 11:35:25 2012 +0200 |
tree | 41b203194cc58686e12b9cd882448463f4727bfd | |
parent | 1c575d2d2e3ff2a7cb3c2e2165064199cfd8ad32 [diff] |
usb: gadget: pch_udc: Reduce redundant interrupt ISSUE: USB Suspend interrupts occur frequently. CAUSE: When it is called pch_udc_reconnect() in USB Suspend, it repeats reset and Suspend. SOLUTION: pch_udc_reconnect() does not enable all interrupts. When an enumeration event occurred the driver enables all interrupts. Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>