Re: [PATCH 0/2] V4L2 OF fixes

2013-07-03 Thread Laurent Pinchart
Hi Sylwester, On Wednesday 03 July 2013 22:36:28 Sylwester Nawrocki wrote: > On 07/03/2013 12:52 PM, Laurent Pinchart wrote: > > Hello, > > > > Here are two small fixes for the V4L2 OF parsing code. The patches should > > be self-explanatory. > > Hi Laurent, > > Thank you for fixing what I've m

[RFC v3 0/3] saa7115: Implement i2c_board_info.platform_data

2013-07-03 Thread Jon Arne Jørgensen
This patch set adds handling of the i2c_board_info struct to the saa7115 driver. The main goal of this patch is to give the different devices with the gm7113c chip an opportunity to configure the chip to their needs. I've only implemented the overrides I know are necessary to get the stk1160 and t

[RFC v3 2/3] saa7115: Do not load saa7115_init_misc for gm7113c

2013-07-03 Thread Jon Arne Jørgensen
Most of the registers changed in saa7115_init_misc table are out of range for the gm7113c chip. The only register that's within range doesn't need to be changed here. Signed-off-by: Jon Arne Jørgensen --- drivers/media/i2c/saa7115.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[RFC v3 1/3] saa7115: Fix saa711x_set_v4lstd for gm7113c

2013-07-03 Thread Jon Arne Jørgensen
saa711x_set_v4lstd would toggle several bits that should not be touched when changing std. This could potentially override configurations set in platform_data. This patch should fix that problem. Signed-off-by: Jon Arne Jørgensen --- drivers/media/i2c/saa7115.c | 37 +---

[RFC v3 3/3] saa7115: Implement i2c_board_info.platform_data

2013-07-03 Thread Jon Arne Jørgensen
Implement i2c_board_info.platform_data handling in the driver so we can make device specific changes to the chips we support. I'm adding a new init table for the gm7113c chip because the old saa7113 init table has a illegal and wrong defaults according to the datasheet. I'm also adding an option

Re: Samsung i2c subdev drivers that set sd->name

2013-07-03 Thread Laurent Pinchart
Hello, On Thursday 27 June 2013 11:53:15 Sylwester Nawrocki wrote: > On 06/27/2013 08:43 AM, Hans Verkuil wrote: > > On Wed June 26 2013 11:00:51 Sakari Ailus wrote: > >> On Tue, Jun 25, 2013 at 06:55:49PM +0200, Sylwester Nawrocki wrote: > >>> On 06/24/2013 10:54 AM, Hans Verkuil wrote: > Hi

Re: Question: interaction between selection API, ENUM_FRAMESIZES and S_FMT?

2013-07-03 Thread Sakari Ailus
Hi Hans, On Tue, Jun 25, 2013 at 11:02:51AM +0200, Hans Verkuil wrote: > On Tue 25 June 2013 10:21:19 Sakari Ailus wrote: > > Hi Hans, > > > > On Mon, Jun 24, 2013 at 02:48:15PM +0200, Hans Verkuil wrote: > > > Hi all, > > > > > > While working on extending v4l2-compliance with cropping/selectio

Re: [PATCH 0/2] V4L2 OF fixes

2013-07-03 Thread Sylwester Nawrocki
On 07/03/2013 12:52 PM, Laurent Pinchart wrote: Hello, Here are two small fixes for the V4L2 OF parsing code. The patches should be self-explanatory. Hi Laurent, Thank you for fixing what I've messed up in the Guennadi's original patch. For both patches: Acked-by: Sylwester Nawrocki Laur

[PATCH] [media] hdpvr: fix iteration over uninitialized lists in hdpvr_probe()

2013-07-03 Thread Alexey Khoroshilov
free_buff_list and rec_buff_list are initialized in the middle of hdpvr_probe(), but if something bad happens before that, error handling code calls hdpvr_delete(), which contains iteration over the lists (via hdpvr_free_buffers()). The patch moves the lists initialization to the beginning and by

Re: [DTV Update] Re: Änderung der Sendefrequenzen bei KabelBW

2013-07-03 Thread Oliver Schinagl
Pushed to the dtv-scan-tables tree. A package should be generated thanks to mauro soon, so if packagers download tomorrow, or pull from git now, they have the new version. On 07/03/13 20:32, Dirk Ritter wrote: Hello Oliver! :-) Am Mittwoch, den 03.07.2013, 19:54 +0200 schrieb Oliver Schinagl:

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

2013-07-03 Thread Laurent Pinchart
On Wednesday 03 July 2013 02:01:59 Sakari Ailus wrote: > On Mon, Jun 24, 2013 at 03:40:14PM +0200, Hans Verkuil wrote: > ... > > > Since the payloads are larger I am less concerned about speed. There is > > one problem, though: if you dequeue the event and the buffer that should > > receive the pa

scan file change needed for de-Kabel_BW

2013-07-03 Thread Dirk Ritter
Hello! According to Martin Klar, the scan file for de-Kabel_BW needs to get changed. I verified his change beforehand based on documents from KabelBW and an external help desk and later on, when KabelBW actually changed it in my city, on actual usage with Kaffeine and can positively confirm it. Se

Technisat SkyStar USB HD & DiSEqC motor

2013-07-03 Thread richards
Hello. I've been viewing FTA satellite for a few years using an up-to-date ubuntu distro and a Technisat SkyStar USB HD; http://www.linuxtv.org/wiki/index.php/Technisat_SkyStar_USB_HD Recently I decided to upgrade my setup and try out a DiSEqC motor on my dish. Cdtronix NH-210 DiSEqC 1.2 Motor

cron job: media_tree daily build: WARNINGS

2013-07-03 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: Wed Jul 3 19:00:28 CEST 2013 git branch: test git hash: 1c26190a8d492adadac4711fe5762d46204b18b0 gcc versi

[DTV Update] Re: Änderung der Sendefrequenzen bei KabelBW

2013-07-03 Thread Oliver Schinagl
On 07/03/13 18:35, Hermann Ulrichskötter wrote: Hallo Oliver, Hi Hermann, ich bin am Wochenende bei der TVHeadend-Installation auf meiner Synology über das Problem gestolpert, dass die Kanäle von Kabel-BW nicht mehr gescannt wurden. Kabel-BW hatte am Donnerstag hier in Freiburg einige Sendefr

Re: [PATCH] usbtv: fix dependency

2013-07-03 Thread Randy Dunlap
the description, > it seems to contain just fixes/documentation, so, I'll be handling it > in a few. Has this patch been merged yet? If so, where? This build failure is still occurring in linux-next-20130703. thanks, -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19)

2013-07-03 Thread Bogdan Oprea
i don't know how to "sniff" the usb port. if you want i can give you root access to the machine with the device plugged into it. it's a raspberry pi with raspbian wheezy. From: Antti Palosaari To: Oliver Schinagl Cc: Bogdan Oprea ; "linux-media@vger.kernel.o

[PATCH 1/2] v4l: of: Use of_get_child_by_name()

2013-07-03 Thread Laurent Pinchart
Replace a manual loop through child nodes with a call to of_get_child_by_name(). Signed-off-by: Laurent Pinchart --- drivers/media/v4l2-core/v4l2-of.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/media/v4l2-core/v4l2-of.c b/drivers/media/v4l2-core/v4l2-of.

[PATCH 2/2] v4l: of: Drop acquired reference to node when getting next endpoint

2013-07-03 Thread Laurent Pinchart
The of_get_child_by_name() function takes a reference to the node it returns. Make sure to drop it when looking for the ports node in v4l2_of_get_next_endpoint(). Signed-off-by: Laurent Pinchart --- drivers/media/v4l2-core/v4l2-of.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/med

[PATCH 0/2] V4L2 OF fixes

2013-07-03 Thread Laurent Pinchart
Hello, Here are two small fixes for the V4L2 OF parsing code. The patches should be self-explanatory. Laurent Pinchart (2): v4l: of: Use of_get_child_by_name() v4l: of: Drop acquired reference to node when getting next endpoint drivers/media/v4l2-core/v4l2-of.c | 9 +++-- 1 file changed