[PATCH 0/1] V4L/DVB fix

2006-12-11 Thread Mauro Carvalho Chehab
Linus, Please pull 'master' from: git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master It fixes a breakage when compiling on ia64. Cheers, Mauro. V4L/DVB development is hosted at http://linuxtv.org --- drivers/media/video/usbvision/usbvision-i2c.c | 14

Re: [PATCH 0/1] V4L/DVB fix

2006-12-12 Thread Mauro Carvalho Chehab
Linus, > > Please pull 'master' from: > > git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git > > master > > It fixes a breakage when compiling on ia64. > Did you forget to push out again? Argh! Yes, it weren't pushed on my tree. Should be ok now. updating 'refs/heads/mas

Re: V4L2: __ucmpdi2 undefined on ppc

2006-12-13 Thread Mauro Carvalho Chehab
Em Qua, 2006-12-13 às 14:11 +0200, Meelis Roos escreveu: > MODPOST 618 modules > WARNING: "__ucmpdi2" [drivers/media/video/v4l2-common.ko] undefined! > > This 32-bit ppc architecture, using gcc version 4.1.2 20061115 > (prerelease) (Debian 4.1.1-21). .config below if important. Hmm... does it w

Re: V4L2: __ucmpdi2 undefined on ppc

2006-12-16 Thread Mauro Carvalho Chehab
> I posted a patch to Paul this week to fix this, as saw we saw it on > Ubuntu's powerpc kernel builds. > > Since ppc32 can't do a 64bit comparison on its own it seems, gcc > will generate a call to a helper function from libgcc. What other > arches do is link libgcc.a into libs-y, and export the

Re: [PATCH] Fix __ucmpdi2 in v4l2_norm_to_name()

2007-01-04 Thread Mauro Carvalho Chehab
Em Qui, 2007-01-04 às 14:48 -0800, Andrew Morton escreveu: > On Thu, 04 Jan 2007 12:10:14 +0100 > Stelian Pop <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > This patch replaces a switch statement using 64 bit values with the > > if/else equivalent in order to prevent a call __ucmpdi2 generated by >

Re: [PATCH] Fix __ucmpdi2 in v4l2_norm_to_name()

2007-01-07 Thread Mauro Carvalho Chehab
Em Qui, 2007-01-04 às 15:18 -0800, Andrew Morton escreveu: > On Thu, 04 Jan 2007 20:59:08 -0200 > Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > > > > The largest value we use here is 0x0200. Perhaps v4l2_std_id > > > shouldn't > > > be 6

Re: 2.6.20-rc3-git4 oops on suspend: __drain_pages

2007-01-07 Thread Mauro Carvalho Chehab
Em Dom, 2007-01-07 às 18:33 +0200, Pekka Enberg escreveu: > On Thu, 4 Jan 2007, Robert Hancock wrote: > > > > Saw this oops on 2.6.20-rc3-git4 when attempting to suspend. This only > > > > happened in 1 of 3 attempts. > > On Friday, 5 January 2007 20:15, Christoph Lameter wrote: > > > See the fix

Re: [patch] Fix bttv and friends on 64bit machines with lots of memory.

2007-01-12 Thread Mauro Carvalho Chehab
Em Qui, 2007-01-11 às 00:41 +0100, hermann pitton escreveu: > Am Mittwoch, den 10.01.2007, 09:58 +0100 schrieb Gerd Hoffmann: > > Hi, > > > > We have a DMA32 zone now, lets use it to make sure the card > > can reach the memory we have allocated for the video frame > > buffers. > > > > please ap

Re: [v4l-dvb-maintainer] -mm: cx88-blackbird.c: unused code re-added

2006-11-17 Thread Mauro Carvalho Chehab
Hi Adrian, Em Sex, 2006-11-17 às 13:42 +0100, Adrian Bunk escreveu: > On Tue, Nov 14, 2006 at 01:41:25AM -0800, Andrew Morton wrote: > >... > > Changes since 2.6.19-rc5-mm2: > >... > > git-dvb.patch > >... > > git trees > >... > > Why does this patch re-add the still unused cx88_ioctl_hook and

Re: [2.6 patch] remove the broken VIDEO_ZR36120 driver

2006-11-26 Thread Mauro Carvalho Chehab
be revived in the forseeable future. > > But if anyone wants to ever revive this driver, the code is still > present in the older kernel releases. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > Acked-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Ok, applied at m

[PATCH 0/2] V4L/DVB fixes

2006-11-26 Thread Mauro Carvalho Chehab
Linus, Please pull 'master' from: git://git.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master saa717x chips are wrongly detected as saa711x: - Improve saa711x check Fixes an oops on some special condition: - Fix oops on symbol rate==0 There is also a pending request

[PATCH 1/2] V4L/DVB (4885): Improve saa711x check

