Re: [PATCH] uvc: Depend on VIDEO_V4L2

2013-06-22 Thread Randy Dunlap
On 06/22/13 07:25, Laurent Pinchart wrote: > The uvcvideo driver lost its dependency on VIDEO_V4L2 during the big > media directory reorganization. Add it back. > > Signed-off-by: Laurent Pinchart Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > --- > drivers/media/usb/uvc/Kconfi

Re: [RFC] Support for events with a large payload

2013-06-22 Thread Sakari Ailus
Hi Hans, On Wed, Jun 19, 2013 at 08:32:35AM +0200, Hans Verkuil wrote: > On Tue June 18 2013 23:22:33 Laurent Pinchart wrote: > > Hi Hans and Sakari, > > > > On Friday 07 June 2013 00:38:04 Sakari Ailus wrote: > > > Hi Hans, > > > > > > Thanks for the RFC! :-) > > > > > > On Mon, May 13, 2013 a

unrecognized usb dvb stick Pinnacle ID eb1a:2870

2013-06-22 Thread Martin Lindhe
uname -a Linux tp 3.9.7 #1 SMP Sat Jun 22 14:50:39 CEST 2013 x86_64 GNU/Linux [ 8032.414689] usb 3-1.2: new high-speed USB device number 6 using ehci-pci [ 8032.510932] usb 3-1.2: New USB device found, idVendor=eb1a, idProduct=2870 [ 8032.510940] usb 3-1.2: New USB device strings: Mfr=0, Prod

Re: [RFC] Support for events with a large payload

2013-06-22 Thread Sakari Ailus
Hi Laurent, On Tue, Jun 18, 2013 at 11:22:33PM +0200, Laurent Pinchart wrote: > On Friday 07 June 2013 00:38:04 Sakari Ailus wrote: > > On Mon, May 13, 2013 at 02:14:43PM +0200, Hans Verkuil wrote: > > > Currently the event API allows for a payload of up to 64 bytes. Sometimes > > > we would like

cron job: media_tree daily build: WARNINGS

2013-06-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 Jun 22 19:00:19 CEST 2013 git branch: test git hash: ee17608d6aa04a86e253a9130d6c6d00892f132b gcc versi

[PATCH v2 2/2] media: i2c: tvp7002: add OF support

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" add OF support for the tvp7002 driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-

[PATCH v2 1/2] media: i2c: tvp7002: add support for asynchronous probing

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" Both synchronous and asynchronous tvp7002 subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: linux-ker...@v

[PATCH v2 0/2] media: i2c: tvp7002: feature enhancement

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" The first patch of the series add support for asynchronous probing and the second patch adds OF support to tvp7002 driver. Lad, Prabhakar (2): media: i2c: tvp7002: add support for asynchronous probing media: i2c: tvp7002: add OF support .../devicetree/bindings/media/

[PATCH RFC v3] media: OF: add video sync endpoint property

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch adds video sync properties as part of endpoint properties and also support to parse them in the parser. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakar

Re: randconfig build errors with next-20130620, in several drivers/media

2013-06-22 Thread Laurent Pinchart
Hi Randy, On Friday 21 June 2013 18:42:25 Randy Dunlap wrote: > On 06/21/13 17:27, Laurent Pinchart wrote: > > On Thursday 20 June 2013 11:52:44 Jim Davis wrote: > >> Building with the attached random configuration file generates errors in > >> both > > > > [snip] > > > > The issue seem to be ca

[PATCH] uvc: Depend on VIDEO_V4L2

2013-06-22 Thread Laurent Pinchart
The uvcvideo driver lost its dependency on VIDEO_V4L2 during the big media directory reorganization. Add it back. Signed-off-by: Laurent Pinchart --- drivers/media/usb/uvc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/uvc/Kconfig b/drivers/media/usb/uvc/Kconfig in

de-Primacom initial tuning data doesn't work anymore

2013-06-22 Thread Franz Schrober
Hi, I wanted to watch TV today with kaffeine 1.2.2-2 from debian and noticed that it didn't work anymore. Also scans even after the update of the initial tuning data didn't show all tv stations. Just replacing the entry for dvb-c/de-Primacom in ~/.kde/share/apps/kaffeine/scanfile.dvb with the o

[media] new driver for I-Nova CCDs

2013-06-22 Thread Ilia Platone
Hi all, I was wondering if it could be possible to add my driver for some scientific CCD cameras... I have written the driver and it works, what can I do now? It would be great if it can be added to linux-media. :) Thanks, Ilia Platone -- To unsubscribe from this list: send the line "unsubscribe l

[PATCH] [media] saa7134: Fix sparse warnings by adding __user annotation

2013-06-22 Thread Emil Goode
Adding a __user annotation fixes the following sparse warnings. drivers/media/pci/saa7134/saa7134-video.c:1578:45: warning: incorrect type in initializer (different address spaces) drivers/media/pci/saa7134/saa7134-video.c:1578:45: expected struct v4l2_clip *clips d

