Re: [PATCH v3 07/16] media: coda: stop all queues in case of lockup

2012-09-03 Thread Philipp Zabel
Hi Javier, Am Montag, den 03.09.2012, 14:01 +0200 schrieb javier Martin: > Hi Philipp, > > On 31 August 2012 10:11, Philipp Zabel wrote: > > Add a 1 second timeout for each PIC_RUN command to the CODA. In > > case it locks up, stop all queues and dequeue remaining buffers. > > > > Signed-off-by:

Re: [PATCH v3 07/16] media: coda: stop all queues in case of lockup

2012-09-03 Thread Philipp Zabel
Hi Javier, Am Montag, den 03.09.2012, 14:18 +0200 schrieb javier Martin: > On 31 August 2012 10:11, Philipp Zabel wrote: > > Add a 1 second timeout for each PIC_RUN command to the CODA. In > > case it locks up, stop all queues and dequeue remaining buffers. > > > > Signed-off-by: Philipp Zabel >

Re: [PATCH v3 07/16] media: coda: stop all queues in case of lockup

2012-09-03 Thread javier Martin
On 31 August 2012 10:11, Philipp Zabel wrote: > Add a 1 second timeout for each PIC_RUN command to the CODA. In > case it locks up, stop all queues and dequeue remaining buffers. > > Signed-off-by: Philipp Zabel > --- > Changes since v2: > - Call cancel_delayed_work in coda_stop_streaming instea

Re: [PATCH v3 07/16] media: coda: stop all queues in case of lockup

2012-09-03 Thread javier Martin
Hi Philipp, On 31 August 2012 10:11, Philipp Zabel wrote: > Add a 1 second timeout for each PIC_RUN command to the CODA. In > case it locks up, stop all queues and dequeue remaining buffers. > > Signed-off-by: Philipp Zabel > --- > Changes since v2: > - Call cancel_delayed_work in coda_stop_str

[PATCH v3 07/16] media: coda: stop all queues in case of lockup

2012-08-31 Thread Philipp Zabel
Add a 1 second timeout for each PIC_RUN command to the CODA. In case it locks up, stop all queues and dequeue remaining buffers. Signed-off-by: Philipp Zabel --- Changes since v2: - Call cancel_delayed_work in coda_stop_streaming instead of coda_irq_handler. --- drivers/media/platform/coda.c |