Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Arnd Bergmann
On Wednesday 20 October 2010, Dave Young wrote: > be curious, why can't just fix the lock_kernel logic of i810? Fixing > is too hard? > > Find a i810 hardware should be possible, even if the hardware does not > support SMP, can't we test the fix with preemption? Yes, that should work too. My usua

Re: rtl2832u support

2010-10-19 Thread Hans Verkuil
On Tuesday, October 19, 2010 23:28:49 Devin Heitmueller wrote: > On Tue, Oct 19, 2010 at 4:27 PM, Hans Verkuil wrote: > > Bullshit. > > Not exactly the level of mutual respect for your peers that I would > expect of you, Hans. You I right, that could have been phrased more diplomatically. So I'm

[PATCH 6/7] v4l: vivi: port to videobuf2

2010-10-19 Thread Marek Szyprowski
From: Pawel Osciak Make vivi use videobuf2 in place of videobuf. Signed-off-by: Pawel Osciak Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park CC: Pawel Osciak --- drivers/media/video/Kconfig |2 +- drivers/media/video/vivi.c | 348 +++---

[PATCH/RFC v3 0/7] Videobuf2 framework

2010-10-19 Thread Marek Szyprowski
Hello, As I promissed I continue the development of the VideoBuf2 at Samsung until Pawel finds some spare time to help us. This is a third version of the framework. Besides the minor bugfixes here and there I've added a complete read() callback emulator. This emulator provides 2 types of read() op

[PATCH 5/7] v4l: videobuf2: add read() emulator

2010-10-19 Thread Marek Szyprowski
Add a generic read() emulator for videobuf2. It uses MMAP memory type buffers and generic vb2 calls: req_bufs, qbuf and dqbuf. Video date is being copied from mmap buffers to userspace with standard copy_to_user() function. To add read() support to the driver, only one additional structure should b

[PATCH 1/7] v4l: add videobuf2 Video for Linux 2 driver framework

2010-10-19 Thread Marek Szyprowski
From: Pawel Osciak Videobuf2 is a Video for Linux 2 API-compatible driver framework for multimedia devices. It acts as an intermediate layer between userspace applications and device drivers. It also provides low-level, modular memory management functions for drivers. Videobuf2 eases driver deve

[PATCH 4/7] v4l: videobuf2: add DMA coherent allocator

2010-10-19 Thread Marek Szyprowski
From: Pawel Osciak Add an implementation of DMA coherent memory allocator and handling routines for videobuf2, implemented on top of dma_alloc_coherent() call. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski CC: Pawel Osciak --- drivers/media/video/K

[PATCH 2/7] v4l: videobuf2: add generic memory handling routines

2010-10-19 Thread Marek Szyprowski
From: Pawel Osciak Add generic memory handling routines for userspace pointer handling, contiguous memory verification and mapping. Signed-off-by: Pawel Osciak Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park CC: Pawel Osciak --- drivers/media/video/Kconfig|3 +

[PATCH 7/7] v4l: videobuf2: add CMA allocator

2010-10-19 Thread Marek Szyprowski
From: Pawel Osciak Add support for the CMA contiguous memory allocator to videobuf2. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski CC: Pawel Osciak --- drivers/media/video/Kconfig |5 + drivers/media/video/Makefile|1 + driv

[PATCH 3/7] v4l: videobuf2: add vmalloc allocator

2010-10-19 Thread Marek Szyprowski
From: Pawel Osciak Add an implementation of contiguous virtual memory allocator and handling routines for videobuf2, implemented on top of vmalloc()/vfree() calls. Signed-off-by: Pawel Osciak Signed-off-by: Kyungmin Park Signed-off-by: Marek Szyprowski CC: Pawel Osciak --- drivers/media/vid

Re: Old patches sent via the Mailing list

2010-10-19 Thread Sven Barth
Am 18.10.2010 08:15, schrieb Mauro Carvalho Chehab: Em 17-10-2010 21:36, Andy Walls escreveu: On Sun, 2010-10-17 at 19:20 -0200, Mauro Carvalho Chehab wrote: Hi, I did a large effort during this weekend to handle the maximum amount of patches, in order to have them ready for 2.6.37. While the

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Dave Young
On Wed, Oct 20, 2010 at 4:44 AM, Arnd Bergmann wrote: > On Tuesday 19 October 2010 22:29:12 Greg KH wrote: >> On Tue, Oct 19, 2010 at 09:40:47PM +0200, Oliver Neukum wrote: >> > Am Dienstag, 19. Oktober 2010, 21:37:35 schrieb Greg KH: >> > > > So no need to clean it up for multiprocessor support.

Hauppauge WinTV PVR USB2 problems

2010-10-19 Thread Jim Peters
I have 4 of these tuners, 3 of them are the 24xx series and 1 is a 29xx series, at one time they all worked great and I am not sure what happened to cause this but at some point the 29xx tuner started outputting black and white video. At first I suspected a hardware failure and thought maybe it

Re: [stable] V4L/DVB (13966): DVB-T regression fix for saa7134 cards

2010-10-19 Thread Greg KH
On Wed, Sep 29, 2010 at 12:28:00PM -0300, Mauro Carvalho Chehab wrote: > Hi, > > Some users are reporting a regression on 2.6.31 and 2.6.32 that were fixed on > 2.6.33, > related to DVB reception with saa7134. > > Could you please cherry-pick this patch to 2.6.32 stable as well? > > http:

Re: [stable] [PATCH 1/2] V4L/DVB: dib7770: enable the current mirror

2010-10-19 Thread Greg KH
On Tue, Sep 07, 2010 at 05:50:45PM +0200, pboettc...@kernellabs.com wrote: > From: Olivier Grenie > > To improve performance on DiB7770-devices enabling the current mirror > is needed. > > This patch adds an option to the dib7000p-driver to do that and it > creates a separate device-entry in dib

[PATCH] V4L/DVB: Add the via framebuffer camera controller driver

2010-10-19 Thread Jonathan Corbet
OK, here's a new version of the patch, done against the V4L tree. Now with 100% fewer compiler errors! It took a while to figure out the API changes, and I'm not convinced I like them all - the controller driver didn't used to have to worry about format details, but now it does - but so it goes.

Re: cx23888 board setup

2010-10-19 Thread Andy Walls
Fred, You should send mail to the linux-media list; the video4linux list is mostly dead. Analog support in the cx23885 driver is not complete. You can contact Steve Toth at kernellabs, if your company needs something in a certain timeframe and is willing to sponsor getting the functionality yo

Re: AF9013/15 I2C problems

2010-10-19 Thread dave cunningham
In message <4cbb1982.4050...@iki.fi>, Antti Palosaari wrote On 10/17/2010 01:47 PM, dave cunningham wrote: I'm currently on hg version <14319:37581bb7e6f1>, on a debian-squeeze system, kernel 2.6.32. I've googled and found various people seeing similar problems but have yet to come across a so

Re: soc_camera device

2010-10-19 Thread Laurent Pinchart
Hi Hal, On Tuesday 19 October 2010 23:58:48 Hal Moroff wrote: > I'm pretty new to Linux video drivers (I do have experience with drivers in > general) and am trying to get my head around the driver models. Sorry if > this is too basic a question for this forum. > > I have an OMAP 3530 running Ar

soc_camera device

2010-10-19 Thread Hal Moroff
I'm pretty new to Linux video drivers (I do have experience with drivers in general) and am trying to get my head around the driver models. Sorry if this is too basic a question for this forum. I have an OMAP 3530 running Arago Linux (2.6.32 at the moment), and I'm trying to capture images from a

Re: cx23885 module

2010-10-19 Thread Steven Toth
Hi Dan, Thanks for writing. I can't do one-on-one end user support without copying in the Linux Media mailing list. I'm taking the liberty of doing so. Please reply-all when discussing this issue - so everyone can benefit. [Dan is having issues being up an AverMedia board with a LG demod and

Re: OMAP 3530 ISP driver segfaults

2010-10-19 Thread Laurent Pinchart
Hi Bastian, On Monday 18 October 2010 10:58:02 Bastian Hecht wrote: > 2010/10/15 Laurent Pinchart : > > Hi Bastian, > > > > On Friday 15 October 2010 13:59:24 Bastian Hecht wrote: > >> Hello ISP driver developers, > >> > >> after the lastest pull of branch 'devel' of > >> git://gitorious.org/mae

Re: rtl2832u support

2010-10-19 Thread Devin Heitmueller
On Tue, Oct 19, 2010 at 4:27 PM, Hans Verkuil wrote: > Bullshit. Not exactly the level of mutual respect for your peers that I would expect of you, Hans. > First of all these rules are those of the kernel community > as a whole and *not* linuxtv as such, and secondly you can upstream such > driv

[PATCH 2/2] cafe_ccic: Configure ov7670 correctly

2010-10-19 Thread Daniel Drake
Force smbus communication, disable QCIF mode, and set the correct clock speed on the OLPC XO-1. Signed-off-by: Daniel Drake --- drivers/media/video/cafe_ccic.c | 33 +++-- 1 files changed, 31 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/cafe_ccic.

[PATCH 1/2] ov7670: allow configuration of image size, clock speed, and I/O method

2010-10-19 Thread Daniel Drake
These parameters need to be configurable based on the host system. They can now be communicated through the s_config call. The old CONFIG_OLPC_XO_1 selector was not correct; this kind of arrangement wouldn't allow for a universal kernel that would work on both laptops. Certain parts of the probe

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Dave Airlie
On Tue, Oct 19, 2010 at 11:26 PM, Arnd Bergmann wrote: > On Tuesday 19 October 2010, Arnd Bergmann wrote: >> On Tuesday 19 October 2010 06:52:32 Dave Airlie wrote: >> > > I might be able to find some hardware still lying around here that uses >> > > an >> > > i810. Not sure unless I go hunting it

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Arnd Bergmann
On Tuesday 19 October 2010 22:41:22 Alan Cox wrote: > > > you still need to switch off preemption. > > > > Hm, how would you do that from within a driver? > > Do we care - unless I misunderstand the current intel DRM driver handles > the i810 as well ? No, it does handle all devices supported by

Re: rtl2832u support

2010-10-19 Thread Alex Deucher
On Tue, Oct 19, 2010 at 4:27 PM, Hans Verkuil wrote: > On Tuesday, October 19, 2010 21:26:13 Devin Heitmueller wrote: >> On Tue, Oct 19, 2010 at 1:42 PM, Damjan Marion >> wrote: >> > >> > Hi, >> > >> > Is there any special reason why driver for rtl2832u DVB-T receiver chipset >> > is not includ

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Arnd Bergmann
On Tuesday 19 October 2010 22:29:12 Greg KH wrote: > On Tue, Oct 19, 2010 at 09:40:47PM +0200, Oliver Neukum wrote: > > Am Dienstag, 19. Oktober 2010, 21:37:35 schrieb Greg KH: > > > > So no need to clean it up for multiprocessor support. > > > > > > > > http://download.intel.com/design/chipsets/d

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Alan Cox
> > you still need to switch off preemption. > > Hm, how would you do that from within a driver? Do we care - unless I misunderstand the current intel DRM driver handles the i810 as well ? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Jiri Kosina
On Tue, 19 Oct 2010, Greg KH wrote: > > > > So no need to clean it up for multiprocessor support. > > > > > > > > http://download.intel.com/design/chipsets/datashts/29067602.pdf > > > > http://www.intel.com/design/chipsets/specupdt/29069403.pdf > > > > > > Great, we can just drop all calls to lo

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 09:40:47PM +0200, Oliver Neukum wrote: > Am Dienstag, 19. Oktober 2010, 21:37:35 schrieb Greg KH: > > > So no need to clean it up for multiprocessor support. > > > > > > http://download.intel.com/design/chipsets/datashts/29067602.pdf > > > http://www.intel.com/design/chipse

Re: rtl2832u support

2010-10-19 Thread Hans Verkuil
On Tuesday, October 19, 2010 21:26:13 Devin Heitmueller wrote: > On Tue, Oct 19, 2010 at 1:42 PM, Damjan Marion > wrote: > > > > Hi, > > > > Is there any special reason why driver for rtl2832u DVB-T receiver chipset > > is not included into v4l-dvb? > > > > Realtek published source code under GP

Re: Hauppauge WinTV-HVR-1120 on Unbuntu 10.04

2010-10-19 Thread fabio tirapelle
Hi Yes, the same behaviour: random (after 3-4 boots) the card works correctly. The WinTV did work correctly with ubuntu 9.10. In Ubuntu 9.10 the package linux-firmware-nonfree didn't include the dvb-fe-tda10048-1.0.fw. I remember that Ubuntu 9.10 used for my card the dvb-fe-tda10046.fw. Now,

Re: no DVB-T with AVerMedia M115S

2010-10-19 Thread Daniel
is there any additional information i could give to help supporting this card? thanks, daniel Am 15.10.2010 16:00, schrieb Daniel: > Hi, > > i own a mini-PCI card builtin in a Sony Vaio VGN-AR71ZU Notebook. > After searching the web it looks like this is a AVerMedia M115S (maybe > the S stands

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Oliver Neukum
Am Dienstag, 19. Oktober 2010, 21:37:35 schrieb Greg KH: > > So no need to clean it up for multiprocessor support. > > > > http://download.intel.com/design/chipsets/datashts/29067602.pdf > > http://www.intel.com/design/chipsets/specupdt/29069403.pdf > > Great, we can just drop all calls to lock_k

Re: rtl2832u support

2010-10-19 Thread Antti Palosaari
On 10/19/2010 10:33 PM, Damjan Marion wrote: On Oct 19, 2010, at 9:10 PM, Antti Palosaari wrote: On 10/19/2010 08:42 PM, Damjan Marion wrote: Is there any special reason why driver for rtl2832u DVB-T receiver chipset is not included into v4l-dvb? It is due to lack of developer making driver

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Greg KH
On Tue, Oct 19, 2010 at 02:24:53PM -0400, valdis.kletni...@vt.edu wrote: > On Mon, 18 Oct 2010 17:40:04 PDT, Greg KH said: > > > I do have access to this hardware, but its on an old single processor > > laptop, so any work that it would take to help do this development, > > really wouldn't be able

Re: rtl2832u support

2010-10-19 Thread Damjan Marion
On Oct 19, 2010, at 9:10 PM, Antti Palosaari wrote: > On 10/19/2010 08:42 PM, Damjan Marion wrote: >> Is there any special reason why driver for rtl2832u DVB-T receiver chipset >> is not included into v4l-dvb? > > It is due to lack of developer making driver suitable for Kernel. I have done > s

Re: rtl2832u support

2010-10-19 Thread Devin Heitmueller
On Tue, Oct 19, 2010 at 1:42 PM, Damjan Marion wrote: > > Hi, > > Is there any special reason why driver for rtl2832u DVB-T receiver chipset is > not included into v4l-dvb? > > Realtek published source code under GPL: > > MODULE_AUTHOR("Realtek"); > MODULE_DESCRIPTION("Driver for the RTL2832U DVB

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Valdis . Kletnieks
On Mon, 18 Oct 2010 17:40:04 PDT, Greg KH said: > I do have access to this hardware, but its on an old single processor > laptop, so any work that it would take to help do this development, > really wouldn't be able to be tested to be valid at all. The i810 is a graphics chipset embedded on the m

Re: rtl2832u support

2010-10-19 Thread Antti Palosaari
On 10/19/2010 08:42 PM, Damjan Marion wrote: Is there any special reason why driver for rtl2832u DVB-T receiver chipset is not included into v4l-dvb? It is due to lack of developer making driver suitable for Kernel. I have done some work and have knowledge what is needed, but no time nor int

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-10-19 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Tue Oct 19 19:00:07 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15167:abd3aac6644e git master:

Re: Hauppauge WinTV-HVR-1120 on Unbuntu 10.04

2010-10-19 Thread Albin Kauffmann
On Monday 11 October 2010 11:57:14 fabio tirapelle wrote: > Hi > > After upgrading from Ubuntu 9.10 to Ubuntu 10.04 my Hauppauge > WinTV-HVR-1120 (sometimes) doesn't work correctly. > I get random the following errors: > > [ 53.216153] DVB: registering new adapter (saa7133[0]) > [ 53.216156]

Re: Old patches sent via the Mailing list

2010-10-19 Thread Jarod Wilson
On Sun, Oct 17, 2010 at 07:20:31PM -0200, Mauro Carvalho Chehab wrote: > Hi, > > I did a large effort during this weekend to handle the maximum amount of > patches, in order to have them > ready for 2.6.37. While there are still some patches marked as NEW at > patchwork, and a few pending pull >

Re: [PATCH 2/3] cx231xx: Only register USB interface 1

2010-10-19 Thread Jarod Wilson
On Mon, Oct 18, 2010 at 08:52:59PM -0200, Mauro Carvalho Chehab wrote: > Interface 0 is used by IR. The current driver starts initializing > on it, finishing on interface 6. Change the logic to only handle > interface 1. This allows another driver (mceusb) to take care of > the IR interface. > > S

Re: [PATCH 3/3] cx231xx: Remove IR support from the driver

2010-10-19 Thread Jarod Wilson
On Mon, Oct 18, 2010 at 08:52:58PM -0200, Mauro Carvalho Chehab wrote: > Polaris design uses MCE support. Instead of reinventing the wheel, > just let mceusb handle the remote controller. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Jarod Wilson -- Jarod Wilson ja...@redhat.com -- To u

Re: [PATCH 1/3] mceusb: add support for cx231xx-based IR (e. g. Polaris)

2010-10-19 Thread Jarod Wilson
On Mon, Oct 18, 2010 at 08:52:57PM -0200, Mauro Carvalho Chehab wrote: > For now, it adds support for Conexant EVK and for Pixelview. > We should probably find a better way to specify all Conexant > Polaris devices, to avoid needing to repeat this setup on > both mceusb and cx231xx-cards. > > Sign

rtl2832u support

2010-10-19 Thread Damjan Marion
Hi, Is there any special reason why driver for rtl2832u DVB-T receiver chipset is not included into v4l-dvb? Realtek published source code under GPL: MODULE_AUTHOR("Realtek"); MODULE_DESCRIPTION("Driver for the RTL2832U DVB-T / RTL2836 DTMB USB2.0 device"); MODULE_VERSION("1.4.2"); MODULE_LIC

Re: [PATCH] stb0899: Removed an extra byte sent at init on DiSEqC bus

2010-10-19 Thread Mauro Carvalho Chehab
Em 19-10-2010 10:55, Florent AUDEBERT escreveu: > On 06/11/2010 06:01 PM, Florent AUDEBERT wrote: >> I noticed a stray 0x00 at init on DiSEqC bus (KNC1 DVB-S2) with a DiSEqC >> tool analyzer. >> >> I removed the register from initialization table and all seem to go well >> (at least for my KNC boar

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Mauro Carvalho Chehab
Em 19-10-2010 12:52, Laurent Pinchart escreveu: > Hi Mauro, > > On Tuesday 19 October 2010 16:49:25 Mauro Carvalho Chehab wrote: >> Em 19-10-2010 11:05, Laurent Pinchart escreveu: It is not a "big lock": it doesn't stop other CPU's, doesn't affect other hardware, not even another V4L dev

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Laurent Pinchart
Hi Mauro, On Tuesday 19 October 2010 16:49:25 Mauro Carvalho Chehab wrote: > Em 19-10-2010 11:05, Laurent Pinchart escreveu: > >> It is not a "big lock": it doesn't stop other CPU's, doesn't affect > >> other hardware, not even another V4L device. Basically, what this new > >> lock does is to seri

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Mauro Carvalho Chehab
Em 19-10-2010 11:05, Laurent Pinchart escreveu: > Hi Mauro, > >> It is not a "big lock": it doesn't stop other CPU's, doesn't affect other >> hardware, not even another V4L device. Basically, what this new lock does >> is to serialize access to the hardware and to the hardware-mirrored data. > >

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Hans Verkuil
> Hi Laurent, > >> Hi Mauro, >> >> On Tuesday 19 October 2010 12:46:11 Mauro Carvalho Chehab wrote: >>> Em 19-10-2010 05:52, Laurent Pinchart escreveu: >>> > On Tuesday 19 October 2010 08:54:40 Hans Verkuil wrote: >>> >> On Tuesday, October 19, 2010 05:20:17 Jonathan Corbet wrote: >>> >>> On Sat,

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Hans Verkuil
Hi Laurent, > Hi Mauro, > > On Tuesday 19 October 2010 12:46:11 Mauro Carvalho Chehab wrote: >> Em 19-10-2010 05:52, Laurent Pinchart escreveu: >> > On Tuesday 19 October 2010 08:54:40 Hans Verkuil wrote: >> >> On Tuesday, October 19, 2010 05:20:17 Jonathan Corbet wrote: >> >>> On Sat, 16 Oct 2010

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Paul Mundt
On Tue, Oct 19, 2010 at 08:39:58AM -0400, Steven Rostedt wrote: > On Tue, 2010-10-19 at 09:26 +0200, Arnd Bergmann wrote: > > On Tuesday 19 October 2010 06:52:32 Dave Airlie wrote: > > > > I might be able to find some hardware still lying around here that uses > > > > an > > > > i810. Not sure unl

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Arnd Bergmann
On Tuesday 19 October 2010, Arnd Bergmann wrote: > On Tuesday 19 October 2010 06:52:32 Dave Airlie wrote: > > > I might be able to find some hardware still lying around here that uses an > > > i810. Not sure unless I go hunting it. But I get the impression that if > > > the kernel is a single-CPU k

Re: [PATCH] ov7670: fix QVGA visible area

2010-10-19 Thread Jonathan Corbet
On Mon, 18 Oct 2010 22:07:36 +0100 (BST) Daniel Drake wrote: > The QVGA mode has a green horizontal line on the left hand side, and a red > (or sometimes blue) vertical line at the bottom. Tweak the visible area > to remove them. Looks good to me - lots better than removing the mode! Acked-by:

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Laurent Pinchart
Hi Mauro, On Tuesday 19 October 2010 12:46:11 Mauro Carvalho Chehab wrote: > Em 19-10-2010 05:52, Laurent Pinchart escreveu: > > On Tuesday 19 October 2010 08:54:40 Hans Verkuil wrote: > >> On Tuesday, October 19, 2010 05:20:17 Jonathan Corbet wrote: > >>> On Sat, 16 Oct 2010 10:44:56 -0300 Mauro

Re: [PATCH] stb0899: Removed an extra byte sent at init on DiSEqC bus

2010-10-19 Thread Florent AUDEBERT
On 06/11/2010 06:01 PM, Florent AUDEBERT wrote: > I noticed a stray 0x00 at init on DiSEqC bus (KNC1 DVB-S2) with a DiSEqC > tool analyzer. > > I removed the register from initialization table and all seem to go well > (at least for my KNC board). Hi, This old small patch had been marked superse

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Steven Rostedt
On Tue, 2010-10-19 at 09:26 +0200, Arnd Bergmann wrote: > On Tuesday 19 October 2010 06:52:32 Dave Airlie wrote: > > > I might be able to find some hardware still lying around here that uses an > > > i810. Not sure unless I go hunting it. But I get the impression that if > > > the kernel is a singl

RE: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3

2010-10-19 Thread Hiremath, Vaibhav
> -Original Message- > From: Nilofer, Samreen > Sent: Tuesday, October 19, 2010 5:38 PM > To: Hiremath, Vaibhav > Cc: linux-media@vger.kernel.org > Subject: RE: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 > options on OMAP3 > > > > > -Original Message- > > From: Hirem

RE: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3

2010-10-19 Thread Nilofer, Samreen
> -Original Message- > From: Hiremath, Vaibhav > Sent: Tuesday, October 19, 2010 9:40 AM > To: Nilofer, Samreen > Cc: linux-media@vger.kernel.org > Subject: RE: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to > enable V4L2 options on OMAP3 > > > -Original Message- > > From: Nilofe

Re: [GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-10-19 Thread Mauro Carvalho Chehab
Em 19-10-2010 07:20, Antonio Ospite escreveu: > On Fri, 15 Oct 2010 09:41:48 +0200 > Antonio Ospite wrote: > >> On Sun, 10 Oct 2010 13:24:47 +0200 >> Jean-Francois Moine wrote: >> >>> The following changes since commit >>> d65728875a85ac7c8b7d6eb8d51425bacc188980: >>> >>> V4L/DVB: v4l: radio:

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Mauro Carvalho Chehab
Em 19-10-2010 05:52, Laurent Pinchart escreveu: > Hi Hans, > > On Tuesday 19 October 2010 08:54:40 Hans Verkuil wrote: >> On Tuesday, October 19, 2010 05:20:17 Jonathan Corbet wrote: >>> On Sat, 16 Oct 2010 10:44:56 -0300 Mauro Carvalho Chehab wrote: drivers/media/video/via-camera.c: In funct

Re: [RESEND][PATCH 2/2 v2] mfd: Add timberdale video-in driver to timberdale

2010-10-19 Thread Samuel Ortiz
Hi Richard, On Thu, Oct 14, 2010 at 06:37:40PM +0200, Richard Röjfors wrote: > This patch defines platform data for the video-in driver > and adds it to all configurations of timberdale. > > Signed-off-by: Richard Röjfors Mauro, please add my: Acked-by: Samuel Ortiz Richard, you can automatica

Re: support for AF9035 (not tuner)

2010-10-19 Thread Hervé Cauwelier
On 10/19/10 09:13, Hervé Cauwelier wrote: Do I continue searching for a datasheet? After a night searching, the only so-called datasheet I find is this commercial presentation: http://www.datasheetarchive.com/pdf-datasheets/Datasheets-13/DSA-256708.html I asked several resellers but those ki

Re: [GIT PATCHES FOR 2.6.36] gspca for_2.6.36

2010-10-19 Thread Antonio Ospite
On Fri, 15 Oct 2010 09:41:48 +0200 Antonio Ospite wrote: > On Sun, 10 Oct 2010 13:24:47 +0200 > Jean-Francois Moine wrote: > > > The following changes since commit > > d65728875a85ac7c8b7d6eb8d51425bacc188980: > > > > V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call (2010-09-30 > >

[GIT PATCHES FOR 2.6.37] gspca for_2.6.37

2010-10-19 Thread Jean-Francois Moine
The following changes since commit 350df81ebaccc651fa4dfad27738db958e067ded: Revert changeset d455b639c1fb09f8ea888371fb6e04b490e115fb (2010-10-17 19:32:45 -0200) are available in the git repository at: git://linuxtv.org/jfrancois/gspca.git for_2.6.37 Jean-François Moine (1): gspca: F

Re: [PATCH] viafb camera controller driver

2010-10-19 Thread Laurent Pinchart
Hi Hans, On Tuesday 19 October 2010 08:54:40 Hans Verkuil wrote: > On Tuesday, October 19, 2010 05:20:17 Jonathan Corbet wrote: > > On Sat, 16 Oct 2010 10:44:56 -0300 Mauro Carvalho Chehab wrote: > > > drivers/media/video/via-camera.c: In function ‘viacam_open’: > > > drivers/media/video/via-camer

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-19 Thread Hans Verkuil
> Hi. > > On Mon, 2010-10-18 at 15:57 +0200, ext Hans Verkuil wrote: >> > Em 18-10-2010 11:17, Hans Verkuil escreveu: >> >> Just a few very small comments: >> > >> >>> +For future use the >> >>> +flag V4L2_TUNER_SUB_RDS_CONTROLS has also been >> >>> +defined. However, a driver for a radio tuner wi

Re: [PATCH v13 1/1] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-19 Thread Matti J. Aaltonen
Hi. On Mon, 2010-10-18 at 15:57 +0200, ext Hans Verkuil wrote: > > Em 18-10-2010 11:17, Hans Verkuil escreveu: > >> Just a few very small comments: > > > >>> +For future use the > >>> +flag V4L2_TUNER_SUB_RDS_CONTROLS has also been > >>> +defined. However, a driver for a radio tuner with this capa

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-19 Thread Arnd Bergmann
On Tuesday 19 October 2010 06:52:32 Dave Airlie wrote: > > I might be able to find some hardware still lying around here that uses an > > i810. Not sure unless I go hunting it. But I get the impression that if > > the kernel is a single-CPU kernel there is not any problem anyway? Don't > > distros

Re: support for AF9035 (not tuner)

2010-10-19 Thread Hervé Cauwelier
On 10/18/10 22:39, Daniel Glöckner wrote: On Mon, Oct 18, 2010 at 09:46:15PM +0200, Hervé Cauwelier wrote: I've uploaded the compressed installer at http://dl.free.fr/p2BTq9BNi The driver mentiones two video decoders: - TI TVP5150 - Trident AVF4900B/AVF4910B If it is the first one, sniffed US