Re: When is a wake_up() not a wake up?

2009-04-08 Thread Andy Walls
On Sat, 2009-04-04 at 04:07 -0700, Trent Piepho wrote: > On Fri, 3 Apr 2009, Andy Walls wrote: > > 1. A work queue thread or read() call needs to send a command to the > > CX23418 using the cx18_api_call() function > > 2. It fills out a mailbox with a command for the CX23418 > > 3. It prepares to w

Re: Kernel 2.6.29 breaks DVB-T ASUSTeK Tiger LNA Hybrid Capture Device

2009-04-08 Thread Thomas Horsten
Hi Hermann, 2009/4/8 hermann pitton : > does it make any difference too with the current mercurial v4l-dvb ? > > I did not look any further, since some tones coming currently from above > I don't like, more those from Linus after having 800 plus patches. After installing the mercurial drivers an

Re: [PATCH] usb: add reset endpoint operations

2009-04-08 Thread Alexey Klimov
On Thu, Apr 9, 2009 at 3:40 AM, Greg KH wrote: > On Thu, Apr 09, 2009 at 03:36:51AM +0400, Alexey Klimov wrote: >> (added linux-media maillist) >> >> Hello, David >> >> On Wed, Apr 8, 2009 at 9:36 PM, David Vrabel wrote: >> > Wireless USB endpoint state has a sequence number and a current >> > wi

Re: [PATCH] usb: add reset endpoint operations

2009-04-08 Thread Greg KH
On Thu, Apr 09, 2009 at 03:36:51AM +0400, Alexey Klimov wrote: > (added linux-media maillist) > > Hello, David > > On Wed, Apr 8, 2009 at 9:36 PM, David Vrabel wrote: > > Wireless USB endpoint state has a sequence number and a current > > window and not just a single toggle bit.  So allow HCDs t

Re: [PATCH] usb: add reset endpoint operations

2009-04-08 Thread Alexey Klimov
(added linux-media maillist) Hello, David On Wed, Apr 8, 2009 at 9:36 PM, David Vrabel wrote: > Wireless USB endpoint state has a sequence number and a current > window and not just a single toggle bit.  So allow HCDs to provide a > endpoint_reset method and call this or clear the software toggl

[PATCH] Re: [cron job] v4l-dvb daily build 2.6.22 and up: ERRORS

2009-04-08 Thread Miroslav Šustek
Miroslav Šustek centrum.cz> writes: > Marton Balint sent patch with include and changed > 'div_s64_rem' > to 'div_s64'. But kernels older than 2.26.x have neither 'div_s64' nor > 'div_s64_rem'. > > Better apply this patch instead that from Marton. Oh great, (not div64.h like I have written b

Re: [cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2009-04-08 Thread Alexey Klimov
On Thu, Apr 9, 2009 at 2:10 AM, Hans Verkuil wrote: > > Can someone take a look at these warnings and errors? Looking at the log > these seem to be pretty easy to fix (compat stuff for the most part). > > I don't have the time for this for several more days, so I'd appreciate it > if someone could

Re: [cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2009-04-08 Thread Miroslav Šustek
Hans Verkuil xs4all.nl> writes: > > Can someone take a look at these warnings and errors? Looking at the log > these seem to be pretty easy to fix (compat stuff for the most part). > > I don't have the time for this for several more days, so I'd appreciate it > if someone could take a look at th

Re: [cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2009-04-08 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:Wed Apr 8 19:00:06 CEST 2009 > path:http://www.linuxtv.org/hg/v4l-dvb > changeset: 11441:202a1c7ec379 >

Re: Kernel 2.6.29 breaks DVB-T ASUSTeK Tiger LNA Hybrid Capture Device

2009-04-08 Thread hermann pitton
Am Mittwoch, den 08.04.2009, 20:49 +0100 schrieb Thomas Horsten: > Hi, > > Sorry for breaking in-reply-to-chain but I wasn't subscribed to the list. > > > did build a 2.6.29.1 now and your report is correct! > > > > DVB-T on saa7134 is broken at least for all tda10046 and tda8275 stuff > > and i

Re: [PATCH] Re: cx88-dsp.c: missing __divdi3 on 32bit kernel

2009-04-08 Thread Marton Balint
On Tue, 7 Apr 2009, Marton Balint wrote: > On Mon, 6 Apr 2009, Miroslav Šustek wrote: > > > Well this patch should solve it. > > > > I don't know how many samples are processed so: > > First patch is for situation when N*N fits in s32. > > Second one uses two divisions, but doesn't have any abnor

Re: Kernel 2.6.29 breaks DVB-T ASUSTeK Tiger LNA Hybrid Capture Device

2009-04-08 Thread Thomas Horsten
Hi, Sorry for breaking in-reply-to-chain but I wasn't subscribed to the list. > did build a 2.6.29.1 now and your report is correct! > > DVB-T on saa7134 is broken at least for all tda10046 and tda8275 stuff > and it is not restricted to devices with LNA. > > For what I can see so far, it is not

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2009-04-08 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:Wed Apr 8 19:00:06 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11441:202a1c7ec379 gcc version: gcc

Re: [RFC] Anticipating lirc breakage

2009-04-08 Thread Mike Isely
On Tue, 7 Apr 2009, Jean Delvare wrote: > I'll rework my patch set to implement strategy #1 and post it when I'm > done. As far as I can see this should be very similar to my original > attempt, with just "ir_video" devices instead or "ir-kbd" devices, and > also fixes for the minor issues that ha

Re: [-rc1 build failure] cx231xx-audio.c:(.text+0xd4e43): undefined reference to `snd_card_free'

2009-04-08 Thread Randy Dunlap
Ingo Molnar wrote: > * Mauro Carvalho Chehab wrote: > >> drivers/media/video/cx231xx/Kconfig | 35 + >> drivers/media/video/cx231xx/Makefile | 14 + > > FYI, there's a new build breakage here: > > drivers/built-in.o: In function `cx231xx_audio_fini': > cx231xx-a

Re: [PATCH] Add Conceptronic USB2.0 DVB-T CTVDIGRCU V3.0

2009-04-08 Thread Antti Palosaari
moi Marcel, This patch is not OK. Marcel Jueling wrote: +++ b/linux/drivers/media/dvb/dvb-usb/af9015.c Tue Apr 07 00:03:36 2009 +0200 + .num_device_descs = 10, Max value is 9, and thats why you have go wrong. You should copy & paste whole device struct and add your device as n

[PATCH] Add Conceptronic USB2.0 DVB-T CTVDIGRCU V3.0

2009-04-08 Thread Marcel Jueling
# HG changeset patch # User Marcel Jueling # Date 1239055416 -7200 # Node ID 7975c4afd177f5171be54c35b51a7c674b25e666 # Parent 8e6c672abd5690eb89263673a4d312fcc76d26ed New device: Conceptronic USB2.0 DVB-T CTVDIGRCU V3.0 From: Marcel Jueling Signed-off-by: Marcel Jueling --- a/linux/drivers/m

Re: AverMedia Volar Black HD (A850)

2009-04-08 Thread pHilipp Zabel
On Tue, Mar 31, 2009 at 1:07 AM, Antti Palosaari wrote: > Olivier MENUEL wrote: >> >> Here are my tests : >> >> http://linuxtv.org/hg/~anttip/af9015_aver_a850_2/ : >> >> I found why kaffeine was not working : I needed to check all offset >> checkboxes when scanning. >> Like Thomas, I get these mes

[PATCH v2 4/4] ARM: DaVinci: DM646x Video: Makefile and config files modifications for Display

2009-04-08 Thread Chaithrika U S
Makefile and Kconfig changes Modifies and adds the video Makefiles and Kconfig files to support DM646x Video display device Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository drivers/media/video/Kconfig | 22

[PATCH v2 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-04-08 Thread Chaithrika U S
Display driver for VPIF Adds the VPIF display driver and the associated header file. The patch includes the review comments on the RFC sent earlier. The major updates are: - change in the name of the file. - moved the platform related data to the platform specific files. -

[PATCH v2 2/4] ARM: DaVinci: DM646x Video: VPIF driver

2009-04-08 Thread Chaithrika U S
Video Port Interface driver Add VPIF driver for DM646x. This code be used by the display and capture drivers. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository drivers/media/video/davinci/vpif.c | 252 ++

[PATCH v2 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-04-08 Thread Chaithrika U S
Display driver for TI DM646x EVM Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S These patches add the display driver support for TI DM646x EVM. This patch set has been tested for basic display functionality for Composite and Component outputs. In thi

[PATCH v2 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-04-08 Thread Chaithrika U S
Platform specific display device setup for DM646x EVM Add platform device and resource structures. Also define a platform specific clock setup function that can be accessed by the driver to configure the clock and CPLD. This patch is dependent on a patch submitted earlier, that patch adds Pin Mux

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-08 Thread Mauro Carvalho Chehab
On Tue, 07 Apr 2009 23:02:43 -0400 CityK wrote: > Regarding the KS003 (& KS007; the other "mystery" chip): > > Upon further investigation of some info from a post from last year > (http://www.linuxtv.org/pipermail/linux-dvb/2008-January/022634.html), > it appears that these (assuming that they a

[PATCH] Enabling of the Winfast TV2000 XP Global TV capture card remote control

2009-04-08 Thread Pieter Van Schaik
From: Pieter Van Schaik Date: Mon, Apr 6, 2009 at 1:52 PM Subject: [PATCH] Enabling of the Winfast TV2000 XP Global TV capture card remote control To: linux-media@vger.kernel.org From: Pieter C van Schaik The Winfast TV2000 XP Global video capture card IR remote keys were not initialized and

Re: [PATCH/RFC] soc-camera: Convert to a platform driver

2009-04-08 Thread Guennadi Liakhovetski
On Tue, 7 Apr 2009, Robert Jarzmik wrote: > Robert Jarzmik writes: > > > I'll test fully this weekend. > I just made a first try, just to prepare my weekend. Even with Ming Lei patch > reverted, and all statically built, I have no camera detected ... > > Is there something I need to know before

Re: [PATCH/RFC] soc-camera: Convert to a platform driver

2009-04-08 Thread Guennadi Liakhovetski
which tree you're based against, or even > better > some git url ? Look under http://gross-embedded.homelinux.org/~lyakh/v4l-20090408/ that's based on linux-next of 30.03.2009 (commit ID in -base on linux-next history branch). > > > diff --git a/arch/arm/mach-px