RE: [PATCH v2 01/13] davinci: vpif: add check for genuine interrupts in the isr

2012-06-07 Thread Hadli, Manjunath
Hi Laurent, On Mon, May 14, 2012 at 13:19:40, Laurent Pinchart wrote: > Hi Manjunath, > > On Friday 11 May 2012 05:32:13 Hadli, Manjunath wrote: > > On Tue, Apr 17, 2012 at 15:36:16, Laurent Pinchart wrote: > > > On Tuesday 17 April 2012 14:22:59 Manjunath Hadli wrote: > > > > As the same interru

Re: [PATCH v2 01/13] davinci: vpif: add check for genuine interrupts in the isr

2012-05-14 Thread Laurent Pinchart
Hi Manjunath, On Friday 11 May 2012 05:32:13 Hadli, Manjunath wrote: > On Tue, Apr 17, 2012 at 15:36:16, Laurent Pinchart wrote: > > On Tuesday 17 April 2012 14:22:59 Manjunath Hadli wrote: > > > As the same interrupt is shared between capture and display devices, > > > sometimes we get isr calls

RE: [PATCH v2 01/13] davinci: vpif: add check for genuine interrupts in the isr

2012-05-10 Thread Hadli, Manjunath
Hi Laurent, On Tue, Apr 17, 2012 at 15:36:16, Laurent Pinchart wrote: > Hi Manjunath, > > Thanks for the patch. > > On Tuesday 17 April 2012 14:22:59 Manjunath Hadli wrote: > > As the same interrupt is shared between capture and display devices, > > sometimes we get isr calls where the interrup

Re: [PATCH v2 01/13] davinci: vpif: add check for genuine interrupts in the isr

2012-04-17 Thread Laurent Pinchart
Hi Manjunath, Thanks for the patch. On Tuesday 17 April 2012 14:22:59 Manjunath Hadli wrote: > As the same interrupt is shared between capture and display devices, > sometimes we get isr calls where the interrupt might not genuinely belong > to capture or display. Hence, add a condition in the is