From: Maulik Mankad Date: Tue, 15 Jun 2010 09:10:27 +0000 (+0530) Subject: usb: musb: Fix a bug by making suspend interrupt available in device mode X-Git-Tag: v2.6.35-rc4~18^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bb14cbf04ded4b9e394a6ba9e4f06b82fbac8b2;p=pandora-kernel.git usb: musb: Fix a bug by making suspend interrupt available in device mode As a part of aligning the ISR code for MUSB with the specs, the ISR code was re-written. See Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb: handle irqs in the order dictated by programming guide) With this the suspend interrupt came accidently under CONFIG_USB_MUSB_HDRC_HCD. The fix brings suspend interrupt handling outside CONFIG_USB_MUSB_HDRC_HCD. Signed-off-by: Maulik Mankad Cc: David Brownell Acked-by: Felipe Balbi Cc: stable [.34] Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed