Re: [GIT PATCHES] V4L/DVB updates

2007-05-09 Thread Geert Uytterhoeven
On Wed, 9 May 2007, Mauro Carvalho Chehab wrote: > Em Qua, 2007-05-09 às 08:30 +0200, Geert Uytterhoeven escreveu: > > On Fri, 27 Apr 2007, Mauro Carvalho Chehab wrote: > > > A short changelog: > > > > > >- New drivers: > > > ivtv driver for Hauppauge PVR series and similar boards; > >

Re: [GIT PATCHES] V4L/DVB updates

2007-05-09 Thread Mauro Carvalho Chehab
Hi Geert, Em Qua, 2007-05-09 às 08:30 +0200, Geert Uytterhoeven escreveu: > On Fri, 27 Apr 2007, Mauro Carvalho Chehab wrote: > > A short changelog: > > > >- New drivers: > > ivtv driver for Hauppauge PVR series and similar boards; > > Can we please have proper Kconfig dependencies i

Re: [GIT PATCHES] V4L/DVB updates

2007-05-08 Thread Geert Uytterhoeven
On Fri, 27 Apr 2007, Mauro Carvalho Chehab wrote: > A short changelog: > >- New drivers: > ivtv driver for Hauppauge PVR series and similar boards; Can we please have proper Kconfig dependencies instead of | #ifdef CONFIG_LIRC_I2C | # error "This driver is not compatible with the LI

Re: [v4l-dvb-maintainer] Re: [GIT PATCHES] V4L/DVB updates

2007-04-16 Thread Trent Piepho
On Mon, 16 Apr 2007, Dmitry Torokhov wrote: > Hi Mauro, > > On 4/15/07, Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > > - Fix Kernel Bugzilla #8301: spinlock fix for flexcop-pci > > While move of spin_lock_init before request_irq is obviously correct I > wonder what is the reason behind chan

Re: [GIT PATCHES] V4L/DVB updates

2007-04-16 Thread Dmitry Torokhov
Hi Mauro, On 4/15/07, Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: - Fix Kernel Bugzilla #8301: spinlock fix for flexcop-pci While move of spin_lock_init before request_irq is obviously correct I wonder what is the reason behind changing spin_lock_irq() into spin_lock_irqsave() as I do n