Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-25 Thread Andres Salomon
On Mon, 24 Sep 2007 12:04:17 -0300 Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > Hi Andres, > > Still missing on your patch is your SOB ;) From what I got from Jon, he > is ok with your patch. > > Cheers, > Mauro. Whoops, sorry about that! well, here it is (for the patch below):

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-25 Thread Andres Salomon
On Mon, 24 Sep 2007 12:04:17 -0300 Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: Hi Andres, Still missing on your patch is your SOB ;) From what I got from Jon, he is ok with your patch. Cheers, Mauro. Whoops, sorry about that! well, here it is (for the patch below): Signed-off-by:

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-24 Thread Mauro Carvalho Chehab
Hi Andres, Still missing on your patch is your SOB ;) From what I got from Jon, he is ok with your patch. Cheers, Mauro. Em Qua, 2007-09-19 às 01:44 -0400, Andres Salomon escreveu: > By default, we allocate DMA buffers when actually reading from the video > capture device. On a system with

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-24 Thread Mauro Carvalho Chehab
Hi Andres, Still missing on your patch is your SOB ;) From what I got from Jon, he is ok with your patch. Cheers, Mauro. Em Qua, 2007-09-19 às 01:44 -0400, Andres Salomon escreveu: By default, we allocate DMA buffers when actually reading from the video capture device. On a system with 128MB

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-20 Thread Jonathan Corbet
Andres Salomon <[EMAIL PROTECTED]> wrote: > That said, I'm not opposed to keeping the parameter name the same while > making the default 1; I just thought that the name 'alloc_bufs_at_read' was > clearer. Another option is to change it to 'no_alloc_bufs_at_load'. Jon, > any preference there? I

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-19 Thread Trent Piepho
On Wed, 19 Sep 2007, Andres Salomon wrote: > On Wed, 19 Sep 2007 15:34:42 -0700 (PDT) > Trent Piepho <[EMAIL PROTECTED]> wrote: > > On Wed, 19 Sep 2007, Jonathan Corbet wrote: > > > Andres Salomon <[EMAIL PROTECTED]> wrote: > > > > This patch makes DMA buffer allocation happen during device probe

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-19 Thread Andres Salomon
On Wed, 19 Sep 2007 15:34:42 -0700 (PDT) Trent Piepho <[EMAIL PROTECTED]> wrote: > On Wed, 19 Sep 2007, Jonathan Corbet wrote: > > Andres Salomon <[EMAIL PROTECTED]> wrote: > > > This patch makes DMA buffer allocation happen during device probe by > > > default, and changes the parameter to

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-19 Thread Trent Piepho
On Wed, 19 Sep 2007, Jonathan Corbet wrote: > Andres Salomon <[EMAIL PROTECTED]> wrote: > > This patch makes DMA buffer allocation happen during device probe by > > default, and changes the parameter to 'alloc_bufs_at_read'. The > > camera hardware is there, if the cafe_ccic driver is

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-19 Thread Trent Piepho
On Wed, 19 Sep 2007, Jonathan Corbet wrote: Andres Salomon [EMAIL PROTECTED] wrote: This patch makes DMA buffer allocation happen during device probe by default, and changes the parameter to 'alloc_bufs_at_read'. The camera hardware is there, if the cafe_ccic driver is enabled/loaded it

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-19 Thread Andres Salomon
On Wed, 19 Sep 2007 15:34:42 -0700 (PDT) Trent Piepho [EMAIL PROTECTED] wrote: On Wed, 19 Sep 2007, Jonathan Corbet wrote: Andres Salomon [EMAIL PROTECTED] wrote: This patch makes DMA buffer allocation happen during device probe by default, and changes the parameter to

Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

2007-09-19 Thread Trent Piepho
On Wed, 19 Sep 2007, Andres Salomon wrote: On Wed, 19 Sep 2007 15:34:42 -0700 (PDT) Trent Piepho [EMAIL PROTECTED] wrote: On Wed, 19 Sep 2007, Jonathan Corbet wrote: Andres Salomon [EMAIL PROTECTED] wrote: This patch makes DMA buffer allocation happen during device probe by default,