]> git.baikalelectronics.ru Git - kernel.git/commit
USB: musb_core: make disconnect and suspend interrupts work again
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Thu, 24 Jun 2010 17:37:06 +0000 (23:07 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 30 Jun 2010 15:16:06 +0000 (08:16 -0700)
commitfacc39b92b03d7d046843387b2b6008ea9d81528
tree97f867cae533d3d02d1655d030d6398f2f0dbf96
parent5aced026cc1c333dfead0b311886d3633c8cd3b3
USB: musb_core: make disconnect and suspend interrupts work again

Commit 356eaa39730152d72b8172c03709797c3ab73e72 (usb: musb: handle irqs in the
order dictated by programming guide) forgot to get rid of the old 'STAGE0_MASK'
filter for calling musb_stage0_irq(), so now disconnect and suspend interrupts
are effectively ignored...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c