RE: [PATCH 2/5] m5mols: Replace IRQ workqueue to waitqueue only

2011-11-14 Thread HeungJun, Kim
e: [PATCH 2/5] m5mols: Replace IRQ workqueue to waitqueue only > > On 10/21/2011 09:35 AM, HeungJun, Kim wrote: > > In M-5MOLS driver, the workqueue code for IRQ is hard to re-use. So, > remove > > the IRQ workqueue, and use only waitqueue for waiting IRQ with timeout. > >

Re: [PATCH 2/5] m5mols: Replace IRQ workqueue to waitqueue only

2011-11-14 Thread Sylwester Nawrocki
On 10/21/2011 09:35 AM, HeungJun, Kim wrote: > In M-5MOLS driver, the workqueue code for IRQ is hard to re-use. So, remove > the IRQ workqueue, and use only waitqueue for waiting IRQ with timeout. > The info->issue has the status that interrupt is issued or not, then > the info->interrupt has the I

[PATCH 2/5] m5mols: Replace IRQ workqueue to waitqueue only

2011-10-21 Thread HeungJun, Kim
In M-5MOLS driver, the workqueue code for IRQ is hard to re-use. So, remove the IRQ workqueue, and use only waitqueue for waiting IRQ with timeout. The info->issue has the status that interrupt is issued or not, then the info->interrupt has the IRQ status register at that time. Signed-off-by: Heun