[GIT PATCHES] V4L/DVB updates for 2.6.25

2008-01-25 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master People at v4l/dvb community were very busy since 2.6.24 window! This is the largest patch series I ever sent. It has 500+ patches. Thank you all for your development efforts. There

[GIT PATCHES] V4L/DVB updates for 2.6.25

2008-01-25 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master People at v4l/dvb community were very busy since 2.6.24 window! This is the largest patch series I ever sent. It has 500+ patches. Thank you all for your development efforts. There

[GIT PATCHES] V4L/DVB updates

2007-12-24 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For two trivial driver fixes: - A fix at Kconfig to DVB_LGDT330X be selected on cx23885; - Some ivtv boards requres a longer i2c udelay for they to work. Cheers, Mauro. ---

[GIT PATCHES] V4L/DVB updates

2007-12-24 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master For two trivial driver fixes: - A fix at Kconfig to DVB_LGDT330X be selected on cx23885; - Some ivtv boards requres a longer i2c udelay for they to work. Cheers, Mauro. ---

[GIT PATCHES] V4L/DVB updates

2007-07-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: - Some cleanups on several drivers; - Some fixes on ivtv driver; - Remove some memory leaks on wm8775 and wm8739; - Add missing for userspace V4L2 API;

[GIT PATCHES] V4L/DVB updates

2007-07-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: - Some cleanups on several drivers; - Some fixes on ivtv driver; - Remove some memory leaks on wm8775 and wm8739; - Add missing sys/time.h for userspace

[GIT PATCHES] V4L/DVB updates

2007-07-16 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: - Add experimental support for tea5761 tuner and AF9005 demodulator - Add instructions to retrieve opera firmware - Some improvements at dvb-pll and at tuner

[GIT PATCHES] V4L/DVB updates

2007-07-16 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: - Add experimental support for tea5761 tuner and AF9005 demodulator - Add instructions to retrieve opera firmware - Some improvements at dvb-pll and at tuner

[GIT PATCHES] V4L/DVB updates

2007-05-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: - Two fixes on Kconfig dependencies (ivtv and em28xx) - Adding new fields to v4l2_pix_format broke the ABI, reverted that change - Dvb-core: Handle failures

[GIT PATCHES] V4L/DVB updates

2007-05-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: - Two fixes on Kconfig dependencies (ivtv and em28xx) - Adding new fields to v4l2_pix_format broke the ABI, reverted that change - Dvb-core: Handle failures

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

Re: [GIT PATCHES] V4L/DVB updates

2007-05-09 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

Re: [GIT PATCHES] V4L/DVB updates

2007-05-09 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 LIRC

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 instead of

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; Can we

[GIT PATCHES] V4L/DVB updates

2007-05-08 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master There are several cleanups, driver updates and fixes on this series, including some important fixes on handling V4L1 calls. This series also adds support for a few newer saa7134 cards,

[GIT PATCHES] V4L/DVB updates

2007-05-08 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master There are several cleanups, driver updates and fixes on this series, including some important fixes on handling V4L1 calls. This series also adds support for a few newer saa7134 cards,

[GIT PATCHES] V4L/DVB updates

2007-05-01 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master This series contains a few fixes and cleanups, including a compilation fix for alpha architecture: - Cx88: fix compilation on alpha - MEDIA: Spinlock initializer cleanup -

[GIT PATCHES] V4L/DVB updates

2007-05-01 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master This series contains a few fixes and cleanups, including a compilation fix for alpha architecture: - Cx88: fix compilation on alpha - MEDIA: Spinlock initializer cleanup -

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

2007-04-28 Thread Markus Rechberger
On 4/28/07, Trent Piepho <[EMAIL PROTECTED]> wrote: On Sat, 28 Apr 2007, Markus Rechberger wrote: > On 4/27/07, Trent Piepho <[EMAIL PROTECTED]> wrote: > > On Mon, 16 Apr 2007, Markus Rechberger wrote: > > > > >> enough testing to be sent to mainline. > > > > I wish these patches had more

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

2007-04-28 Thread Trent Piepho
On Sat, 28 Apr 2007, Markus Rechberger wrote: > On 4/27/07, Trent Piepho <[EMAIL PROTECTED]> wrote: > > On Mon, 16 Apr 2007, Markus Rechberger wrote: > > > > >> enough testing to be sent to mainline. > > > > I wish these patches had more comments about how they worked, because it's > > not clear

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

2007-04-28 Thread Trent Piepho
On Sat, 28 Apr 2007, Markus Rechberger wrote: On 4/27/07, Trent Piepho [EMAIL PROTECTED] wrote: On Mon, 16 Apr 2007, Markus Rechberger wrote: enough testing to be sent to mainline. I wish these patches had more comments about how they worked, because it's not clear to me exactly what

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