2006-11-26 Thread Mauro Carvalho Chehab
model. Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> --- drivers/media/video/saa7115.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa71

[PATCH 2/2] V4L/DVB (4874): Fix oops on symbol rate==0

2006-11-26 Thread Mauro Carvalho Chehab
From: Andrew de Quincey <[EMAIL PROTECTED]> The tda10086 causes an oops (divide by zero) if a zero symbol rate is used; this prevents this. Signed-off-by: Andrew de Quincey <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> --- drivers/media/dvb/fr

Re: [2.6 patch] remove the broken VIDEO_ZR36120 driver

2006-11-28 Thread Mauro Carvalho Chehab
Hi Joe, Em Seg, 2006-11-27 às 22:36 -0800, Joe Feise escreveu: > Adrian Bunk wrote on 11/27/06 22:07: > > > On Mon, Nov 27, 2006 at 09:30:27PM -0800, Joe Feise wrote: > >> Adrian Bunk wrote on 11/25/06 11:15: > >> > >>> But if anyone wants to ever revive this driver, the code is still > >>> pres

Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Mauro Carvalho Chehab
Hi Roman, Several instabilities on Kconfig started to happen after replacing Kconfig menus to use menuconfig, as this one, reported by Oliver: Em Qui, 2007-06-21 às 13:50 +0200, Oliver Neukum escreveu: > Am Donnerstag, 21. Juni 2007 schrieb Toralf Förster: > > Right, but IMHO this issue is typica

Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Mauro Carvalho Chehab
Em Sex, 2007-06-22 às 15:51 +0200, Jan Engelhardt escreveu: > On Jun 22 2007 15:46, Andreas Herrmann wrote: > >Hi, > > > >I am not sure whether it is related or not > >But if you select USB as module but build your v4l_usb driver > >into the kernel you also get compile errors. > >Attached is a patc

Re: Kconfig troubles when using menuconfig - Was: [patch]Re: [linux-usb-devel] linux-2.6.22-rc5-gf1518a0 build #300 failed in zc0301_core.c

2007-06-22 Thread Mauro Carvalho Chehab
Em Sex, 2007-06-22 às 16:27 +0200, Roman Zippel escreveu: > Hi, > > On Fri, 22 Jun 2007, Mauro Carvalho Chehab wrote: > > > Hi Roman, > > > > Several instabilities on Kconfig started to happen after replacing > > Kconfig menus to use menuconfig, as this one,

Re: [PATCH] saa7134: fix thread shutdown handling

2007-06-23 Thread Mauro Carvalho Chehab
Em Sáb, 2007-06-23 às 09:54 -0700, Andrew Morton escreveu: > > On Thu, 21 Jun 2007 14:45:22 -0400 Jeff Mahoney <[EMAIL PROTECTED]> wrote: > > This patch changes the test for the thread pid from >= 0 to > 0. > > > > When the saa8134 driver initialization fails after a certain point, > > it goes

Re: [patch] 2.6.22-rc Kconfig troubles when using menuconfig

2007-06-23 Thread Mauro Carvalho Chehab
gt; Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> Acked-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> (for both Andreas and your patch) -- Cheers, Mauro - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROT

Re: BUG in 2.6.22-rc2-mm1: Parts of Alsa sound architecture broken

2007-05-26 Thread Mauro Carvalho Chehab
Em Sáb, 2007-05-26 às 12:51 +0200, Jan Engelhardt escreveu: > On May 25 2007 23:33, Takashi Iwai wrote: > > > >Yeah, I'll check it again if reposted. Jan, could you split ALSA > >portins at the next time? > > How much split? This time, I made four out of it. > > >This will make testing and mergi

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Mauro Carvalho Chehab
Hi Jiri, I have some comments for your driver. > + * Copyright (C) Nicolas VIVIEN It would be interesting to have Nicolas SOB as well, if possible. > + > +#ifndef CONFIG_STK11XX_DEBUG_STREAM > +#define CONFIG_STK11XX_DEBUG_STREAM 0 > +#endif > + > +#if CONFIG_STK11XX_DEBUG_STREAM I would inst

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Mauro Carvalho Chehab
Em Seg, 2007-05-28 às 17:14 +0200, Markus Rechberger escreveu: > > > +/* > > > + * Bayer conversion > > > + */ > > > > We don't do format conversions in kernel. Instead, you should return a > > proper Bayer Fourcc format (like V4L2_PIX_FMT_SBGGR8). > > > > It's ok in his case since most userspace

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Mauro Carvalho Chehab
> > As Luca pointed, if we add conversion for one driver, we should add for > > the rest. > > > > Instead, it would be better if Jiri sends the decoding and the rescaling > > stuff as a patch to v4l2-apps/lib, starting the API decoding library. > > Once we have a library, we can ask the userspace

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-29 Thread Mauro Carvalho Chehab
> > Hi Mauro and Markus, > > Just to summ up what I understood we need: > > > > What do we need in userspace, only for v4l (dvb is not concerned): > > - colorspace translations > > - filters that be done in hardware if the selected hardware can, > > otherwise software plugin > > - decompression

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-29 Thread Mauro Carvalho Chehab
Em Ter, 2007-05-29 às 21:04 +0200, Thierry Merle escreveu: > > Mauro Carvalho Chehab a écrit : > > > > > >>> Hi Mauro and Markus, > >>> Just to summ up what I understood we need: > >>> > >>> What do we need in userspace, on

