RE: [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-25 Thread Palash Bandyopadhyay
Mauro/Devin, Can someone give steps to reproduce the problem? Also if we need any particular h/w board to reproduce this problem. I dont seem to recall any delay requirement on the chip at power up/cycle time. Any I also dont recall seeing any problems with the Conexant evk boards. Mauro,

Re: [PATCH] cxd2820r: fix possible out-of-array lookup

2011-07-25 Thread HoP
Hi Antti 2011/7/23 Antti Palosaari cr...@iki.fi: On 07/23/2011 02:01 AM, HoP wrote: 2011/7/23 Antti Palosaaricr...@iki.fi: On 07/23/2011 01:47 AM, HoP wrote: 2011/7/23 Antti Palosaaricr...@iki.fi: On 07/23/2011 01:18 AM, HoP wrote: In case of i2c write operation there is only one

Parallel CMOS Image Sensor with UART Control Interface

2011-07-25 Thread James
Dear all, Does anyone came across a v4l2 Linux Device Driver for an Image Sensor that uses Parallel CMOS H/V and can only be control by UART interface instead of the common I2C or SPI interface? A similar sensor is the STMicroelectronics VL5510 Image Sensor although it support all 3 types of

Re: [RFC 0/3] Frame synchronisation events and support for them in the OMAP 3 ISP driver

2011-07-25 Thread Sakari Ailus
Sylwester Nawrocki wrote: Hi, Hi Sylwester, Thanks for your comments. On 07/22/2011 12:39 PM, Sakari Ailus wrote: ... On 07/19/2011 03:37 PM, Sakari Ailus wrote: Hi all, The OMAP 3 ISP driver implements an HS_VS event which is triggered when the reception of a frame begins. This

Re: [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-25 Thread Devin Heitmueller
On Mon, Jul 25, 2011 at 1:48 AM, Palash Bandyopadhyay palash.bandyopadh...@conexant.com wrote: Mauro/Devin,  Can someone give steps to reproduce the problem? Also if we need any particular h/w board to reproduce this problem. I dont seem to recall any delay requirement on the chip at power

Re: [PATCH/RFC] fbdev: Add FOURCC-based format configuration API

2011-07-25 Thread Laurent Pinchart
Ping ? As stated in my previous mail, I'd like to reach an agreement on the API, and implement it. I'm fine with either grayscale or nonstd to store the FOURCC (with a slight preference for grayscale), and with either a vmode flag or using the most significant byte of the grayscale/nonstd

Re: webcam doesn't work on some USB ports (gspca_sonixj module)

2011-07-25 Thread Luiz Ramos
On Sun, Jul 24, 2011 at 10:44:41PM -0400, Dave Fine wrote: I have a Microsoft LifeCam VX-3000. My desktop computer has two USB buses. 4 external ports on one bus in the back of the computer, and 2 external ports on another bus in the front. The webcam only works properly on the front-facing

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-25 Thread Stas Sergeev
24.07.2011 22:36, Mauro Carvalho Chehab wrote: The automute code works fine. Maybe you have a strong interference at the default tuning frequency, leading into saa7134 miss-detection. OK, so my accusation to the automute code is that it gets disabled unconditionally, no matter have the scan

Re: [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-25 Thread Mauro Carvalho Chehab
Hi Palash, Em 25-07-2011 07:24, Devin Heitmueller escreveu: On Mon, Jul 25, 2011 at 1:48 AM, Palash Bandyopadhyay palash.bandyopadh...@conexant.com wrote: Mauro/Devin, Can someone give steps to reproduce the problem? Also if we need any particular h/w board to reproduce this problem. I

[PATCH] adp1653: check platform_data before usage

2011-07-25 Thread Andy Shevchenko
The driver requires platform_data to be present. That's why we need to check and fail in case of the absence of necessary data. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Sakari Ailus sakari.ai...@iki.fi ---

RE: [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-25 Thread Palash Bandyopadhyay
Mauro and Devin, Thanks for the explainations. The fix proposed is ok and as Devin mentioned, should have very low impact. I'll see if I can dig into the issue to root cause it. Thanks for your help. Rgds, Palash Signed off by Palash Bandyopadhyay

Re: [beagleboard] [RFC v1] mt9v113: VGA camera sensor driver and support for BeagleBoard

2011-07-25 Thread Mark Grosen
On Wed, Jul 13, 2011 at 11:22 AM, Joel A Fernandes agnel.j...@gmail.com wrote: * Adds support for mt9v113 sensor by borrowing heavily from PSP 2.6.37 kernel patches * Adapted to changes in v4l2 framework and ISP driver Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- This patch

Re: [beagleboard] [RFC v1] mt9v113: VGA camera sensor driver and support for BeagleBoard

2011-07-25 Thread Koen Kooi
Op 25 jul. 2011, om 18:56 heeft Mark Grosen het volgende geschreven: On Wed, Jul 13, 2011 at 11:22 AM, Joel A Fernandes agnel.j...@gmail.com wrote: * Adds support for mt9v113 sensor by borrowing heavily from PSP 2.6.37 kernel patches * Adapted to changes in v4l2 framework and ISP driver

Re: [beagleboard] [RFC v1] mt9v113: VGA camera sensor driver and support for BeagleBoard

2011-07-25 Thread Joel A Fernandes
Dear Mark, Thanks for trying this out. media-ctl/yavta commands you could use to get it to show a picture can be found at: http://utdallas.edu/~joel.fernandes/stream.sh Joel, I gave this a try this weekend. I ran into a few problems/questions. I wanted to try with pre-built (tested?)

Re: [beagleboard] [RFC v1] mt9v113: VGA camera sensor driver and support for BeagleBoard

2011-07-25 Thread Mark Grosen
On Mon, Jul 25, 2011 at 10:13 AM, Koen Kooi k...@beagleboard.org wrote: Op 25 jul. 2011, om 18:56 heeft Mark Grosen het volgende geschreven: On Wed, Jul 13, 2011 at 11:22 AM, Joel A Fernandes agnel.j...@gmail.com wrote: * Adds support for mt9v113 sensor by borrowing heavily from PSP 2.6.37

[Patch] media_build: Add support for kernel 3.x, remove support for kernel 2.4

2011-07-25 Thread Oliver Endriss
Signed-off-by: Oliver Endriss o.endr...@gmx.de diff -r 7830053e4245 v4l/Makefile --- a/v4l/Makefile Mon Jul 18 22:25:39 2011 +0200 +++ b/v4l/Makefile Mon Jul 25 20:05:51 2011 +0200 @@ -135,21 +135,11 @@ EXTRA_CFLAGS += -include $(obj)/compat.h

[PATCH 1/3] IT9137 driver for Kworld UB499-2T T09 (id 1b80:e409) - firmware details

2011-07-25 Thread Malcolm Priestley
Firmware information for Kworld UB499-2T T09 based on IT913x series. This device uses file dvb-usb-it9137-01.fw. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- Documentation/dvb/it9137.txt |9 + 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644

[PATCH 2/3] it913x Series Driver for Kworld UB499-2T (id 1b80:e409) v1.05

2011-07-25 Thread Malcolm Priestley
Driver for Kworld UB499-2T (id 1b80:e409) The device driver has been named it913x, so that support for other family members can be added later. TODOs Firmware support for other it913x devices. Remote control support, there are two known types. Signed-off-by: Malcolm Priestley

[PATCH 3/3] it913x_fe frontend and tuner driver v1.05

2011-07-25 Thread Malcolm Priestley
Fronted and Tuner Driver for ITE IT913x Series with inital support for IT9137 integrated demodulator and tuner device. The driver is loosely based on AF9035 series. However, support is not intended for this device specificity. The IT9137 tuner has been tested on UHF bands, but VHF has only been

[cron job] v4l-dvb daily build: ERRORS

2011-07-25 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:Mon Jul 25 19:01:44 CEST 2011 git hash:f0a21151140da01c71de636f482f2eddec2840cc gcc version: i686-linux-gcc (GCC)

Re: [lm-sensors] [PATCH 01/34] System Firmware Interface

2011-07-25 Thread Jean Delvare
On Mon, 18 Jul 2011 09:08:15 -0400, Prarit Bhargava wrote: This patch introduces a general System Firmware interface to the kernel, called sysfw. Inlcluded in this interface is the ability to search a standard set of fields, sysfw_lookup(). The fields are currently based upon the x86 and

[PATCH 0/3] DVB USB MFE

2011-07-25 Thread Antti Palosaari
Implement multi-frontend support for DVB USB. First patch touches every DVB USB driver since it just changes adap-fe to adap-fe[0] as preparation of actual patch. See usage example from Anysee driver, patch 3/3. regards Antti Antti Palosaari (3): dvb-usb: prepare for multi-frontend

[PATCH 2/3] dvb-usb: multi-frontend support (MFE)

2011-07-25 Thread Antti Palosaari
Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb/dvb-usb/dvb-usb-dvb.c | 85 +++--- drivers/media/dvb/dvb-usb/dvb-usb-init.c |4 ++ drivers/media/dvb/dvb-usb/dvb-usb.h | 11 +++- 3 files changed, 78 insertions(+), 22 deletions(-) diff

[PATCH 3/3] anysee: use multi-frontend (MFE)

2011-07-25 Thread Antti Palosaari
Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb/dvb-usb/anysee.c | 299 --- drivers/media/dvb/dvb-usb/anysee.h |1 + 2 files changed, 206 insertions(+), 94 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/anysee.c