2007-04-28 Thread Markus Rechberger
On 4/28/07, Trent Piepho [EMAIL PROTECTED] wrote: On Sat, 28 Apr 2007, Markus Rechberger wrote: On 4/27/07, Trent Piepho [EMAIL PROTECTED] wrote: On Mon, 16 Apr 2007, Markus Rechberger wrote: enough testing to be sent to mainline. I wish these patches had more comments about how they

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

2007-04-27 Thread Markus Rechberger
On 4/27/07, Trent Piepho <[EMAIL PROTECTED]> wrote: On Mon, 16 Apr 2007, Markus Rechberger wrote: > On 4/16/07, Michael Krufky <[EMAIL PROTECTED]> wrote: > > Adrian Bunk wrote: > > > On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: > > >> Mauro, > > >> > > >> I've been out of town

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

2007-04-27 Thread Trent Piepho
On Mon, 16 Apr 2007, Markus Rechberger wrote: > On 4/16/07, Michael Krufky <[EMAIL PROTECTED]> wrote: > > Adrian Bunk wrote: > > > On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: > > >> Mauro, > > >> > > >> I've been out of town for the past few days... I just got home and saw > >

[GIT PATCHES] V4L/DVB updates

2007-04-27 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master A short changelog: - New drivers: ivtv driver for Hauppauge PVR series and similar boards; ZR364xx USB driver; Opera S1 DVB USB driver; TDA10023 DVB

[GIT PATCHES] V4L/DVB updates

2007-04-27 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master A short changelog: - New drivers: ivtv driver for Hauppauge PVR series and similar boards; ZR364xx USB driver; Opera S1 DVB USB driver; TDA10023 DVB

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

2007-04-27 Thread Trent Piepho
On Mon, 16 Apr 2007, Markus Rechberger wrote: On 4/16/07, Michael Krufky [EMAIL PROTECTED] wrote: Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro

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

2007-04-27 Thread Markus Rechberger
On 4/27/07, Trent Piepho [EMAIL PROTECTED] wrote: On Mon, 16 Apr 2007, Markus Rechberger wrote: On 4/16/07, Michael Krufky [EMAIL PROTECTED] wrote: Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few

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

2007-04-16 Thread Mauro Carvalho Chehab
> > I have tested these patches with 2.6.20-mh1 + v4l-dvb-b5be3479f070 patchset. > > I also tried 2.6.21-rc6 + v4l-dvb-b5be3479f070 patchset and this > > combination > > also works without OOPS. > > > Yes, that shows that the changesets prevent the oops, but it says > nothing about vanilla

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

2007-04-16 Thread hermann pitton
Am Montag, den 16.04.2007, 12:25 -0400 schrieb Michael Krufky: > CIJOML wrote: > > Dne pondělí 16 duben 2007 17:34 Michael Krufky napsal(a): > > > >> Adrian Bunk wrote: > >> > >>> On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: > >>> > Mauro, > > I've

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

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

2007-04-16 Thread Michael Krufky
CIJOML wrote: > Dne pondělí 16 duben 2007 17:34 Michael Krufky napsal(a): > >> Adrian Bunk wrote: >> >>> On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: >>> Mauro, I've been out of town for the past few days... I just got home and saw this:

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

2007-04-16 Thread CIJOML
Dne pondělí 16 duben 2007 17:34 Michael Krufky napsal(a): > Adrian Bunk wrote: > > On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: > >> Mauro, > >> > >> I've been out of town for the past few days... I just got home and saw > >> this: > >> > >> Mauro Carvalho Chehab wrote: > >>>

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

2007-04-16 Thread Markus Rechberger
On 4/16/07, Michael Krufky <[EMAIL PROTECTED]> wrote: Adrian Bunk wrote: > On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: >> Mauro, >> >> I've been out of town for the past few days... I just got home and saw this: >> >> >> Mauro Carvalho Chehab wrote: >>>- Fix 1/3 for bug

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

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

2007-04-16 Thread Michael Krufky
Adrian Bunk wrote: > On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: >> Mauro, >> >> I've been out of town for the past few days... I just got home and saw this: >> >> >> Mauro Carvalho Chehab wrote: >>>- Fix 1/3 for bug 7819: fixed frontend hotplug issue >>>- Fix 2/3 for

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

2007-04-16 Thread CIJOML
One more addiction: As a side effect this fixes also kernel crash, when you swsusp/swresume with USB dongle and playing DVB stream. Michal Dne pondělí 16 duben 2007 16:15 Adrian Bunk napsal(a): > On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: > > Mauro, > > > > I've been out

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

2007-04-16 Thread CIJOML
Hi, I have tested these patches with: Freecom DVB-T dongle Pluto2 pcmcia card Leadtek WinFast DTV dongle 1st generation Leadtek WinFast DTV dongle 2nd generation These are 4 different devices with 4 different hw and modules. All works. Please apply. Michal Dne pondělí 16 duben 2007 16:15

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

