Re: [RFC] [PATCH 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-08-13 Thread Marin Mitov
On Friday, August 13, 2010 10:13:08 pm Janusz Krzysztofik wrote: > Friday 13 August 2010 11:11:52 Marin Mitov napisał(a): > > On Friday, August 13, 2010 11:52:41 am Guennadi Liakhovetski wrote: > > > On Fri, 13 Aug 2010, Janusz Krzysztofik wrote: > > > > Thursday 12 August 2010 23:38:17 Guennadi Li

Re: [RFC] [PATCH 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-08-13 Thread Janusz Krzysztofik
Friday 13 August 2010 11:11:52 Marin Mitov napisał(a): > On Friday, August 13, 2010 11:52:41 am Guennadi Liakhovetski wrote: > > On Fri, 13 Aug 2010, Janusz Krzysztofik wrote: > > > Thursday 12 August 2010 23:38:17 Guennadi Liakhovetski napisał(a): > > > > 1. We've discussed this dynamic switching

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

2010-08-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:Fri Aug 13 19:00:25 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15048:4fb6ae9057ea git master:

Re: commpile error in function ‘v4l2_ctrl_hand ler_init’

2010-08-13 Thread Mauro Carvalho Chehab
Em 13-08-2010 15:22, Toralf Förster escreveu: > Hello, > > I get this with current git : > CC [M] drivers/media/video/v4l2-ctrls.o > drivers/media/video/v4l2-ctrls.c: In function ‘v4l2_ctrl_handler_init’: > drivers/media/video/v4l2-ctrls.c:766: error: implicit declaration of function > ‘kzallo

[ANNOUNCE] OMAP3 Camera ISP driver wiki in omappedia.org

2010-08-13 Thread Aguirre, Sergio
Hi all, I'll like to announce a new wikipage entry in http://omappedia.org site for OMAP3 Camera-ISP progress and details. Please find it here. http://omappedia.org/wiki/Camera-ISP_Driver The intention is to provide an online documentation of the work and progress of the patches submission, and

Re: Must omap34xxcam be a module?

2010-08-13 Thread Laurent Pinchart
Hi Michael, On Friday 13 August 2010 16:43:13 Michael Jones wrote: > Hi Laurent & Sakari, > > Regarding the omap3camera/devel branch: > > In v4l2-common.c:v4l2_i2c_new_subdev_board(), request_module() is called to > ensure that the sensor driver is already registered before registering the > sen

Must omap34xxcam be a module?

2010-08-13 Thread Michael Jones
Hi Laurent & Sakari, Regarding the omap3camera/devel branch: In v4l2-common.c:v4l2_i2c_new_subdev_board(), request_module() is called to ensure that the sensor driver is already registered before registering the sensor device. When I compile-in both my sensor driver and omap34xxcam with the k

Re: 2.6.35 and current v4l-dvb - error: implicit declaration of function 'usb_buffer_free'

2010-08-13 Thread Mauro Carvalho Chehab
Em 13-08-2010 09:53, Douglas Schilling Landgraf escreveu: > Hello, > > 2010/8/13 Igor M. Liplianin : >> В сообщении от 13 августа 2010 05:19:49 автор Douglas Schilling Landgraf >> написал: >>> Hello, >>> >>> 2010/8/11 Goga777 : Hi I can't compile current v4l-dvb with new 2.6.35 ker

Re: 2.6.35 and current v4l-dvb - error: implicit declaration of function 'usb_buffer_free'

2010-08-13 Thread Goga777
> Both functions were renamed in upstream, backport created and > commited, please try again. yes, I don't have more such errors, but still have other one which I reported early CC [M] /usr/src/v4l-dvb/v4l/dvb_net.o /usr/src/v4l-dvb/v4l/dvb_net.c:1190: warning: 'struct dev_mc_list' declared

[PATCH/RFC 5/6] Staging: ti-st: update Kconfig and Makefile for FM driver

2010-08-13 Thread raja_mani
From: Raja-Mani Add new menu option in Kconfig and compilation option in Makefile for FM driver. Signed-off-by: Raja-Mani Signed-off-by: Pramodh AG Signed-off-by: Pavan Savoy --- drivers/staging/ti-st/Kconfig |8 drivers/staging/ti-st/Makefile |2 ++ 2 files changed, 10 ins

[PATCH/RFC 2/6] drivers:staging:ti-st: Sources for FM RX

2010-08-13 Thread raja_mani
From: Raja-Mani This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Raja-Mani Signed-off-by: Pramodh AG Signed-off-by: Pavan Savoy --- drivers/staging/ti-st/fmdrv_rx.c | 805 ++ drivers

[PATCH/RFC 6/6] Staging: ti-st: Add TODO file for FM

2010-08-13 Thread raja_mani
From: Raja-Mani fm_TODO file lists the things to be done in FM driver. Signed-off-by: Raja-Mani Signed-off-by: Pramodh AG Signed-off-by: Pavan Savoy --- drivers/staging/ti-st/fm_TODO | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 drivers/stagin

[PATCH/RFC 4/6] drivers:staging:ti-st: Sources for FM V4L2 interfaces

2010-08-13 Thread raja_mani
From: Raja-Mani This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Raja-Mani Signed-off-by: Pramodh AG Signed-off-by: Pavan Savoy --- drivers/staging/ti-st/fmdrv_v4l2.c | 552 drivers

[PATCH/RFC 0/6] FM V4L2 driver for WL128x

2010-08-13 Thread raja_mani
From: Raja-Mani The following patches are FM V4L2-Radio drivers for WL128x (backward compatible for WL127x). TI's V4L2 based FM driver uses APIs and header files of TI's Shared Transport driver that is hosted in "staging/ti-st/" folder. I request to add TI FM driver to "staging/ti-st/" folder.

[PATCH/RFC 3/6] drivers:staging:ti-st: Sources for FM common header

2010-08-13 Thread raja_mani
From: Raja-Mani This is a common header used in all FM submodules (FM V4L2,FM common,FM Rx). Signed-off-by: Raja-Mani Signed-off-by: Pramodh AG Signed-off-by: Pavan Savoy --- drivers/staging/ti-st/fmdrv.h | 225 + 1 files changed, 225 insertions(+), 0

Re: [PATCH] Refactor Mantis DMA transfer to deliver 16Kb TS data per interrupt

2010-08-13 Thread Stefan
Hello Marko I confirm this patch reduces the amount of interrupts to nearly one third: [*] v4l mercurial wo patch: about 600 calls/sec over a 10 seconds interval [*] v4l mercurial with patch: about 160 calls/sec over a 10 seconds interval Measured using powertop -t 10 Tuning a Twinhan/Azurewave

Re: 2.6.35 and current v4l-dvb - error: implicit declaration of function 'usb_buffer_free'

2010-08-13 Thread Douglas Schilling Landgraf
Hello, 2010/8/13 Igor M. Liplianin : > В сообщении от 13 августа 2010 05:19:49 автор Douglas Schilling Landgraf > написал: >> Hello, >> >> 2010/8/11 Goga777 : >> > Hi >> > >> > I can't compile current v4l-dvb with new 2.6.35 kernel >> > >> > arvdr:/usr/src/v4l-dvb# make >> > make -C /usr/src/v4l-

Re: dvb_usb_rtl2831u module cause "oops" on kernel 2.6.32 when loading

2010-08-13 Thread thomas
I did a fresh compile with this version, but it didnt do the trick. I am still getting the same trace. The adapter gets initialized, the input device didnt. Since I am not using the input anyway, can i comment it out somewhere for testing purpose? [ 66.932029] usb 4-2: new high speed USB device

Re: 2.6.35 and current v4l-dvb - error: implicit declaration of function 'usb_buffer_free'

2010-08-13 Thread Igor M. Liplianin
В сообщении от 13 августа 2010 05:19:49 автор Douglas Schilling Landgraf написал: > Hello, > > 2010/8/11 Goga777 : > > Hi > > > > I can't compile current v4l-dvb with new 2.6.35 kernel > > > > arvdr:/usr/src/v4l-dvb# make > > make -C /usr/src/v4l-dvb/v4l > > make[1]: Entering directory `/usr/sr

Re: 2.6.35 and current v4l-dvb - error: implicit declaration of function 'usb_buffer_free'

2010-08-13 Thread Goga777
> > Both functions were renamed in upstream, backport created and > > commited, please try again. yes, I don't have more such errors, but still have other one which I reported early > CC [M] /usr/src/v4l-dvb/v4l/dvb_net.o > /usr/src/v4l-dvb/v4l/dvb_net.c:1190: warning: 'struct dev_mc_list

Re: [PATCH v2] V4L2: avoid name conflicts in macros

2010-08-13 Thread lawrence rust
On Thu, 2010-08-12 at 22:16 +0200, Guennadi Liakhovetski wrote: > "sd" and "err" are too common names to be used in macros for local variables. > Prefix them with an underscore to avoid name clashing. Identifiers that begin with a double underscore (as you have used) are reserved for standard head

Re: [RFC] [PATCH 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-08-13 Thread Marin Mitov
On Friday, August 13, 2010 11:52:41 am Guennadi Liakhovetski wrote: > On Fri, 13 Aug 2010, Janusz Krzysztofik wrote: > > > Thursday 12 August 2010 23:38:17 Guennadi Liakhovetski napisał(a): > > > On Sun, 1 Aug 2010, Janusz Krzysztofik wrote: > > > > Friday 30 July 2010 20:49:05 Janusz Krzysztofik

Re: [RFC] [PATCH 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-08-13 Thread Guennadi Liakhovetski
On Fri, 13 Aug 2010, Janusz Krzysztofik wrote: > Thursday 12 August 2010 23:38:17 Guennadi Liakhovetski napisał(a): > > On Sun, 1 Aug 2010, Janusz Krzysztofik wrote: > > > Friday 30 July 2010 20:49:05 Janusz Krzysztofik napisał(a): > > > > > > I think the right way would be if implemented at the

[GIT PULL] NXP TDA18218 silicon tuner driver

2010-08-13 Thread Antti Palosaari
Moikka Mauro, Here is new silicon tuner driver. I hope all those GIT procedures are done correctly, it was rather pain to learn GIT and in-Kernel-tree compilation. Hoping I can still see old kind of out-Kernel-tree... Special thanks goes to Simon Kenyon for stick donate. The following cha

Re: [RFC] [PATCH 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-08-13 Thread Janusz Krzysztofik
Thursday 12 August 2010 23:38:17 Guennadi Liakhovetski napisał(a): > On Sun, 1 Aug 2010, Janusz Krzysztofik wrote: > > Friday 30 July 2010 20:49:05 Janusz Krzysztofik napisał(a): > > > > I think the right way would be if implemented at the videobuf-core level. > > Then, drivers should be able to i