OMAP 3530 camera ISP forks and new media framework

2010-10-07 Thread Bastian Hecht
Hello media team, I want to write a sensor driver for the mt9p031 (not mt9t031) camera chip and start getting confused about the different kernel forks and architectural changes that happen in V4L2. A similar problem was discussed in this mailing list at

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-07 Thread Sakari Ailus
Bastian Hecht wrote: Hello media team, Hi Bastian, I want to write a sensor driver for the mt9p031 (not mt9t031) camera chip and start getting confused about the different kernel forks and architectural changes that happen in V4L2. A similar problem was discussed in this mailing list at

[PATCH 2/3] V4L/DVB: lirc_igorplugusb: Fix a compilation waring

2010-10-07 Thread Mauro Carvalho Chehab
drivers/staging/lirc/lirc_igorplugusb.c: In function ‘usb_remote_probe’: drivers/staging/lirc/lirc_igorplugusb.c:393: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git

[PATCH 3/3] V4L/DVB: staging/tm6000: Fix a warning message

2010-10-07 Thread Mauro Carvalho Chehab
I added a code to the driver to force it to produce a warning. This were intended to remind me about a very bad hack. I never found a way to workaround. So, instead of those warnings: drivers/staging/tm6000/tm6000-core.c: In function ‘tm6000_init_analog_mode’:

[PATCH 1/3] V4L/DVB: videobuf-dma-sg: Use min_t(size_t, PAGE_SIZE ..)

2010-10-07 Thread Mauro Carvalho Chehab
As pointed by Laurent: I think min_t(size_t, PAGE_SIZE, size) is the preferred way. Thanks-to: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/video/videobuf-dma-sg.c b/drivers/media/video/videobuf-dma-sg.c

[PATCH v12 1/3] V4L2: Add seek spacing and RDS CAP bits.

2010-10-07 Thread Matti J. Aaltonen
Add spacing field to v4l2_hw_freq_seek. Add V4L2_TUNER_CAP_RDS_BLOCK_IO, which indicates that the tuner/ transmitter if capable of transmitting/receiving RDS blocks. Add V4L2_TUNER_CAP_RDS_CONTROLS capability, which indicates that the RDS data is handled as values of predefined controls like

[PATCH v12 3/3] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-10-07 Thread Matti J. Aaltonen
Add a couple of words about the spacing field in the HW seek struct, also a few words about the new RDS tuner capability flags V4L2_TUNER_CAP_RDS_BLOCK-IO and V4L2_TUNER_CAP_RDS_CONTROLS. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- Documentation/DocBook/v4l/dev-rds.xml

[PATCH v12 0/3] TI WL1273 FM Radio driver...

2010-10-07 Thread Matti J. Aaltonen
Hello Mauro, Hans and others. I haven't gotten any comments to the latest patch set. The audio part of the driver has already been accepted so I'm now trying to apply a similar approach as with the codec. I've abstracted out the physical control layer from the driver, it could use I2c or UART but

Re: OMAP 3530 camera ISP forks and new media framework

2010-10-07 Thread Laurent Pinchart
Hi Bastian, On Thursday 07 October 2010 12:58:53 Sakari Ailus wrote: Bastian Hecht wrote: I want to write a sensor driver for the mt9p031 (not mt9t031) camera chip and start getting confused about the different kernel forks and architectural changes that happen in V4L2. A similar

Re: [PATCH 1/3] V4L/DVB: videobuf-dma-sg: Use min_t(size_t, PAGE_SIZE ..)

2010-10-07 Thread Laurent Pinchart
Hi Mauro, On Thursday 07 October 2010 14:45:43 Mauro Carvalho Chehab wrote: As pointed by Laurent: I think min_t(size_t, PAGE_SIZE, size) is the preferred way. Thanks-to: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff

RE: OMAP 3530 camera ISP forks and new media framework

2010-10-07 Thread Hiremath, Vaibhav
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Laurent Pinchart Sent: Thursday, October 07, 2010 6:58 PM To: Sakari Ailus Cc: Bastian Hecht; Linux Media Mailing List Subject: Re: OMAP 3530 camera ISP forks and new

Re: [linux-dvb] Samsung S2 Tuner(DNBU10711IST) Driver

2010-10-07 Thread Igor M. Liplianin
В сообщении от 21 сентября 2010 07:53:13 автор Bala Subramaniam написал: Hello all, I am making the driver for Samsung S2 Tuner(DNBU10711IST),which has stv0903b link chip with front end stv6110 Rf chip. Yet another stv0903 driver? There is a couple already existed. I have

[PATCH v3 0/4] Add support for camera capture in s5p-fimc driver

2010-10-07 Thread Sylwester Nawrocki
Hi all, Here is a third version of patches adding camera capture capability to the s5p-fimc driver. I didn't receive any comments on v2 but I tracked a few issues myself and made little additions. I hope to get these patches merged in current form unless any objections appear. The driver has

[PATCH 1/4 v3] V4L/DVB: s5p-fimc: Register definition cleanup

2010-10-07 Thread Sylwester Nawrocki
Add MIPI CSI format definitions, prepare DMA address definitions for interlaced input frame mode. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-reg.c |6 +-

[PATCH 2/4 v3] V4L/DVB: s5p-fimc: M2M driver cleanup and minor improvements

2010-10-07 Thread Sylwester Nawrocki
Fixed errors on module unload, comments and whitespace cleanup. Removed workqueue since it was only useful for FIFO output mode which is not supported at this time. Fixed 90/270 deg rotation errors (driver performing 270 deg rotation instead of 90 in some conditions). Signed-off-by: Sylwester

[PATCH 3/4 v3] V4L/DVB: s5p-fimc: Do not lock both capture and output buffer queue in s_fmt

2010-10-07 Thread Sylwester Nawrocki
It is not necessary to lock both capture and output buffer queue while setting format for single queue. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-core.c | 69

Re: [PATCH 1/3] V4L/DVB: videobuf-dma-sg: Use min_t(size_t, PAGE_SIZE ..)

2010-10-07 Thread Mauro Carvalho Chehab
Em 07-10-2010 10:46, Laurent Pinchart escreveu: Hi Mauro, On Thursday 07 October 2010 14:45:43 Mauro Carvalho Chehab wrote: As pointed by Laurent: I think min_t(size_t, PAGE_SIZE, size) is the preferred way. Thanks-to: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by:

Re: [PATCH 03/16] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules

2010-10-07 Thread Pete Eberlein
Acked-by: Pete Eberlein p...@sensoray.com On Fri, 2010-09-24 at 16:14 +0200, Laurent Pinchart wrote: The device table is required to load modules based on modaliases. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/staging/go7007/wis-ov7640.c |1 +

Re: [PATCH 05/16] go7007: Don't use module names to load I2C modules

2010-10-07 Thread Pete Eberlein
Acked-by: Pete Eberlein p...@sensoray.com On Fri, 2010-09-24 at 16:14 +0200, Laurent Pinchart wrote: With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, replace the hardcoded module name passed to those functions by NULL. All corresponding I2C modules

Re: [PATCH 04/16] go7007: Fix the TW2804 I2C type name

2010-10-07 Thread Pete Eberlein
Acked-by: Pete Eberlein p...@sensoray.com On Fri, 2010-09-24 at 16:14 +0200, Laurent Pinchart wrote: The TW2804 I2C sub-device type name was incorrectly set to wis_twTW2804 for the adlink mpg24 board. Rename it to wis_tw2804. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com

Re: gspca, audio and ov534: regression.

2010-10-07 Thread Jean-Francois Moine
On Wed, 6 Oct 2010 16:53:37 +0200 Antonio Ospite osp...@studenti.unina.it wrote: PS3 Eye audio is working with linux-2.6.33.7 it is broken in linux-2.6.35.7 already, I'll try to further narrow down the interval. Ah, alsamixer doesn't work even when the device is OK in pulseaudio... I

RE: OMAP 3530 camera ISP forks and new media framework

2010-10-07 Thread Guennadi Liakhovetski
On Thu, 7 Oct 2010, Hiremath, Vaibhav wrote: -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Laurent Pinchart Sent: Thursday, October 07, 2010 6:58 PM To: Sakari Ailus Cc: Bastian Hecht; Linux Media Mailing

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

2010-10-07 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:Thu Oct 7 19:00:17 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master:

RE: [git:v4l-dvb/v2.6.37] V4L/DVB: Staging: cx25821: fix braces and space coding style issues

2010-10-07 Thread Palash Bandyopadhyay
Thanks. Looks ok. Signed off by Palash Bandyopadhyay -Original Message- From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] Sent: Thursday, October 07, 2010 11:37 AM To: linuxtv-comm...@linuxtv.org Cc: Ruslan Pisarev; Palash Bandyopadhyay Subject: [git:v4l-dvb/v2.6.37] V4L/DVB:

Re: bttv: No analogue sound output by TV card

2010-10-07 Thread Richard Atterer
Hello, my problem is still present in 2.6.36-rc7, the log output is unchanged from rc5. All the best, Richard On Fri, Oct 01, 2010 at 12:19:53AM +0200, Richard Atterer wrote: [Please CC me, I'm not on the list.] Hi, after switching from 2.6.34 to 2.6.36-rc5, the sound on my old

Re: bttv: No analogue sound output by TV card

2010-10-07 Thread Mauro Carvalho Chehab
Em 07-10-2010 17:55, Richard Atterer escreveu: Hello, my problem is still present in 2.6.36-rc7, the log output is unchanged from rc5. All the best, Richard On Fri, Oct 01, 2010 at 12:19:53AM +0200, Richard Atterer wrote: [Please CC me, I'm not on the list.] Hi, after switching

Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Mauro Carvalho Chehab
Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ drivers/media/video/cx231xx/cx231xx-417.c:1047: warning: format ‘%d’ expects type ‘int’, but argument 3

Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Devin Heitmueller
On Thu, Oct 7, 2010 at 5:48 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’

Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Mauro Carvalho Chehab
Em 07-10-2010 19:04, Devin Heitmueller escreveu: On Thu, Oct 7, 2010 at 5:48 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ expects type ‘int’, but argument 3 has

Re: [linux-dvb] Asus MyCinema P7131 Dual support

2010-10-07 Thread hermann pitton
Hi Giorgio, Am Mittwoch, den 06.10.2010, 13:50 +0200 schrieb Giorgio: [big snip] Likely, I only have to read the LKML daily ... Despite of that, we need a good analysis of course, and a way how to avoid such. Maybe we can have some kind of test team? It would help to find

[PATCH 1/2] V4L/DVB: cx231xx: declare static functions as such

2010-10-07 Thread Mauro Carvalho Chehab
drivers/media/video/cx23885/built-in.o: In function `mc417_memory_write': /home/v4l/v4l/patchwork/drivers/media/video/cx23885/cx23885-417.c:482: multiple definition of `mc417_memory_write'

[PATCH 2/2] V4L/DVB: cx231xx: remove some unused functions

2010-10-07 Thread Mauro Carvalho Chehab
This file came originally from cx23885 driver. Some functions aren't used. Now that they are declared as static, we have those errors: drivers/media/video/cx231xx/cx231xx-417.c:615: warning: ‘mc417_gpio_set’ defined but not used drivers/media/video/cx231xx/cx231xx-417.c:625: warning:

[PATCH 0/2] cx231xx: fix some compilation issues

2010-10-07 Thread Mauro Carvalho Chehab
cx231xx compilation were broken with allmodconfig, due to some duplicated symbols with cx23885 driver. This small patch series fix it. Mauro Carvalho Chehab (2): V4L/DVB: cx231xx: declare static functions as such V4L/DVB: cx231xx: remove some unused functions

Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Mauro Carvalho Chehab
Em 07-10-2010 19:04, Devin Heitmueller escreveu: On Thu, Oct 7, 2010 at 5:48 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ expects type ‘int’, but argument 3 has

Re: [RFC PATCH] Audio standards on tm6000

2010-10-07 Thread Dmitri Belimov
Hi Mauro Not so good. Audio with this patch has bad white noise sometimes and bad quality. I try found better configuration for SECAM-DK. With my best regards, Dmitry. Hi Dmitri, IMO, the better is to remove the audio init from tm6000-core and add a separate per-standard set of tables.