From: Tomoya MORINAGA Date: Thu, 12 Jan 2012 02:27:09 +0000 (+0900) Subject: usb: gadget: pch_udc: Reduce redundant interrupt X-Git-Tag: v3.4-rc1~184^2~22^2~39^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=833310402c54ad9b676b465fc53ad276b13d36be;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed