Re: [Bug #15589] 2.6.34-rc1: Badness at fs/proc/generic.c:316

2010-06-13 Thread Alexey Dobriyan
On Sun, Jun 13, 2010 at 01:57:40PM -0600, Grant Likely wrote: > On brief review, they look like completely different issues. I doubt > the second patch will fix the flexcop-pci issue. It will, see how name wht slashes propagated by request_irq() -- To unsubscribe from this list: send the line "un

Re: Problem with em28xx card, PAL and teletext

2010-06-13 Thread Eugeniy Meshcheryakov
Hi, 13 червня 2010 о 15:46 -0400 Devin Heitmueller написав(-ла): > I finally found a couple of hours to debug this issue. Please try the > attached patch and report back whether it addresses the problem you > were seeing with the fields shifting left/right. Thanks, that patch fixes the shifting p

Kernel oops with new IR modules

2010-06-13 Thread Timothy D. Lenz
I tried to build new drivers from v4l hg for 06/08/10 and when I tried to load drivers I got a kernel oops. Kernel is 2.6.34 64bit for amd cpu http://pastebin.com/7KwJtFJg Jun 13 14:35:40 x64VDR kernel: IR JVC protocol handler initialized Jun 13 14:35:40 x64VDR kernel: IR Sony protocol handler

Re: [PATCH 3/4] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-13 Thread David Härdeman
On Wed, Jun 09, 2010 at 09:25:44PM -0400, Jarod Wilson wrote: > On Wed, Jun 9, 2010 at 2:15 PM, Jarod Wilson wrote: > > On Wed, Jun 09, 2010 at 07:56:21PM +0200, David Härdeman wrote: > >> On Wed, Jun 09, 2010 at 09:29:08AM -0400, Jarod Wilson wrote: > ... > >> > So this definitely negatively impa

[PATCH 2/2] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-13 Thread David Härdeman
This patch moves the state from each raw decoder into the ir_raw_event_ctrl struct. This allows the removal of code like this: spin_lock(&decoder_lock); list_for_each_entry(data, &decoder_list, list) { if (data->ir_dev == ir_dev) break;

[PATCH 1/2] ir-core: centralize sysfs raw decoder enabling/disabling

2010-06-13 Thread David Härdeman
With the current logic, each raw decoder needs to add a copy of the exact same sysfs code. This is both unnecessary and also means that (re)loading an IR driver after raw decoder modules have been loaded won't work as expected. This patch moves that logic into ir-raw-event and adds a single sysfs

[PATCH 0/2] ir-core: raw decoder framework changes

2010-06-13 Thread David Härdeman
The following two patches implement the same ir raw decoder centralization changes I've proposed before, but now with some changes (client register and unregister callbacks have been fixed wrt. module load order and kept around) for lirc "decoding"... --- David Härdeman (2): ir-core: centra

Re: [Bug #15589] 2.6.34-rc1: Badness at fs/proc/generic.c:316

2010-06-13 Thread Grant Likely
On Sun, Jun 13, 2010 at 12:10 PM, Christian Kujau wrote: > On Sun, 13 Jun 2010 at 17:22, Stefan Lippers-Hollmann wrote: >> Still existing in 2.6.34 and 2.6.35 HEAD, however a patch fixing the issue >> for b2c2-flexcop/ flexcop-pci has been posted last week: > > So, now we have two patches for slig

Re: Problem with em28xx card, PAL and teletext

2010-06-13 Thread Devin Heitmueller
On Sun, Jun 13, 2010 at 11:09 AM, Eugeniy Meshcheryakov wrote: > Hi, > > I was waiting with reply to look at improvements you made in the driver. > But the problem did not go away. Actually it became worser. In recent > kernels the picture is not only shifted, but amount of shift changes > with th

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

2010-06-13 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:Sun Jun 13 19:00:10 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14976:b594029d762f git master:

Re: was: af9015, af9013 DVB-T problems. now: Intermittent USB disconnects with many (2.0) high speed devices

2010-06-13 Thread thomas schorpp
Am 13.06.2010 17:22, schrieb Alan Stern: On Sun, 13 Jun 2010, thomas schorpp wrote: Am 13.06.2010 15:57, schrieb Alan Stern: On Sun, 13 Jun 2010, thomas schorpp wrote: ehci-hcd is broken and halts silently or disconnects after hours or a few days, with the wlan usb adapter How do you know

Re: [Bug #15589] 2.6.34-rc1: Badness at fs/proc/generic.c:316

2010-06-13 Thread Christian Kujau
On Sun, 13 Jun 2010 at 17:22, Stefan Lippers-Hollmann wrote: > Still existing in 2.6.34 and 2.6.35 HEAD, however a patch fixing the issue > for b2c2-flexcop/ flexcop-pci has been posted last week: So, now we have two patches for slightly different issues? * http://lkml.indiana.edu/hypermail/linu

[PATCH 2/2] V4L/DVB: radio-si4713: Add regulator framework support

2010-06-13 Thread Jarkko Nikula
Convert the driver to use regulator framework instead of set_power callback. This with gpio_reset platform data provide cleaner way to manage chip VIO, VDD and reset signal inside the driver. Signed-off-by: Jarkko Nikula Cc: Eduardo Valentin --- I don't have specifications for this chip so I don

[PATCH 1/2] V4L/DVB: radio-si4713: Release i2c adapter in driver cleanup paths

2010-06-13 Thread Jarkko Nikula
Call to i2c_put_adapter was missing in radio_si4713_pdriver_probe and radio_si4713_pdriver_remove. Signed-off-by: Jarkko Nikula Cc: Eduardo Valentin --- drivers/media/radio/radio-si4713.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/media/radio/radio

Re: [PATCH] Fix av7110 driver name

2010-06-13 Thread hermann pitton
Hi Barry, Am Sonntag, den 13.06.2010, 12:07 +0200 schrieb BOUWSMA Barry: > On Sat (Saturday) 12.Jun (June) 2010, 05:10, VDR User wrote: > > > This patch simply changes the name of the av7110 driver to "AV7110" > > instead of the generic "dvb" it's set to currently. Although it's > > somewhat tr

Compro VideoMate U3 [eb1a:2870] still not working in 2.6.32

2010-06-13 Thread Alica
My Compro VideoMate U3 DVB-T USB stick [eb1a:2870] does not work under Debian squeeze (kernel 2.6.32). Below is the kernel message from "modprobe em28xx": > Jun 13 01:51:42 dvb kernel: [85382.931321] Linux video capture interface: > v2.00 > Jun 13 01:51:42 dvb kernel: [85382.950628] em28xx: New d

Re: PROBLEM: 2.6.34-rc7 kernel panics "BUG: unable to handle kernel NULL pointer dereference at (null)" while channel scan runnin

2010-06-13 Thread Silamael
Hello! In the meanwhile i tried several different kernel versions: - 2.6.26 (as included in Debian Lenny): crash - 2.6.32-3 (as in Debian Squeeze): crash - 2.6.32-5 (updated version in Debian Squeeze): crash - 2.6.34: crash In every kernel version I've tested, the crashdump looks the same. Each t

Re: [Bug #15589] 2.6.34-rc1: Badness at fs/proc/generic.c:316

2010-06-13 Thread Stefan Lippers-Hollmann
Hi On Sunday 13 June 2010, Rafael J. Wysocki wrote: > This message has been generated automatically as a part of a report > of regressions introduced between 2.6.33 and 2.6.34. > > The following bug entry is on the current list of known regressions > introduced between 2.6.33 and 2.6.34. Please

Re: was: af9015, af9013 DVB-T problems. now: Intermittent USB disconnects with many (2.0) high speed devices

2010-06-13 Thread Alan Stern
On Sun, 13 Jun 2010, thomas schorpp wrote: > Am 13.06.2010 15:57, schrieb Alan Stern: > > On Sun, 13 Jun 2010, thomas schorpp wrote: > > > >> ehci-hcd is broken and halts silently or disconnects after hours or a few > >> days, with the wlan usb adapter > > > > How do you know the bug is in ehci-h

Re: Problem with em28xx card, PAL and teletext

2010-06-13 Thread Eugeniy Meshcheryakov
Hi, I was waiting with reply to look at improvements you made in the driver. But the problem did not go away. Actually it became worser. In recent kernels the picture is not only shifted, but amount of shift changes with the time. Every second or so picture is shifted 1-2 pixels right or left. Thi

Re: was: af9015, af9013 DVB-T problems. now: Intermittent USB disconnects with many (2.0) high speed devices

2010-06-13 Thread thomas schorpp
Am 13.06.2010 15:57, schrieb Alan Stern: On Sun, 13 Jun 2010, thomas schorpp wrote: ehci-hcd is broken and halts silently or disconnects after hours or a few days, with the wlan usb adapter How do you know the bug is in ehci-hcd and not in the hardware? All 3 usb devices and 2 different se

Help needed with TerraTec Cinergy T Stick Dual RC

2010-06-13 Thread Tuomas Kulve
Hi, I bought a TerraTec Cinergy T Stick Dual RC[1] which is not supported in linux, AFAIK. The USB VID:PID is 0ccd:0099. I didn't find much about it with google, so I opened it up. There are five chips inside: AF9013-N1, AF9015A-N1, 2x MXL5007T and FM24C02 eeprom. I'm not a kernel develope

Re: was: af9015, af9013 DVB-T problems. now: Intermittent USB disconnects with many (2.0) high speed devices

2010-06-13 Thread Alan Stern
On Sun, 13 Jun 2010, thomas schorpp wrote: > ehci-hcd is broken and halts silently or disconnects after hours or a few > days, with the wlan usb adapter How do you know the bug is in ehci-hcd and not in the hardware? > I was able to catch a dmesg err message like "ehci...force halt... handshake

was: af9015, af9013 DVB-T problems. now: Intermittent USB disconnects with many (2.0) high speed devices

2010-06-13 Thread thomas schorpp
Am 13.06.2010 09:12, schrieb C. Hemsing: To the maintainer of the af9015, af9013 modules: A recent kernel (but the problem had been the same with older kernels): 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux Latest (as of yesterday) checkout of v4l-dvb (but the pro

Re: [PATCH] Fix av7110 driver name

2010-06-13 Thread BOUWSMA Barry
On Sat (Saturday) 12.Jun (June) 2010, 05:10, VDR User wrote: > This patch simply changes the name of the av7110 driver to "AV7110" > instead of the generic "dvb" it's set to currently. Although it's > somewhat trivial, it still seems appropriate to fix the name to be > descriptive of the driver.

Re: [REGRESSION] saa7134 + ir

2010-06-13 Thread Martin Dauskardt
This is not only a problem with saa7134, but also with other drivers like budget-ci. The bug was also present in 2.6.35-rc1 There have been several reports here in the list since a few weeks: http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/20198 http://article.gmane.org/gm

af9015, af9013 DVB-T problems

2010-06-13 Thread C. Hemsing
To the maintainer of the af9015, af9013 modules: A recent kernel (but the problem had been the same with older kernels): 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux Latest (as of yesterday) checkout of v4l-dvb (but the problem had been the same with older checkouts