2007-04-16 Thread Adrian Bunk
On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: > Mauro, > > I've been out of town for the past few days... I just got home and saw this: > > > Mauro Carvalho Chehab wrote: > >- Fix 1/3 for bug 7819: fixed frontend hotplug issue > >- Fix 2/3 for bug 7819: demux and dvr >

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

2007-04-16 Thread Mauro Carvalho Chehab
Em Seg, 2007-04-16 às 10:17 +0200, Markus Rechberger escreveu: > On 4/16/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > > Michael Krufky wrote: > > > Mauro, > > > > > > I've been out of town for the past few days... I just got home and saw > > this: > > > > > > > > > Mauro Carvalho Chehab wrote: >

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

2007-04-16 Thread Markus Rechberger
On 4/16/07, Manu Abraham <[EMAIL PROTECTED]> wrote: Michael Krufky wrote: > Mauro, > > I've been out of town for the past few days... I just got home and saw this: > > > Mauro Carvalho Chehab wrote: >>- Fix 1/3 for bug 7819: fixed frontend hotplug issue >>- Fix 2/3 for bug 7819: demux

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

2007-04-16 Thread Markus Rechberger
On 4/16/07, Manu Abraham [EMAIL PROTECTED] wrote: Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and dvr -

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

2007-04-16 Thread Mauro Carvalho Chehab
Em Seg, 2007-04-16 às 10:17 +0200, Markus Rechberger escreveu: On 4/16/07, Manu Abraham [EMAIL PROTECTED] wrote: Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug

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

2007-04-16 Thread Adrian Bunk
On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and dvr - Fix

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

2007-04-16 Thread CIJOML
Hi, I have tested these patches with: Freecom DVB-T dongle Pluto2 pcmcia card Leadtek WinFast DTV dongle 1st generation Leadtek WinFast DTV dongle 2nd generation These are 4 different devices with 4 different hw and modules. All works. Please apply. Michal Dne pondělí 16 duben 2007 16:15

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

2007-04-16 Thread CIJOML
One more addiction: As a side effect this fixes also kernel crash, when you swsusp/swresume with USB dongle and playing DVB stream. Michal Dne pondělí 16 duben 2007 16:15 Adrian Bunk napsal(a): On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town

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

2007-04-16 Thread Michael Krufky
Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and

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

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

2007-04-16 Thread Markus Rechberger
On 4/16/07, Michael Krufky [EMAIL PROTECTED] wrote: Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed

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

2007-04-16 Thread CIJOML
Dne pondělí 16 duben 2007 17:34 Michael Krufky napsal(a): Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819:

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

2007-04-16 Thread Michael Krufky
CIJOML wrote: Dne pondělí 16 duben 2007 17:34 Michael Krufky napsal(a): Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote:

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 changing

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

2007-04-16 Thread hermann pitton
Am Montag, den 16.04.2007, 12:25 -0400 schrieb Michael Krufky: CIJOML wrote: Dne pondělí 16 duben 2007 17:34 Michael Krufky napsal(a): Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few

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

2007-04-16 Thread Mauro Carvalho Chehab
I have tested these patches with 2.6.20-mh1 + v4l-dvb-b5be3479f070 patchset. I also tried 2.6.21-rc6 + v4l-dvb-b5be3479f070 patchset and this combination also works without OOPS. Yes, that shows that the changesets prevent the oops, but it says nothing about vanilla 2.6.20.y

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

2007-04-15 Thread Manu Abraham
Michael Krufky wrote: > Mauro, > > I've been out of town for the past few days... I just got home and saw this: > > > Mauro Carvalho Chehab wrote: >>- Fix 1/3 for bug 7819: fixed frontend hotplug issue >>- Fix 2/3 for bug 7819: demux and dvr >>- Fix 3/3 for bug 7819: fixed

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

2007-04-15 Thread Michael Krufky
Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: >- Fix 1/3 for bug 7819: fixed frontend hotplug issue >- Fix 2/3 for bug 7819: demux and dvr >- Fix 3/3 for bug 7819: fixed hotplugging for dvbnet I don't think that this

[GIT PATCHES] V4L/DVB updates

2007-04-15 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: - Fix Kernel Bugzilla #8301: spinlock fix for flexcop-pci - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and dvr - Fix

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

2007-04-15 Thread Michael Krufky
Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and dvr - Fix 3/3 for bug 7819: fixed hotplugging for dvbnet I don't think that this is

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

2007-04-15 Thread Manu Abraham
Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and dvr - Fix 3/3 for bug 7819: fixed hotplugging for

[GIT PATCHES] V4L/DVB updates

2007-04-15 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: - Fix Kernel Bugzilla #8301: spinlock fix for flexcop-pci - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and dvr - Fix