Re: [PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-16 Thread Agustin
--- On Sat, 16/5/09, Russell King wrote: > On Sat, May 16, 2009 at 08:22:18PM > +0200, Guennadi Liakhovetski wrote: > > > Hopefully with real tags (iow, with email > addresses) rather than what's > > > shown above (which is unacceptable.) > > > > Sure, Dan has done it perfectly: > > > > http://g

Re: [PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-16 Thread Russell King - ARM Linux
On Sat, May 16, 2009 at 08:22:18PM +0200, Guennadi Liakhovetski wrote: > On Sat, 16 May 2009, Russell King - ARM Linux wrote: > > > On Tue, May 12, 2009 at 11:31:14AM -0700, Dan Williams wrote: > > > On Tue, May 12, 2009 at 5:14 AM, Agustin wrote: > > > > > > > > On Tue, 12 May 2009, Guennadi Lia

Re: [PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-16 Thread Guennadi Liakhovetski
On Sat, 16 May 2009, Russell King - ARM Linux wrote: > On Tue, May 12, 2009 at 11:31:14AM -0700, Dan Williams wrote: > > On Tue, May 12, 2009 at 5:14 AM, Agustin wrote: > > > > > > On Tue, 12 May 2009, Guennadi Liakhovetski wrote: > > > > > >> > > >> This also fixes the case of a single queued bu

Re: [PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-16 Thread Russell King - ARM Linux
On Tue, May 12, 2009 at 11:31:14AM -0700, Dan Williams wrote: > On Tue, May 12, 2009 at 5:14 AM, Agustin wrote: > > > > On Tue, 12 May 2009, Guennadi Liakhovetski wrote: > > > >> > >> This also fixes the case of a single queued buffer, for example, when > >> taking a > >> single frame snapshot wi

Re: [PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-12 Thread Dan Williams
On Tue, May 12, 2009 at 5:14 AM, Agustin wrote: > > On Tue, 12 May 2009, Guennadi Liakhovetski wrote: > >> >> This also fixes the case of a single queued buffer, for example, when taking >> a >> single frame snapshot with the mx3_camera driver. >> >> Reported-by: Agustin >> Signed-off-by: Guennad

Re: [PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-12 Thread Agustin
On Tue, 12 May 2009, Guennadi Liakhovetski wrote: > > This also fixes the case of a single queued buffer, for example, when taking a > single frame snapshot with the mx3_camera driver. > > Reported-by: Agustin > Signed-off-by: Guennadi Liakhovetski Signed-off-by: Agustin Ferrin Pozuelo > ---

[PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-12 Thread Guennadi Liakhovetski
This also fixes the case of a single queued buffer, for example, when taking a single frame snapshot with the mx3_camera driver. Reported-by: Agustin Signed-off-by: Guennadi Liakhovetski --- Subject: Re: Grabbing single stills on MX31 - Re: Solved? - Re: soc-camera: timing out during capture -