Re: BUG in 2.6.22-rc2-mm1: Parts of Alsa sound architecture broken

2007-05-29 Thread Mauro Carvalho Chehab
Em Ter, 2007-05-29 às 22:18 +0200, Jan Engelhardt escreveu: > On May 29 2007 18:41, Takashi Iwai wrote: > > > >Well, I find the change of CONFIG_SND to menuconfig is fine, too. > >But CONFIG_SND_PCI_DRIVERS and others don't make much sense to me. > >How is it useful at all? > > Hah, I just tell yo

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-06-01 Thread Mauro Carvalho Chehab
> >> + * Copyright (C) Nicolas VIVIEN > > > > It would be interesting to have Nicolas SOB as well, if possible. > > I don't think he ever knows about this version of the driver. I got his GPL > driver, cleaned up -- coding style, v4l1 and v4l2 ioctl conversion to v4l2 > functions, some bug fixes

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-06-01 Thread Mauro Carvalho Chehab
> > This seems to be an interesting approach. > > > > > Interesting but impossible to do for ioctl calls. > When the application does a ioctl(fd_of_mnt_video0,VIDIOC_G_FMT,&arg) > for example, there is no way for the userspace helper to catch this ioctl. > The application could only open/read

[GIT PATCHES] V4L/DVB updates

2007-07-16 Thread Mauro Carvalho Chehab
the tuner type for the WinTV USB UK PAL model. Matthias Kaehlcke (2): V4L/DVB (5809): Use mutex instead of semaphore in Philips webcam driver V4L/DVB (5811): Use mutex instead of semaphore in Virtual Video driver Mauro Carvalho Chehab (13): V4L/DVB (5563a): Add experimental support

Re: [PATCH] Conexant 2388x: check for kthread_run

