Re: [PATCH V3] Add camera (CSI) driver for MX1

2009-04-03 Thread Darius Augulis
Guennadi Liakhovetski wrote: On Fri, 3 Apr 2009, Darius Augulis wrote: Guennadi Liakhovetski wrote: Ok, we're almost there:-) Should be the last iteration. On Fri, 3 Apr 2009, Darius Augulis wrote: From: Paulius Zaleckas Changelog since V2: - My signed-off line added - Makefile updated

Re: [PATCH V3] Add camera (CSI) driver for MX1

2009-04-03 Thread Guennadi Liakhovetski
On Fri, 3 Apr 2009, Darius Augulis wrote: > Guennadi Liakhovetski wrote: > > Ok, we're almost there:-) Should be the last iteration. > > > > On Fri, 3 Apr 2009, Darius Augulis wrote: > > > > > > > From: Paulius Zaleckas > > > > > > Changelog since V2: > > > - My signed-off line added > > >

Re: [PATCH V3] Add camera (CSI) driver for MX1

2009-04-03 Thread Darius Augulis
Guennadi Liakhovetski wrote: Ok, we're almost there:-) Should be the last iteration. On Fri, 3 Apr 2009, Darius Augulis wrote: From: Paulius Zaleckas Changelog since V2: - My signed-off line added - Makefile updated - .init and .exit removed from pdata - includes sorted - Video memory lim

Re: [PATCH V3] Add camera (CSI) driver for MX1

2009-04-03 Thread Guennadi Liakhovetski
Ok, we're almost there:-) Should be the last iteration. On Fri, 3 Apr 2009, Darius Augulis wrote: > From: Paulius Zaleckas > > Changelog since V2: > - My signed-off line added > - Makefile updated > - .init and .exit removed from pdata > - includes sorted > - Video memory limit added > - Pointe

[PATCH V3] Add camera (CSI) driver for MX1

2009-04-03 Thread Darius Augulis
From: Paulius Zaleckas Changelog since V2: - My signed-off line added - Makefile updated - .init and .exit removed from pdata - includes sorted - Video memory limit added - Pointers in free_buffer() fixed - Indentation fixed - Spinlocks added - PM implementation removed - Added missed clk_put() -