MyGica T119 (siano sms) ir sensor is not recognized

2012-09-22 Thread Pablo Sanzo Perez
Hello, I have an usb MyGica T119 using the firmware dvb_nova_12mhz_b0.inp and modules smsdvb and smsmdtv from Siano. The IR is not being detected. I have googled and looked in this email, I have only found some old patches but I could not find a solution. Is there any way to make it recognized?

Re: mt9t031 driver support on OMAP3 system

2012-09-22 Thread Guennadi Liakhovetski
Hi Pete On Sat, 22 Sep 2012, P Jackson wrote: > I'm trying to incorporate an MT9T031-based sensor into a commercial > small form-factor OMAP3 DM3730-based system which is supplied with > sources for a 2.6.37 kernel and is somewhat out-dated.The application > I'm working on requires a single im

Re: [RFC] Timestamps and V4L2

2012-09-22 Thread Daniel Glöckner
On Sat, Sep 22, 2012 at 07:12:52PM +0200, Sylwester Nawrocki wrote: > If we ever need the clock selection API I would vote for an IOCTL. > The controls API is a bad choice for something such fundamental as > type of clock for buffer timestamping IMHO. Let's stop making the > controls API a dumping

cron job: media_tree daily build: ERRORS

2012-09-22 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sat Sep 22 19:00:20 CEST 2012 git hash:4313902ebe33155209472215c62d2f29d117be29 gcc version: i686-linux-gcc (GC

Re: RFC: single+multiplanar API in one driver: possible or not?

2012-09-22 Thread Sylwester Nawrocki
Hello Hans, On 09/21/2012 01:07 PM, Hans Verkuil wrote: > Hi all, > > I've been looking into multiplanar support recently, and I ran into some API > ambiguities. > > In the examples below I stick to the capture case, but the same applies to > output and m2m. > > There are two capabilities: V4L2

mt9t031 driver support on OMAP3 system

2012-09-22 Thread P Jackson
I'm trying to incorporate an MT9T031-based sensor into a commercial small form-factor OMAP3 DM3730-based system which is supplied with sources for a 2.6.37 kernel and is somewhat out-dated.The application I'm working on requires a single image to be acquired from the sensor every once in a while

Re: tda18271 driver power consumption

2012-09-22 Thread Antti Palosaari
On 09/20/2012 08:49 PM, Michael Krufky wrote: On Thu, Sep 20, 2012 at 1:47 PM, Michael Krufky wrote: On Mon, Aug 6, 2012 at 3:13 PM, Antti Palosaari wrote: On 08/06/2012 09:57 PM, Michael Krufky wrote: On Mon, Aug 6, 2012 at 2:35 PM, Devin Heitmueller wrote: On Mon, Aug 6, 2012 at 2:19 P

Re: [RFC] Timestamps and V4L2

2012-09-22 Thread Sylwester Nawrocki
On 09/22/2012 02:38 PM, Sakari Ailus wrote: >> You are missing one other option: >> >> Using v4l2_buffer flags to report the clock >> --- >> >> By defining flags like this: >> >> V4L2_BUF_FLAG_CLOCK_MASK 0x7000 >> /* Possible Clocks */ >> V4L2_BUF_FLAG_CLOCK_

[PATCH 1/5] fc2580: small improvements for chip id check

2012-09-22 Thread Antti Palosaari
* better readability * make checkpatch.pl happy * few bytes smaller binary footprint Cc: Oliver Schinagl Signed-off-by: Antti Palosaari --- drivers/media/tuners/fc2580.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/media/tuners/fc2580.c b/drivers/media/tuners

[PATCH 2/5] dvb_usb_v2: fix error handling for .tuner_attach()

2012-09-22 Thread Antti Palosaari
fe was not set NULL after it was destroyed in tuner attach fail error case. Due to that it was destroyed again and Kernel oopsed. Reported-by: Oliver Schinagl Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[PATCH 3/5] fc2580: fix crash when attach fails

2012-09-22 Thread Antti Palosaari
Callbacks were set even attach failed. This leads calling .release() in error case and resulted crash. Reported-by: Oliver Schinagl Signed-off-by: Antti Palosaari --- drivers/media/tuners/fc2580.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/tuners/fc

[PATCH 5/5] anysee: do not remove CI when it is not attached

2012-09-22 Thread Antti Palosaari
Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/anysee.c | 8 drivers/media/usb/dvb-usb-v2/anysee.h | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/media/usb/dvb-usb-v2/anysee.c b/drivers/media/usb/dvb-usb-v2/anysee.c index 6705d81..ec540140

[PATCH 4/5] e4000: fix crash when attach fails

2012-09-22 Thread Antti Palosaari
Callbacks were set even attach failed. This leads calling .release() in error case and resulted crash. Reported-by: Oliver Schinagl Signed-off-by: Antti Palosaari --- drivers/media/tuners/e4000.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/tuners/e40

Re: s5p-tv/mixer_video.c weirdness

2012-09-22 Thread Sylwester Nawrocki
Hi Hans, On 09/21/2012 12:07 PM, Hans Verkuil wrote: > Hi Marek, Sylwester, > > I've been investigating how multiplanar is used in various drivers, and I > came across this driver that is a bit weird. > > querycap sets both single and multiple planar output caps: > > cap->capabilities

Re: [RFCv2 PATCH 00/14] davinci: clean up input/output/subdev config

2012-09-22 Thread Prabhakar Lad
Hi Hans, Thanks for the patchset. On Thu, Sep 20, 2012 at 5:36 PM, Hans Verkuil wrote: > Hi Prabhakar, > > This is the second patch series for a vpif driver cleanup. > > The first version can be found here: > > http://www.mail-archive.com/linux-media@vger.kernel.org/msg52136.html > > Changes sin

Re: [alsa-devel] [PATCH v2 00/34] i.MX multi-platform support

2012-09-22 Thread Mark Brown
On Fri, Sep 21, 2012 at 01:26:43AM -0700, Olof Johansson wrote: > I'll take a look at merging it tomorrow after I've dealt with smp_ops; > if it looks reasonably conflict-free I'll pull it in. We need the > sound dependency sorted out (or agreed upon) first though. I guess in the light of the res

Re: led flash driver for lm3554/lm3556

2012-09-22 Thread Sakari Ailus
Hi Daniel and others, On Fri, Sep 21, 2012 at 03:29:18PM +, Jeong, Daniel wrote: > Hi Andy and Sakari. > > >On Fri, Sep 21, 2012 at 01:55:15PM +0300, Andy Shevchenko wrote: > >> On Fri, 2012-09-21 at 19:16 +0900, gshark wrote: > >> > >> [cut previous stories] > >> > >> > My development env

Re: [RFC] Timestamps and V4L2

2012-09-22 Thread Sakari Ailus
Hi Hans, Thanks for the comments. Hans Verkuil wrote: On Thu September 20 2012 22:21:22 Sakari Ailus wrote: Hi all, This RFC intends to summarise and further the recent discussion on linux-media regarding the proposed changes of timestamping V4L2 buffers. The problem === The V4L2

Re: [alsa-devel] [PATCH v2 00/34] i.MX multi-platform support

2012-09-22 Thread Shawn Guo
On Sat, Sep 22, 2012 at 01:09:27AM -0700, Olof Johansson wrote: > > I've pulled this in now as staging/imx-multiplatform. > > > > As you mention, it might or might not make sense to send this up. It > > also accrued a few more merge conflicts with other branches in > > arm-soc, so we'll see how thi

Re: media_build error on header file not present in old linux in ivtv-alsa-pcm.c

2012-09-22 Thread Jan Hoogenraad
Thanks. Ecxuse me for the previous mail. I could have searched the archive first: http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/54099/match=printk+h Andy Walls wrote: > Jan Hoogenraad wrote: > >> I try to compile the media_build on an old Ubuntu Lucid system. >> 2.6.32

[PATCH] [dvb-apps] DVB-S update scan dir 12.5W - 28.2E

2012-09-22 Thread Wojciech Myrda
The attached patch includes updates to dvb-apps package for all satellites ranging from 12.5W to 28.5E. This patch replaces the few previous patches I send and adds several more sat positions. Regards, Wojciech Myrda diff -Naur dvb-apps-3fc7dfa68484/util/scan/dvb-s/Amos-4w dvb-apps/util/scan/dvb-s

Re: [alsa-devel] [PATCH v2 00/34] i.MX multi-platform support

2012-09-22 Thread Olof Johansson
On Sat, Sep 22, 2012 at 12:41 AM, Olof Johansson wrote: > Hi, > > On Fri, Sep 21, 2012 at 9:53 AM, Shawn Guo wrote: >> On Sat, Sep 22, 2012 at 12:46:26AM +0800, Shawn Guo wrote: >>> I just published the branch below with this series rebased on top of >>> the necessary dependant branches. >>> >>>

[PATCH] [media] s5p-tv: Fix potential NULL pointer dereference error

2012-09-22 Thread Sachin Kamat
When mdev is NULL, the error print statement will try to dereference the NULL pointer. Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-tv/mixer_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/platform/s5p-tv/mixer_drv.c b/drivers/media/pl

Re: [alsa-devel] [PATCH v2 00/34] i.MX multi-platform support

2012-09-22 Thread Olof Johansson
Hi, On Fri, Sep 21, 2012 at 9:53 AM, Shawn Guo wrote: > On Sat, Sep 22, 2012 at 12:46:26AM +0800, Shawn Guo wrote: >> I just published the branch below with this series rebased on top of >> the necessary dependant branches. >> >> git://git.linaro.org/people/shawnguo/linux-2.6.git >> staging/im

[PATCH] [media] s5k6aa: Fix possible NULL pointer dereference

2012-09-22 Thread Sachin Kamat
It is previously assumed that 'rect' could be NULL. Hence add a check to print the members of 'rect' only when it is not NULL. Signed-off-by: Sachin Kamat --- drivers/media/i2c/s5k6aa.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/s5k6aa.c b/driv