Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-12 Thread Oliver Endriss
Gregoire Favre wrote: Hello again, I don't really know how to reproduce it... from time to time I got gpioirq DMA RX buffer overflow in dmesg... Tonight : ... r8169: eth0: link up cdrom: This disc doesn't have any tracks I recognize! process `host' is using obsolete setsockopt

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-12 Thread Gregoire Favre
On Sun, Nov 12, 2006 at 02:11:04PM +0100, Oliver Endriss wrote: Apparently the drivers are being unloaded. In this case you may safely ignore these messages. I'll fix this issue later. Oh great, thank :-) -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-10 Thread Gregoire Favre
Hello again, I don't really know how to reproduce it... from time to time I got gpioirq DMA RX buffer overflow in dmesg... Tonight : ... r8169: eth0: link up cdrom: This disc doesn't have any tracks I recognize! process `host' is using obsolete setsockopt SO_BSDCOMPAT agpgart: Found an AGP 3.0

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-05 Thread Gregoire Favre
Hello, what does those in my syslogd mean ? gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-05 Thread Oliver Endriss
Gregoire Favre wrote: what does those in my syslogd mean ? gpioirq DMA RX buffer overflow gpioirq DMA RX buffer overflow ... Well, it means that there is no free buffer to copy incoming data from the ARM. Should not happen during normal operation. Can you reproduce this? How? Oliver --

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-05 Thread Grégoire FAVRE
On 05/11/06, Oliver Endriss [EMAIL PROTECTED] wrote: gpioirq DMA RX buffer overflow Well, it means that there is no free buffer to copy incoming data from the ARM. Should not happen during normal operation. Can you reproduce this? How? I was having lots of those while trying to shutting

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-04 Thread e9hack
Oliver Endriss wrote: e9hack wrote: Oliver Endriss wrote: Hi, Thanks to Hartmut, I2C transfers of the saa7146 may now use interrupt mode. It will be enabled for av7110, budget, budget-ci and budget-av drivers. This might reduce cpu load and speed-up tuning. The

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread Gregoire Favre
On Thu, Nov 02, 2006 at 07:56:27PM +0100, Oliver Endriss wrote: I guess there is something missing in the 2.6.19 patch... Then I have to wait to be able to test your patch as I won't go back to an older kernel. Thank, -- Grégoire FAVRE http://gregoire.favre.googlepages.com

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread Oliver Endriss
Gregoire Favre wrote: On Thu, Nov 02, 2006 at 07:56:27PM +0100, Oliver Endriss wrote: I guess there is something missing in the 2.6.19 patch... Then I have to wait to be able to test your patch as I won't go back to an older kernel. Try this modification (from 2.6.19-rc4-mm2 patch,

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread Gregoire Favre
On Fri, Nov 03, 2006 at 12:57:49PM +0100, Oliver Endriss wrote: With your patch : ... CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_ir.o CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/msp3400-driver.o /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/msp3400-driver.c: In function

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread e9hack
Oliver Endriss wrote: Hi, Thanks to Hartmut, I2C transfers of the saa7146 may now use interrupt mode. It will be enabled for av7110, budget, budget-ci and budget-av drivers. This might reduce cpu load and speed-up tuning. The Cinergy 1200 DVB-C card needs a second patch. The frontend is

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread Oliver Endriss
e9hack wrote: Oliver Endriss wrote: Hi, Thanks to Hartmut, I2C transfers of the saa7146 may now use interrupt mode. It will be enabled for av7110, budget, budget-ci and budget-av drivers. This might reduce cpu load and speed-up tuning. The Cinergy 1200 DVB-C card needs a second

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-03 Thread Oliver Endriss
Gregoire Favre wrote: On Fri, Nov 03, 2006 at 12:57:49PM +0100, Oliver Endriss wrote: With your patch : ... CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_ir.o CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/msp3400-driver.o

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread David Härdeman
On Wed, November 1, 2006 22:06, Andrew Lyon said: Compeltely unrelated but I use this patch: http://koti.welho.com/jkukkone/vdr/v4l-dvb_tt-1500.patch otherwise some of the buttons on my technotrend remote do not work, I believe the patch breaks other remotes so I dont ever expect it to be

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread Oliver Endriss
Gregoire Favre wrote: On Wed, Nov 01, 2006 at 02:06:17PM -0800, C.Y.M wrote: C.Y.M had more luck than I (with the patch to allow 2.6.19 compilation applied) : CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_hw.o /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_hw.c: In

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread C.Y.M
Oliver Endriss wrote: Hm - it compiles here without any warnings. ;-( Maybe some problem with macro expansion. The attached patch replaces the macros by inline functions. Does it work now? That fixed it. It compiles with no warning now, using a 2.6.17.13 kernel. Thanks! Seems to be working

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread Gregoire Favre
On Thu, Nov 02, 2006 at 02:24:52PM +0100, Oliver Endriss wrote: Hm - it compiles here without any warnings. ;-( Maybe some problem with macro expansion. The attached patch replaces the macros by inline functions. Does it work now? It compils but I can't use the driver then : FATAL: Error

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread Oliver Endriss
Gregoire Favre wrote: On Thu, Nov 02, 2006 at 02:24:52PM +0100, Oliver Endriss wrote: Hm - it compiles here without any warnings. ;-( Maybe some problem with macro expansion. The attached patch replaces the macros by inline functions. Does it work now? It compils but I can't use

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread Gregoire Favre
On Thu, Nov 02, 2006 at 06:11:24PM +0100, Oliver Endriss wrote: There is something wrong with your dvb-core module. Afaiks the patches do not affect dvb-core in any way. Please verify that you are loading the correct module and there is no warning during compilation. I do this : hg pull

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-02 Thread Oliver Endriss
Gregoire Favre wrote: On Thu, Nov 02, 2006 at 06:11:24PM +0100, Oliver Endriss wrote: There is something wrong with your dvb-core module. Afaiks the patches do not affect dvb-core in any way. Please verify that you are loading the correct module and there is no warning during

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-01 Thread Andrew Lyon
Hi, Thanks to Hartmut, I2C transfers of the saa7146 may now use interrupt mode. It will be enabled for av7110, budget, budget-ci and budget-av drivers. This might reduce cpu load and speed-up tuning. For testing the changesets are in my repositories: - http://linuxtv.org/hg/~endriss/v4l-dvb -

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-01 Thread C.Y.M
Oliver Endriss wrote: Hi, Thanks to Hartmut, I2C transfers of the saa7146 may now use interrupt mode. It will be enabled for av7110, budget, budget-ci and budget-av drivers. This might reduce cpu load and speed-up tuning. For testing the changesets are in my repositories: -

Re: [linux-dvb] [av7110/budget/budget-ci/budget-av drivers] please test: drivers switched to I2C interrupt mode

2006-11-01 Thread Gregoire Favre
On Wed, Nov 01, 2006 at 02:06:17PM -0800, C.Y.M wrote: C.Y.M had more luck than I (with the patch to allow 2.6.19 compilation applied) : CC [M] /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_hw.o /usr/src/CVS/v4l-dvb-av7110-refactoring/v4l/av7110_hw.c: In function 'av7110_bootarm':