2007-07-18 Thread Mauro Carvalho Chehab
Hi Cyrill, Em Qua, 2007-07-18 às 22:56 +0400, Cyrill Gorcunov escreveu: > This patch adds checking of kthread_run return code. > > Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> > --- > Probably we could just ignore a such situation (we do > check for core->kthread value before trying to stop

Re: default y idiocy

2007-05-12 Thread Mauro Carvalho Chehab
Hi Jan, All the submenus bellow are dependent of VIDEO_DEV (Video4Linux core). If someone wants V4L, it is very likely that he will select a radio or a video adapter, since the subsystem is useless without the drivers (*). (*) Except if you are using an out-of-tree driver. > diff --git a/drivers

[GIT PATCHES] V4L/DVB fixes

2007-05-13 Thread Mauro Carvalho Chehab
Abraham (1): V4L/DVB (5639a): Fix dst usage count Mauro Carvalho Chehab (2): V4L/DVB (5640): Fix: em28xx currently doesn't require VIDEO_BUF V4L/DVB (5639): Fix Kconfig dependencies for ivtv Simon Arlott (1): V4L/DVB (5630): Dvb-core: Handle failures to create de

Re: [PATCH] em28xx and ivtv should depend on PCI

2007-05-16 Thread Mauro Carvalho Chehab
it: http://lkml.org/lkml/2007/5/13/100 -- Cheers, Mauro Carvalho Chehab http://linuxtv.org [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-i

Re: [3/3] 2.6.22-rc1: known regressions v2

2007-05-16 Thread Mauro Carvalho Chehab
Hi Michal, V4L Subject: V4L ABI breakage References : http://lkml.org/lkml/2007/5/14/42 Submitter : Robert Fitzsimons <[EMAIL PROTECTED]> Caused-By : Hans Verkuil <[EMAIL PROTECTED]> Mauro Carvalho Chehab <[EMAIL PROTECTED]>

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-06-04 Thread Mauro Carvalho Chehab
Em Sáb, 2007-06-02 às 11:00 +0200, Thierry Merle escreveu: > > Mauro Carvalho Chehab a écrit : > >>> This seems to be an interesting approach. > >>> > >>> > >>> > >> Interesting but impossible to do for ioctl calls. >

Re: drivers/media/dvb/b2c2/flexcop-dma.c uses PCI DMA API

2007-06-07 Thread Mauro Carvalho Chehab
Hi Geert, Em Qua, 2007-06-06 às 21:11 +0200, Geert Uytterhoeven escreveu: > Hi, > > drivers/media/dvb/b2c2/flexcop-dma.c uses the PCI DMA API, but > DVB_B2C2_FLEXCOP > doesn't depend on PCI, causing the following problem on PCI-less systems: > > | linux/drivers/media/dvb/b2c2/flexcop-dma.

Re: [v4l-dvb-maintainer] drivers/media/dvb/b2c2/flexcop-dma.c uses PCI DMA API

2007-06-07 Thread Mauro Carvalho Chehab
> Mauro, > > It appears that your change has caused the following build warning: > > WARNING: "b2c2_flexcop_debug" > [/home/mk/v4l-dvb-master/v4l/b2c2-flexcop-pci.ko] undefined! Weird, this error didn't appeared on my tests here. Ok, I'll work on fixing this. I have another alternative wor

Re: [v4l-dvb-maintainer] drivers/media/dvb/b2c2/flexcop-dma.c uses PCI DMA API

2007-06-08 Thread Mauro Carvalho Chehab
Hi Trent, > Here is a patch that does just option B. I have a couple other > patches too. Tracking the flexcop, I've arrived on a similar patch to yours, but this approach will duplicate some debug macros. This is somewhat ugly. Since we need this fix for a late -rc, I think that the better for

[GIT PATCHES] V4L/DVB fixes

2007-06-09 Thread Mauro Carvalho Chehab
ormat warnings. Mauro Carvalho Chehab (2): V4L/DVB (5702): Fix Kconfig items to avoid linkedition errors V4L/DVB (5761): Fix broken b2c2 dependency on non x86 architectures Oliver Endriss (1): V4L/DVB (5716): Tda10086,tda826x: fix tuning, STR/SNR values Russell King (1):

Re: [4/4] 2.6.22-rc3: known regressions

2007-06-09 Thread Mauro Carvalho Chehab
Hi Michal, > Subject: V4L ABI breakage > References : http://lkml.org/lkml/2007/5/14/42 > Submitter : Robert Fitzsimons <[EMAIL PROTECTED]> > Caused-By : Hans Verkuil <[EMAIL PROTECTED]> > Mauro Carvalho Chehab <[EMAIL PRO

Re: 2.6.22-rc6 spurious hangs

2007-06-29 Thread Mauro Carvalho Chehab
> Still we can't do this under cinergyt2->sem, because cinergyt2_query() > takes it too. This all looks very wrong to me, I hope maintaners can > explain. AFAIK, the driver authors are not working anymore with CinergyT2. The last patch we have on development tree from Holger is dated as Dec, 3 200

Re: [v4l-dvb-maintainer] [PATCH] se401: fix "&& 0x" typo

2007-07-02 Thread Mauro Carvalho Chehab
Em Seg, 2007-07-02 às 15:04 +0400, Alexey Dobriyan escreveu: > Code there survived trivial regexp made earlier, but after bulk preprocessing > was done... > > ===> if (!cp[2] && 0x40) { <=== > printk("<3>" "%s: " "Bayer format not supported!" ... > return 1; >

Re: How to handle patches that cross maintainers?

2007-07-03 Thread Mauro Carvalho Chehab
Em Ter, 2007-07-03 às 04:01 -0500, Kumar Gala escreveu: > Andrew, > > I was hoping to get your input on how to handle patches that cross > maintainers. I've got a patch that is pretty PPC specific, but > happens to touch some drivers as well. > > Here's the diffstat to get a rough idea: > >

[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

Re: [3/5] 2.6.22-rc2: known regressions

2007-05-21 Thread Mauro Carvalho Chehab
Hi Michal, Em Dom, 2007-05-20 às 00:06 +0200, Michal Piotrowski escreveu: > V4L > > Subject: V4L ABI breakage > References : http://lkml.org/lkml/2007/5/14/42 > Submitter : Robert Fitzsimons <[EMAIL PROTECTED]> > Caused-By : Hans Verkuil <[EMAIL PROTECTED]>

[GIT PATCHES] V4L/DVB updates

2007-05-22 Thread Mauro Carvalho Chehab
-simple.c fix suport for SECAM with FI1216MF Mauro Carvalho Chehab (2): V4L/DVB (5639): Fix Kconfig dependencies for ivtv V4L/DVB (5640): Fix: em28xx shouldn't be selecting VIDEO_BUF Simon Arlott (1): V4L/DVB (5630): Dvb-core: Handle failures to create de

[RFC PATCH 1/3] Add ability to keep track of callers of symbol_(get|put)

2007-03-09 Thread Mauro Carvalho Chehab
ent Piepho <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> diff --git a/include/linux/module.h b/include/linux/module.h --- a/include/linux/module.h +++ b/include/linux/module.h @@ -169,9 +169,10 @@ struct notifier_block; #ifdef CONFIG_MODULES /* Get/p

[RFC PATCH 2/3] Update mtd use of symbol_(get|put)

2007-03-09 Thread Mauro Carvalho Chehab
From: Trent Piepho <[EMAIL PROTECTED]> Make the mtd sub-system work with changes to __symbol_get(). mtd calls __symbol_get() directly, rather than through the symbol_get() macro because it uses a string it created with sprintf to specify the symbol to attach to. It needs to be updated to supply

[RFC PATCH 3/3] Update dvb use of symbol_(get|put)

2007-03-09 Thread Mauro Carvalho Chehab
From: Trent Piepho <[EMAIL PROTECTED]> Make the dvb sub-system use the ability of symbol_(put|get) to keep track of what module did the putting or getting. In the dvb sub-system, symbol_put is called through the macro dvb_attach(). A driver for a bridge or card will attach frontends, tuners, or

Re: [PATCH] drivers/media/video/se401.c: check kmalloc() return value.

2007-03-09 Thread Mauro Carvalho Chehab
Hi Oliver, Em Sex, 2007-03-09 às 09:31 +0100, Oliver Neukum escreveu: > Am Freitag, 9. März 2007 08:30 schrieb Amit Choudhary: > > Description: Check the return value of kmalloc() in function > > se401_start_stream(), in file drivers/media/video/se401.c. > > Firstly, USB patches to the USB list.

[RFC PATCH 0/3] Fix module information when symbol_get is used

2007-03-09 Thread Mauro Carvalho Chehab
Hi Rusty, DVB code uses symbol_get/symbol_put functions at module.c to allow dynamically add frontend modules (responsible for tuning and demodulating the digital signal). The problem is that symbol_get doesn't properly mark the module that requested it. Trent worked on a fix for this, by using 3

Re: [PATCH] dvb-core: Fix several locking related problems.

2007-03-10 Thread Mauro Carvalho Chehab
Em Sáb, 2007-03-10 às 02:49 +0100, Johannes Stezenbach escreveu: > On Sun, Mar 04, 2007 at 05:45:54PM +, Simon Arlott wrote: > > Fix several instances of dvb-core functions using mutex_lock_interruptible > > and returning -ERESTARTSYS where the calling function will either never > > retry or

[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-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 > >

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

Re: [linux-dvb] Re: DST/BT878 module customization (.. was: Critical points about ...)

2007-05-04 Thread Mauro Carvalho Chehab
> > It would be nice, however, to have a patch making dvb_attach more > > generic, by e.g. having a variant that allows passing another message. > > Only this message is from dvb_attach(): > > DVB: Unable to find symbol dst_attach() > > Is it saying that it cannot load the module that dst_attach(

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-05 Thread Mauro Carvalho Chehab
Hi Manu, Em Qui, 2007-05-03 às 23:03 +0400, Manu Abraham escreveu: > Mauro Carvalho Chehab wrote: > > Enough. Let's stop arguing non technical issues. > > > > If either one of you have any technical argue against the Trent's > > patches, please point wher

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Mauro Carvalho Chehab
Hi Manu, > From my side, quite some time has been put forward to write that mail. > Inspite of that if you feel that you do have to go your own way, then > it is completely upto you. I would say: do as you feel in such a case. The point is that those issues are pending for a long time, and they s

[GIT PATCHES] V4L/DVB updates

2007-05-08 Thread Mauro Carvalho Chehab
Risolia (1): V4L/DVB (5585): SN9C1xx driver updates Matthias Kaehlcke (1): V4L/DVB (5572): Pvrusb2: use mutex instead of semaphore Mauro Carvalho Chehab (4): V4L/DVB (5569): Fix: v4l1_compat should be called only if V4L1_COMPAT V4L/DVB (5587): Add help for RADIO_ADAPTERS and

Re: [PATCH 1/2] V4L: videodev, allow VIDIOCGMBUF

2007-05-08 Thread Mauro Carvalho Chehab
Hi Jiri, > if (_IOC_TYPE(cmd)=='v') > - return v4l_compat_translate_ioctl(inode,file,cmd,arg, > +#ifdef CONFIG_VIDEO_V4L1_COMPAT > + if (cmd != VIDIOCGMBUF) /* <-- handled below vvv */ > +#endif > + return v4l_compat_translate_ioctl(inode,file,cmd,

Re: [PATCH 2/2] V4L: v4l1-compat, fix VIDIOCSPICT for non-OVERLAY

2007-05-08 Thread Mauro Carvalho Chehab
Hi Jiri, Em Ter, 2007-05-08 às 20:25 +0200, Jiri Slaby escreveu: > v4l1-compat, fix VIDIOCSPICT for non-OVERLAY > > Do not return EINVAL for devices, which don't support overlay. The patch bellow also provides a proper fix for VIDIOCSPICT: http://git.kernel.org/?p=linux/kernel/git/mchehab/v4l-d

Re: [PATCH 1/3] v4l: Support 10moons TM300 (saa7130) Card

2007-05-08 Thread Mauro Carvalho Chehab
Hi Tony, Can you re-generate your patch against the latest tree? Currently, the last board is 115. So, this one should be 116. Also, the proper way for discussing about V4L is to use V4L Mailing List (I'm c/c it). Cheers, Mauro. Em Qua, 2007-05-09 às 05:54 +0800, Tony Wan escreveu: > Support th

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

Re: Porting V4L2 drivers to 2.6.20

2007-03-17 Thread Mauro Carvalho Chehab
Em Ter, 2007-03-13 às 11:08 +0100, Laurent Pinchart escreveu: > > Hey, > > am porting V4L2 drivers from 2.6.13 to 2.6.20. > > > > The driver is using a structure 'video_device' which exists in > > include/linux/videodev.h. > > > > However, The linux kernel in 2.6.20 doesnot have

[GIT PATCHES] V4L/DVB fixes

2007-03-26 Thread Mauro Carvalho Chehab
sp3400 and tuner Mauro Carvalho Chehab: V4L/DVB (5408): Fix SECAM handling on saa7115 Oliver Endriss: V4L/DVB (5441): Saa7146: Fix allocation of clipping memory Simon Arlott: V4L/DVB (5400): Core: fix several locking related problems Thomas Viehweger: V4L/DVB (5472): Isl6

Re: Video for Linux deprecated drivers (VIDEO_V4L1)

2007-04-27 Thread Mauro Carvalho Chehab
Sunil, Em Sex, 2007-04-27 às 20:39 +0530, Sunil Naidu escreveu: > Hello, > > I need add a device for a particular solution on a x86 box. Device is > Logitech QuickCam, USB based WebCam (has to be included because of the > change in the experiment specs). > > To get the device working (capture im

[GIT PATCHES] V4L/DVB updates

2007-04-27 Thread Mauro Carvalho Chehab
r V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnet Mauro Carvalho Chehab (14): V4L/DVB (5297): Fix identation on tda10021.c V4L/DVB (5462): Add Logitech ViewPort AV 100 V4L/DVB (5476): Fix gpiomux array size V4L/DVB (5477): CodingStyle cleanups on fo

[GIT PULL] V4L/DVB fixes

2007-03-01 Thread Mauro Carvalho Chehab
Linus, We have some fixes for 2.6.21 on my -git tree. There were also two newer drivers, one for zr364xx and another for ivtv. Both drivers exists for some time out of kernel tree. The first one used to have, in the past, a mjpeg conversion routine at kernel. His author removed this and cleaned

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 >

Re: [v4l-dvb-maintainer] [2.6 patch] drivers/media/video/bt8xx/bttv-cards.c: fix off-by-one

2007-03-29 Thread Mauro Carvalho Chehab
oid future troubles if this array have any changes on its size. I'm enclosing a patch doing this fix. Cheers, Mauro Changeset: 5476 From: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Commiter: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Date: Wed Mar 28 22:37:20 2007 -0300 Subject: Fi

[GIT PATCHES] Two DVB fixes for 2.6.21 and -stable

2007-04-02 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: - Tda10086: fix DiSEqC message length - Pluto2: fix incorrect TSCR register setting Cheers, Mauro. --- drivers/media/dvb/frontends/tda10086.c |2 +- driv

Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities

2007-04-30 Thread Mauro Carvalho Chehab
Hi Helge and others, On Mon, 30 Apr 2007, Helge Hafting wrote: what the consequence is. To be truthful I would strategically prefare a vacuum at the price that the work isn't even done for months. ONLY IF there is a personnel vacuum the necessity for others to volunteer will arise. A suffic

Re: DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Mauro Carvalho Chehab
Hi Markus, Em Seg, 2007-04-30 às 23:17 +0200, Markus Rechberger escreveu: > Hi, > > Trent Piepho wrote another patch for it, it just completes Uwe's patch > in the end. > > http://linuxtv.org/hg/~tap/dst-new?cmd=changeset;node=bbdd2b53cd5c;style=gitweb The above patch plus the other on http://l

Re: [PATCH] VIDEO4LINUX-2: Replace MINOR() with a call to iminor().

2007-05-01 Thread Mauro Carvalho Chehab
Hi Robert, Em Sáb, 2007-04-28 às 06:32 -0400, Robert P. J. Day escreveu: > Replace the call to MINOR() with a call to the inline iminor() > routine. > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > --- > > that's the last of those changes, but it's not clear who the official > mainta

[GIT PATCHES] V4L/DVB updates

2007-05-01 Thread Mauro Carvalho Chehab
(1): V4L/DVB (5565): Cx88: fix compilation on alpha Matthias Kaehlcke (1): V4L/DVB (5572): Pvrusb2: use mutex instead of semaphore Mauro Carvalho Chehab (1): V4L/DVB (5569): Fix: v4l1_compat should be called only if V4L1_COMPAT Mike Isely (2): V4L/DVB (5574): Pvrusb2: Impr

Re: [linux-dvb] Re: DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Mauro Carvalho Chehab
Em Ter, 2007-05-01 às 16:16 -0700, Trent Piepho escreveu: > On Tue, 1 May 2007, Mauro Carvalho Chehab wrote: > > With this configuration, dvb-bt8xx hangs during initialization, > > generating an OOPS, if you have a board with DST (modprobe dvb-bt8xx > > never returns). &g

Re: [v4l-dvb-maintainer] [PATCH 36/36] Use menuconfig objects II - V4L

2007-05-02 Thread Mauro Carvalho Chehab
Hi Jan, Em Seg, 2007-04-30 às 14:30 +0200, Jan Engelhardt escreveu: > Change Kconfig objects from "menu, config" into "menuconfig" so > that the user can disable the whole feature without having to > enter the menu first. > > Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> Seems OK to me. I'll

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-02 Thread Mauro Carvalho Chehab
he patch bellow on my tree by tomorrow. --- Allow disabling DVB Adapters From: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> diff -r 497b1a27357c linux/drivers/media/dvb/Kconfig --- a/linux/drivers/media/dvb/Kconfig Wed May 02 10:11:4

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Mauro Carvalho Chehab
Em Qui, 2007-05-03 às 08:56 +0200, Jan Engelhardt escreveu: > On May 2 2007 14:38, Trent Piepho wrote: > >On Wed, 2 May 2007, Mauro Carvalho Chehab wrote: > >> Em Seg, 2007-04-30 às 14:30 +0200, Jan Engelhardt escreveu: > >> > Change Kconfig objects from "

Re: [linux-dvb] Re: DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Mauro Carvalho Chehab
Em Qua, 2007-05-02 às 04:10 -0700, Trent Piepho escreveu: > On Tue, 1 May 2007, Mauro Carvalho Chehab wrote: > > However, when dst is selected, I got those errors: > > When I made this patch I was basing it off a patch I made around 9 months > ago. I thought since that one was

Re: [v4l-dvb-maintainer] [PATCH 35/36] Use menuconfig objects II - DVB

2007-05-03 Thread Mauro Carvalho Chehab
Em Qui, 2007-05-03 às 14:54 +0200, Jan Engelhardt escreveu: > On May 3 2007 09:37, Mauro Carvalho Chehab wrote: > >Trent is mentioning an out-of-tree building system to allow easier > >testing of V4L/DVB patches by end users and developers and during driver > >development time

[git:media_tree/master] MAINTAINERS: update documentation for media subsystem

2016-09-19 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: MAINTAINERS: update documentation for media subsystem Author: Mauro Carvalho Chehab Date:Mon Sep 12 12:48:54 2016 -0300 With ReST conversion, the media subsystem documentation is now

Re: [PATCH v4 00/29] Create a book for Kernel development

2016-09-21 Thread Mauro Carvalho Chehab
Em Tue, 20 Sep 2016 18:44:54 -0600 Jonathan Corbet escreveu: > On Mon, 19 Sep 2016 08:07:34 -0300 > Mauro Carvalho Chehab wrote: > > > That's the 4th version of this series. It also contains a second patch > > series > > with more ReST conversions and docu

[GIT PULL for v4.7-rc8] media fixes

2016-09-22 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.8-7 For: - several fixes for new drivers added for Kernel 4.8 addition (cec core, pulse8 cec driver and Mediatek vcodec); - a regression fix for cx23885 and saa7134 drivers; - an impo

[PATCH 00/17] More files converted to ReST format

2016-09-22 Thread Mauro Carvalho Chehab
lushed to linux-doc and LKML :) Mauro Carvalho Chehab (17): Documentation/applying-patches.txt: fix a bad external link Documentation/email-clients.txt: convert it to ReST markup docs-rst: add inter-document cross references REPORTING-BUGS: convert to ReST markup README: convert

[PATCH 13/17] Documentation/serial-console.txt: convert it to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
- Fix identation for the document title; - use monotonic fonts for paths; - use quote blocks where needed; - adjust spaces to properly format paragraphs; - use :menuselection: for the menu item; - add it to the user book. Signed-off-by: Mauro Carvalho Chehab --- Documentation/serial-console.txt

[PATCH 09/17] Documentation/adding-syscalls.txt: convert it to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
-reference to SubmittingPatches. Signed-off-by: Mauro Carvalho Chehab --- Documentation/adding-syscalls.txt | 263 +++-- .../development-process/adding-syscalls.rst| 1 + Documentation/development-process/index.rst| 1 + 3 files changed, 141

[PATCH 16/17] CodeOfConflict: add it to the development-process book

2016-09-22 Thread Mauro Carvalho Chehab
Add an extra blank line to improve its output and add it to the development-process bookset. Signed-off-by: Mauro Carvalho Chehab --- Documentation/CodeOfConflict | 1 + Documentation/development-process/CodeOfConflict.rst | 1 + Documentation/development-process

[PATCH 01/17] Documentation/applying-patches.txt: fix a bad external link

2016-09-22 Thread Mauro Carvalho Chehab
We can't use :ref: for external links. Signed-off-by: Mauro Carvalho Chehab --- Documentation/applying-patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/applying-patches.txt b/Documentation/applying-patches.txt index 02ce4924468e..3395da13d415 1

[PATCH 10/17] Documentation/bad_memory.txt: convert it to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
- promote the section level of the document name; - add/remove spaces/new lines where needed to format the output; - use quote blocks. - add it to the user book. Signed-off-by: Mauro Carvalho Chehab --- Documentation/bad_memory.txt | 26 -- Documentation/user

[PATCH 15/17] Documentation/BUG-HUNTING: convert to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
- Add a document title and remove its own index; - use monotonic fonts for paths; - use quote blocks where needed; - adjust/use spaces to properly format paragraphs; - add it to the user book. Signed-off-by: Mauro Carvalho Chehab --- Documentation/BUG-HUNTING | 162

[PATCH 02/17] Documentation/email-clients.txt: convert it to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
As this file is mentioned at the development-process/ book, let's convert it to ReST markup. Signed-off-by: Mauro Carvalho Chehab --- Documentation/email-clients.txt | 208 ++-- 1 file changed, 114 insertions(+), 94 deletions(-) diff --git a/Document

[PATCH 06/17] Documentation/kernel-parameters.txt: convert to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
Adjust the file for it to be parsed by Sphinx: - adjust the document title to be parsed; - use :: for quote blocks; - fix the horizontal bar markup; - lower case the TODO title. Signed-off-by: Mauro Carvalho Chehab --- Documentation/kernel-parameters.txt | 33

[PATCH 05/17] README: convert it to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
other ReST files. Signed-off-by: Mauro Carvalho Chehab --- README | 105 - 1 file changed, 58 insertions(+), 47 deletions(-) diff --git a/README b/README index 09f34f78f2bb..3335b3b2973a 100644 --- a/README +++ b/README @@ -1,10 +1,12

[PATCH 11/17] Documentation/basic_profiling.rst: convert to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
Convert it to ReST markup and add it to the user book: - Add a title to the document; - touch spaces/new lines to fix Sphinx format; - use ``foo`` for commands; - use quote blocks where needed; - add it to the user book; Signed-off-by: Mauro Carvalho Chehab --- Documentation

[PATCH 12/17] Documentation/binfmt_misc.txt: convert it to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
- Fix identation for the document title; - use monotonic fonts for commands, paths, etc; - use quote blocks where needed; - adjust spaces to properly format paragraphs; - add it to the user book. Signed-off-by: Mauro Carvalho Chehab --- Documentation/binfmt_misc.txt | 134

[PATCH 04/17] REPORTING-BUGS: convert to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
- add a title to the document; - use :: before verbatim blocks; - add blank lines where required; - use protocol for URL references; - use a verbatim block for the bugs template; - add cross references to SecurityBugs. Signed-off-by: Mauro Carvalho Chehab --- REPORTING-BUGS | 66

[PATCH 03/17] docs-rst: add inter-document cross references

2016-09-22 Thread Mauro Carvalho Chehab
/stable_kernel_rules.txt Signed-off-by: Mauro Carvalho Chehab --- Documentation/SubmitChecklist | 10 + Documentation/SubmittingDrivers| 7 --- Documentation/SubmittingPatches| 24 ++ .../development-process

[PATCH 14/17] Documentation/braille-console: convert it to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
: Mauro Carvalho Chehab --- Documentation/braille-console.txt | 30 +- Documentation/serial-console.txt | 2 ++ Documentation/user/braile-console.rst | 1 + Documentation/user/index.rst | 1 + 4 files changed, 21 insertions(+), 13 deletions(-) create

[PATCH 17/17] Documentation/devices.rst: convert it to ReST markup

2016-09-22 Thread Mauro Carvalho Chehab
it to the user's book. Signed-off-by: Mauro Carvalho Chehab --- Documentation/devices.txt | 1090 Documentation/user/devices.rst |1 + Documentation/user/index.rst |1 + 3 files changed, 560 insertions(+), 532 deletions(-) create

<    1   2   3   4   5   6   7   8   9   10   >