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

2008-02-13 Thread Ricardo Cerqueira
On Wed, 2008-02-13 at 13:53 -0800, Trent Piepho wrote: > On Wed, 13 Feb 2008, Ricardo Cerqueira wrote: > > On Wed, 2008-02-13 at 10:45 -0800, Trent Piepho wrote: > > > On Wed, 13 Feb 2008, Mauro Carvalho Chehab wrote: > > > > On Tue, 12 Feb 2008 21:21:43 -0800 (PST) > > > > Trent Piepho <[EMAIL PRO

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

2008-02-13 Thread Trent Piepho
On Wed, 13 Feb 2008, Ricardo Cerqueira wrote: > On Wed, 2008-02-13 at 10:45 -0800, Trent Piepho wrote: > > On Wed, 13 Feb 2008, Mauro Carvalho Chehab wrote: > > > On Tue, 12 Feb 2008 21:21:43 -0800 (PST) > > > Trent Piepho <[EMAIL PROTECTED]> wrote: > > > > > Nobody points to any issues, ever, when

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

2008-02-13 Thread Ricardo Cerqueira
On Wed, 2008-02-13 at 10:45 -0800, Trent Piepho wrote: > On Wed, 13 Feb 2008, Mauro Carvalho Chehab wrote: > > On Tue, 12 Feb 2008 21:21:43 -0800 (PST) > > Trent Piepho <[EMAIL PROTECTED]> wrote: > > > > The version with problems is the one dated by Jan, 16: > > http://linuxtv.org/pipermail/v4l-dvb

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

2008-02-13 Thread Trent Piepho
On Wed, 13 Feb 2008, Mauro Carvalho Chehab wrote: > On Tue, 12 Feb 2008 21:21:43 -0800 (PST) > Trent Piepho <[EMAIL PROTECTED]> wrote: > > > On Tue, 12 Feb 2008, Mauro Carvalho Chehab wrote: > > >- cx88-mpeg: Allow concurrent access to cx88-mpeg devices; > > > > So you decided to just commit th

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

2008-02-13 Thread Mauro Carvalho Chehab
On Tue, 12 Feb 2008 21:21:43 -0800 (PST) Trent Piepho <[EMAIL PROTECTED]> wrote: > On Tue, 12 Feb 2008, Mauro Carvalho Chehab wrote: > >- cx88-mpeg: Allow concurrent access to cx88-mpeg devices; > > So you decided to just commit this one with the race condition anyway? The version with probl

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

2008-02-12 Thread Trent Piepho
On Tue, 12 Feb 2008, Mauro Carvalho Chehab wrote: >- cx88-mpeg: Allow concurrent access to cx88-mpeg devices; So you decided to just commit this one with the race condition anyway? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PRO

[GIT PATCHES] V4L/DVB fixes

2008-02-12 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following fixes: - bug #9699: radio-sf16fmr2: fix request_region() validation; - bug #9833 when building V4L without I2C; - bug #9887: tda10086: make the 22kHz tone for D

[GIT PATCHES] V4L/DVB fixes

2008-01-11 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For two driver fixes: - ivtv: There are reports of regressions, due to udelay=5 on other ivtv boards. Better to be convervative than to break devices. so, stick to udelay=1

Re: [GIT PATCHES] V4L/DVB fixes

2008-01-09 Thread Mauro Carvalho Chehab
On Wed, 9 Jan 2008 16:43:51 +0100 Hans-Peter Jansen <[EMAIL PROTECTED]> wrote: > + /* The mspx4xx chips need a longer delay for some reason */ > + if (!(itv->hw_flags & IVTV_HW_MSP34XX)) > + itv->i2c_algo.udelay = 5; > + > > where the logic in hunk #1 was switched, resulting i

Re: [GIT PATCHES] V4L/DVB fixes

2008-01-09 Thread Hans-Peter Jansen
Am Montag, 7. Januar 2008 schrieb Mauro Carvalho Chehab: > > Hans Verkuil (1): > V4L/DVB (6916): ivtv: udelay has to be changed *after* the eeprom > was read, not before boils down to this patch: 89dab3573aa1d95fd222ee4551f964bfa4c16823 drivers/media/video/ivtv/ivtv-driver.c |4 d

[GIT PATCHES] V4L/DVB fixes

2008-01-07 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For two driver regression fixes: - bttv: VIDIOCGMBUF ioctl hangs on bttv driver - ivtv: udelay has to be changed *after* the eeprom was read, not before Cheers, Mauro. --- driver

[GIT PATCHES] V4L/DVB fixes

2007-12-13 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following: - Regression fixes: - Fix videobuf-core locks; - Fix some troubles at building system. - Three small driver fixes, on saa7134, bt866 and s5h1409

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

2007-12-11 Thread Michael Krufky
Mauro Carvalho Chehab wrote: >>> ^^ This patch fixes a build issue that only applies to new devices >>> >> that >> >>> depend on the tuner-xc2028 module, which is planned to be added to >>> mainline for 2.6.25 We don't need to send this patch upstream yet, >>> because the dependen

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

2007-12-11 Thread Mauro Carvalho Chehab
> > ^^ This patch fixes a build issue that only applies to new devices > that > > depend on the tuner-xc2028 module, which is planned to be added to > > mainline for 2.6.25 We don't need to send this patch upstream yet, > > because the dependency doesn't exist in 2.6.24. > > Hmm... ok. Anywa

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

2007-12-11 Thread Mauro Carvalho Chehab
Em Ter, 2007-12-11 às 21:14 -0500, Michael Krufky escreveu: > Mauro Carvalho Chehab wrote: > > Please pull from: > > > > ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master > > > > [snip] > > > > > Mauro, > > Mauro Carvalho Chehab (4): > > V4L/DVB (6750):

[GIT PATCHES] V4L/DVB fixes

2007-12-11 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following: - several driver fixes at ivtv, em28xx, tvp5150, tda10086, saa7146, zl10353, saa7134, saa7134-alsa, saa7134-dvb, cxusb, saa5246a and saa5249; - section fi

[GIT PATCHES] V4L/DVB fixes

2007-11-05 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following: - Some Kconfig fixes; - Updates missing entries at CARDLIST.em28xx; - Several driver fixes at bttv, cafe_ccic, s5h1409, mt2131, saa7134, planb, saa71

[GIT PATCHES] V4L/DVB fixes [RESEND]

2007-10-22 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following: - removal of the unused .hardware field, that were causing compilation troubles when V4L1 compat were not selected; - misc fixes at several parts of V4L

[GIT PATCHES] V4L/DVB fixes

2007-10-17 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git devel For the following fixes: - removal of the unused .hardware field, that were causing compilation troubles when V4L1 compat were not selected; - misc fixes at several parts o

[GIT PATCHES] V4L/DVB fixes

2007-09-14 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following driver fixes: - ivtv: fix VIDIOC_G_ENC_INDEX flag handling - saa7134: mux setup for composite sound on AverTV 307 - Pwc: Fix a broken debug message - saa719

[GIT PATCHES] V4L/DVB fixes

2007-08-23 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For a regression fix at b2c2-flexcop and a warning fix at dvb_net. Cheers, Mauro. --- drivers/media/dvb/b2c2/flexcop-i2c.c |7 +++ drivers/media/dvb/dvb-core/dvb_net.c |5

[GIT PATCHES] V4L/DVB fixes

2007-08-20 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following: - A few ivtv fixes; - Updates firmware location for tda10046; - Some fixes for OLPC camera; - Sets the proper frequency limits on dvb-pll. Cheers, Mauro.

[GIT PATCHES] V4L/DVB fixes

2007-07-30 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For some fixes at V4L/DVB drivers: - zr36067: proper standard handling, proper raw capture, fix at poll(), V4L2 API compliance for image size and video formats; - bttv: fix f

[GIT PATCHES] V4L/DVB fixes

2007-07-03 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For some fixes on V4L/DVB low-level drivers: - bttv: fixes a very weird error when used with a v4l1 application; - cx88-blackbird: fixes an endless loop at userspace apps, when

[GIT PATCHES] V4L/DVB fixes

2007-06-09 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For the following: - Fixes the V4L ABI breakage as reported on http://lkml.org/lkml/2007/5/14/42 (required several changes on ivtv code); - A building fix for architectures

[GIT PATCHES] V4L/DVB fixes

2007-05-13 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For two Kconfig fixes for non-x86 archs, a sysfs fix on dvb core, and a fix on usage count to allow removing dst driver without forcing. Cheers, Mauro. --- drivers/media/dvb/bt8xx/ds

Re: [GIT PATCHES] V4L/DVB fixes

2007-03-27 Thread Linus Torvalds
On Tue, 27 Mar 2007, Mauro Carvalho Chehab wrote: > Hi Linus, > > Em Seg, 2007-03-26 às 14:55 -0700, Linus Torvalds escreveu: > > > > On Mon, 26 Mar 2007, Mauro Carvalho Chehab wrote: > > > > > > Please pull 'master' from: > > > > > > git://git.kernel.org:/pub/scm/linux/kernel/git/mch

Re: [GIT PATCHES] V4L/DVB fixes

2007-03-27 Thread Mauro Carvalho Chehab
Hi Linus, Em Seg, 2007-03-26 às 14:55 -0700, Linus Torvalds escreveu: > > On Mon, 26 Mar 2007, Mauro Carvalho Chehab wrote: > > > > Please pull 'master' from: > > git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git > > master > > "Already up-to-date". > > Forgot to push?

Re: [GIT PATCHES] V4L/DVB fixes

2007-03-26 Thread Linus Torvalds
On Mon, 26 Mar 2007, Mauro Carvalho Chehab wrote: > > Please pull 'master' from: > git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git > master "Already up-to-date". Forgot to push? Linus - To unsubscribe from this list: send the line "unsubscribe linux-

[GIT PATCHES] V4L/DVB fixes

2007-03-26 Thread Mauro Carvalho Chehab
Linus, Please pull 'master' from: git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master Basically we have some fixes at IR code, a Kconfig fix when Radio is selected, some lock fixes at DVB core, Secam on saa7115 will now work properly, a fix on msp34xx detection an