Re: [PATCH v6] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-22 Thread Vladimir Barinov
Hi Matsubara-san, Katsuya MATSUBARA wrote: Hi Vladimir, From: Vladimir Barinov Date: Fri, 21 Jun 2013 14:32:05 +0400 Katsuya MATSUBARA wrote: Hi Vladimir, From: Vladimir Barinov Date: Fri, 21 Jun 2013 13:39:50 +0400 (snip) I have not seen such i2c errors during capturi

[PATCH] media: i2c: tvp514x: add support for asynchronous probing

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" Both synchronous and asynchronous tvp514x subdevice probing is supported by this patch. Signed-off-by: Prabhakar Lad Cc: Guennadi Liakhovetski Cc: Laurent Pinchart Cc: Hans Verkuil Cc: Sakari Ailus Cc: Mauro Carvalho Chehab --- drivers/media/i2c/tvp514x.c | 22 +++

[RFC PATCH 5/6] wl128x: call video_register_device last, enable prio handling

2013-06-22 Thread Hans Verkuil
From: Hans Verkuil video_register_device must be called last. This patch also sets the prio flag, allowing the core to handle priorities. Signed-off-by: Hans Verkuil --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 39 +++-- 1 file changed, 23 insertions(+), 16 deleti

[PATCH] media: i2c: adv7343: add support for asynchronous probing

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" Both synchronous and asynchronous adv7343 subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar Cc: Guennadi Liakhovetski Cc: Laurent Pinchart Cc: Hans Verkuil Cc: Sakari Ailus Cc: Mauro Carvalho Chehab --- drivers/media/i2c/adv7343.c | 15 ++

[RFC PATCH 6/6] wl128x: enable control events.

2013-06-22 Thread Hans Verkuil
From: Hans Verkuil Signed-off-by: Hans Verkuil --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 10 +++--- drivers/media/radio/wl128x/fmdrv_v4l2.h | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/media/radio/wl128x/fmdrv_v4l2.c b/drivers/media/radio/wl128x/fmdrv_

[RFC PATCH 4/6] wl128x: use v4l2_fh, allow multiple opens.

2013-06-22 Thread Hans Verkuil
From: Hans Verkuil This driver allowed only one filehandle to be open. This is out-of-spec. Modified the driver so multiple opens are allowed. Signed-off-by: Hans Verkuil --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 74 +++-- drivers/media/radio/wl128x/fmdrv_v4l2.h

[RFC PATCH 0/6] wl128x: Various fixes

2013-06-22 Thread Hans Verkuil
Hi Fengguang, Manjunatha, This patch series fixes the warning when registering the video node introduced after the patch that requires a valid v4l2_dev pointer. This driver slipped through because it didn't set the old parent pointer either. The other patches are improvements to the driver, fixing

[RFC PATCH 2/6] wl128x: querycap: set device_caps field.

2013-06-22 Thread Hans Verkuil
From: Hans Verkuil Also prefix bus_info with 'platform:' and something more specific than 'UART'. Signed-off-by: Hans Verkuil --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/radio/wl128x/fmdrv_v4l2.c b/drivers

[RFC PATCH 3/6] wl128x: remove illegal g/s_audio

2013-06-22 Thread Hans Verkuil
From: Hans Verkuil These ioctls are for video devices, not for radio devices. Signed-off-by: Hans Verkuil --- drivers/media/radio/wl128x/fmdrv_v4l2.c | 21 - 1 file changed, 21 deletions(-) diff --git a/drivers/media/radio/wl128x/fmdrv_v4l2.c b/drivers/media/radio/wl128x/

[RFC PATCH 1/6] wl128x: add missing struct v4l2_device.

2013-06-22 Thread Hans Verkuil
From: Hans Verkuil This struct is now required for all video device nodes, but it was missing in this driver. Signed-off-by: Hans Verkuil --- drivers/media/radio/wl128x/fmdrv.h | 2 ++ drivers/media/radio/wl128x/fmdrv_v4l2.c | 8 2 files changed, 10 insertions(+) diff --git a/dr

[PATCH 2/2] media: i2c: ths8200: add OF support

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" add OF support for the ths8200 driver. Signed-off-by: Lad, Prabhakar --- .../devicetree/bindings/media/i2c/ths8200.txt | 19 +++ drivers/media/i2c/ths8200.c|9 + 2 files changed, 28 insertions(+) create mode 100

[PATCH 0/2] media: i2c: ths8200: Feature enhancement

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" The first patch of the series adds supports for asynchronous subdev registration for ths8200 driver, and the second patch of the series adds OF support the driver. Lad, Prabhakar (2): media: i2c: ths8200: support asynchronous probing media: i2c: ths8200: add OF support

[PATCH 1/2] media: i2c: ths8200: support asynchronous probing

2013-06-22 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch supports both synchronous and asynchronous ths8200 subdevice probing. Signed-off-by: Lad, Prabhakar --- drivers/media/i2c/ths8200.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/t