Re: [PATCH] pxa_camera: move fifo reset direct before dma start

2010-04-21 Thread Jonathan Cameron
On 04/21/10 11:06, Antonio Ospite wrote: > On Tue, 20 Apr 2010 19:36:13 +0200 > Robert Jarzmik wrote: > >> Guennadi Liakhovetski writes: >> >>> Robert, what do you think? Are you still working with PXA camera? >> Hi Guennadi, >> >> Yes, I'm still working with pxa_camera :) >> >> About the patch,

Re: [PATCH] pxa_camera: move fifo reset direct before dma start

2010-04-21 Thread Antonio Ospite
On Tue, 20 Apr 2010 19:36:13 +0200 Robert Jarzmik wrote: > Guennadi Liakhovetski writes: > > > Robert, what do you think? Are you still working with PXA camera? > Hi Guennadi, > > Yes, I'm still working with pxa_camera :) > > About the patch, I have a very good feeling about it. I have not te

Re: [PATCH] pxa_camera: move fifo reset direct before dma start

2010-04-20 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > Robert, what do you think? Are you still working with PXA camera? Hi Guennadi, Yes, I'm still working with pxa_camera :) About the patch, I have a very good feeling about it. I have not tested it, but it looks good to me. I'll assume Stefan has tested it, and if

Re: [PATCH] pxa_camera: move fifo reset direct before dma start

2010-04-20 Thread Guennadi Liakhovetski
Robert, what do you think? Are you still working with PXA camera? Thanks Guennadi On Tue, 20 Apr 2010, Stefan Herbrechtsmeier wrote: > Move the fifo reset from pxa_camera_start_capture to pxa_camera_irq direct > before the dma start after an end of frame interrupt to prevent images from > shifti

[PATCH] pxa_camera: move fifo reset direct before dma start

2010-04-19 Thread Stefan Herbrechtsmeier
Move the fifo reset from pxa_camera_start_capture to pxa_camera_irq direct before the dma start after an end of frame interrupt to prevent images from shifting because of old data at the begin of the frame. Signed-off-by: Stefan Herbrechtsmeier --- drivers/media/video/pxa_camera.c | 11 ++-