[PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Ajay Kumar Gupta
From: Maulik Mankad x0082...@ti.com 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

[PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Ajay Kumar Gupta
From: Maulik Mankad x0082...@ti.com 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

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Sergei Shtylyov
Hello. Ajay Kumar Gupta wrote: From: Maulik Mankad x0082...@ti.com 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

RE: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Maulik
/8] usb: musb: Fix suspend interrupt issue in device mode Hello. Ajay Kumar Gupta wrote: From: Maulik Mankad x0082...@ti.com As a part of aligning the ISR code for MUSB with the specs, the ISR code was re-written. See Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Sergei Shtylyov
Subject: Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode Hello. Ajay Kumar Gupta wrote: From: Maulik Mankad x0082...@ti.com As a part of aligning the ISR code for MUSB with the specs, the ISR code was re-written. See Commit 1c25fda4a09e8229800979986ef399401053b46e (usb: musb

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread Greg KH
...@suse.de; Maulik Mankad; David Brownell Subject: Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode Hello. Ajay Kumar Gupta wrote: From: Maulik Mankad x0082...@ti.com As a part of aligning the ISR code for MUSB with the specs, the ISR code was re-written

Re: [PATCH 8/8] usb: musb: Fix suspend interrupt issue in device mode

2010-06-17 Thread David Brownell
As a part of aligning the ISR code for MUSB with the specs,the ISR code was re-written. Best say re-aligning. When that code was merged, it was fully aligned with a version of the MUSB specification. Alternatively, specify which version of which spec was used this time around ... :) --