Re: InstantFM

2013-05-20 Thread Hans de Goede
Hi, On 05/19/2013 10:18 PM, Ted To wrote: Hi, I purchased this device and while the device driver loads and I can set up gnomeradio to access it, it picks up no radio stations, despite being the model with an external antenna. The log output says software version 0, hardware version 7. I'm

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

2013-05-20 Thread phil . edworthy
Hi Sergei, Vladimir, Subject: [PATCH v5] V4L2: soc_camera: Renesas R-Car VIN driver From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add Renesas R-Car VIN (Video In) V4L2 driver. Based on the patch by Phil Edworthy phil.edwor...@renesas.com. I've seen old patches that add VIN

[PATCH] videodev2.h: fix typos

2013-05-20 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch fixes several typos in videodev2.h file Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- include/uapi/linux/videodev2.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

saa7115/gm7113c - device specific initialization

2013-05-20 Thread Jon Arne Jørgensen
Hi, I've recently discovered that the smi2021 device have some pretty specific needs for the setup of the gm7113c chip. Both the smi2021 driver and the stk1160 driver needs registers 0x14 - 0x17 to be zeroed, this is what forced me to add the gm7113c chip to the saa7115 driver in the first place.

Re: saa7115/gm7113c - device specific initialization

2013-05-20 Thread Andy Walls
Jon Arne Jørgensen jona...@jonarne.no wrote: Hi, I've recently discovered that the smi2021 device have some pretty specific needs for the setup of the gm7113c chip. Both the smi2021 driver and the stk1160 driver needs registers 0x14 - 0x17 to be zeroed, this is what forced me to add the gm7113c

Re: Kernel freezing with RTL2832U+R820T

2013-05-20 Thread poma
On 18.05.2013 09:36, Karsten Malcher wrote: Hi Gianluca, the crash / freezing occurs before disconnect in normal operation. So the patch will not solve this problem. Although media_build/backports allows you to build certain modules for certain older *kernels*, it doesn't mean that these

Re: [PATCH] videodev2.h: fix typos

2013-05-20 Thread Laurent Pinchart
Hi Prabhakar, Thank you for the patch. On Monday 20 May 2013 15:32:40 Lad Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch fixes several typos in videodev2.h file Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Acked-by: Laurent Pinchart

Re: [PATCH 1/2] [media] soc_camera/sh_mobile_csi2: Remove redundant platform_set_drvdata()

2013-05-20 Thread Sachin Kamat
On 13 May 2013 14:49, Sachin Kamat sachin.ka...@linaro.org wrote: Commit 0998d06310 (device-core: Ensure drvdata = NULL when no driver is bound) removes the need to set driver data field to NULL. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org ---

Re: Kernel freezing with RTL2832U+R820T

2013-05-20 Thread Karsten Malcher
Am 20.05.2013 12:55, schrieb poma: On 18.05.2013 09:36, Karsten Malcher wrote: Hi Gianluca, the crash / freezing occurs before disconnect in normal operation. So the patch will not solve this problem. Although media_build/backports allows you to build certain modules for certain older

Re: [PATCH 1/2] [media] soc_camera/sh_mobile_csi2: Remove redundant platform_set_drvdata()

2013-05-20 Thread Guennadi Liakhovetski
On Mon, 20 May 2013, Sachin Kamat wrote: On 13 May 2013 14:49, Sachin Kamat sachin.ka...@linaro.org wrote: Commit 0998d06310 (device-core: Ensure drvdata = NULL when no driver is bound) removes the need to set driver data field to NULL. Signed-off-by: Sachin Kamat

Re: [PATCH 1/2] [media] soc_camera/sh_mobile_csi2: Remove redundant platform_set_drvdata()

2013-05-20 Thread Sachin Kamat
On 20 May 2013 17:30, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Mon, 20 May 2013, Sachin Kamat wrote: On 13 May 2013 14:49, Sachin Kamat sachin.ka...@linaro.org wrote: Commit 0998d06310 (device-core: Ensure drvdata = NULL when no driver is bound) removes the need to set driver

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Frank Schäfer
Am 20.05.2013 01:04, schrieb Chris Rankin: - Original Message - What happens with kernel 3.8 ? Does ir-keytable trigger an em28xx_ir_change_protocol() call there, too, but with type=8 ? Or is this call missing ? This is the dmesg output from 3.8, with an extra ex28xx_info() call at

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Frank Schäfer
Am 20.05.2013 02:45, schrieb Chris Rankin: - Original Message - I'm not familar with ir-keytable and the RC core. Mauro ? Can you take over ? ;) This patch seems to do the right thing... I doubt it will apply cleanly because of TAB/space issues, but you should get the idea :-).

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Frank Schäfer
Am 20.05.2013 14:38, schrieb Frank Schäfer: ... But there was a third change: 3.) the scancode passed to the RC core with rc_keypress() in case of RC_BIT_UNKNOWN changed from a 16 bit value to 32 bit value (e.g.: old: 00 00 ab cd = new: ab cd xx xx). See commit

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Chris Rankin
- Original Message - This patch seems to do the right thing... I doubt it will apply cleanly because of TAB/space issues, but you should get the idea :-). --- linux-3.9/drivers/media/usb/em28xx/em28xx-input.c.orig    2013-05-19 21:18:39.0 +0100 +++

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Chris Rankin
- Original Message - And this is me calling ir-keytable: [ 2183.812407] em28xx #0: Changing protocol: rc_type=1 So with 3.8 the same happens as with 3.9. Yes, that does appear to be part of the RC core ABI. Well, if ir-keycode / the RC core requests RC_BIT_UNKNOWN, they get

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

2013-05-20 Thread Sergei Shtylyov
Hello. On 20-05-2013 11:31, phil.edwor...@renesas.com wrote: Subject: [PATCH v5] V4L2: soc_camera: Renesas R-Car VIN driver From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add Renesas R-Car VIN (Video In) V4L2 driver. Based on the patch by Phil Edworthy

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Frank Schäfer
Am 20.05.2013 15:01, schrieb Chris Rankin: - Original Message - And this is me calling ir-keytable: [ 2183.812407] em28xx #0: Changing protocol: rc_type=1 So with 3.8 the same happens as with 3.9. Yes, that does appear to be part of the RC core ABI. Well, if ir-keycode / the RC

Re: [PATCH RFC v3 2/3] media: added managed v4l2 control initialization

2013-05-20 Thread Andrzej Hajda
Hi Sakari, Thanks for the review. On 17.05.2013 00:34, Sakari Ailus wrote: Hi Andrzej, Thanks for the patchset! On Thu, May 16, 2013 at 10:14:33AM +0200, Andrzej Hajda wrote: This patch adds managed version of initialization function for v4l2 control handler. Signed-off-by: Andrzej

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Chris Rankin
- Original Message - If I had to guess, I would say you should check your rc_maps.cfg / keytable. ;) This is unchanged between 3.8.x and 3.9.x, and so is correct by definition. Kernel Upgrades Do Not Break Userspace. Cheers, Chris -- To unsubscribe from this list: send the line

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Frank Schäfer
Am 20.05.2013 16:51, schrieb Chris Rankin: - Original Message - If I had to guess, I would say you should check your rc_maps.cfg / keytable. ;) This is unchanged between 3.8.x and 3.9.x, and so is correct by definition. No, just because it didn't change it isn't automatically

Re: InstantFM

2013-05-20 Thread Ted To
Hi, On 05/20/2013 02:55 AM, Hans de Goede wrote: Hi, On 05/19/2013 10:18 PM, Ted To wrote: Hi, I purchased this device and while the device driver loads and I can set up gnomeradio to access it, it picks up no radio stations, despite being the model with an external antenna. The log

Re: 3.9.2 kernel - IR / em28xx_rc broken?

2013-05-20 Thread Chris Rankin
- Original Message - No, just because it didn't change it isn't automatically correct. ;) It's Fedora 18's haupp keytable - so it must be correct :-). -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: saa7115/gm7113c - device specific initialization

2013-05-20 Thread Jon Arne Jørgensen
On Mon, May 20, 2013 at 06:33:20AM -0400, Andy Walls wrote: Jon Arne Jørgensen jona...@jonarne.no wrote: Hi, I've recently discovered that the smi2021 device have some pretty specific needs for the setup of the gm7113c chip. Both the smi2021 driver and the stk1160 driver needs registers

[PATCH -next] media: fix hdpvr kconfig/build errors

2013-05-20 Thread Randy Dunlap
/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20130520.orig/drivers/media/usb/hdpvr/Kconfig +++ linux-next-20130520/drivers/media/usb/hdpvr/Kconfig @@ -1,7 +1,7 @@ config VIDEO_HDPVR tristate Hauppauge HD PVR support - depends on VIDEO_DEV

Re: saa7115/gm7113c - device specific initialization

2013-05-20 Thread Andy Walls
Jon Arne Jørgensen jona...@jonarne.no wrote: On Mon, May 20, 2013 at 06:33:20AM -0400, Andy Walls wrote: Jon Arne Jørgensen jona...@jonarne.no wrote: Hi, I've recently discovered that the smi2021 device have some pretty specific needs for the setup of the gm7113c chip. Both the smi2021

cron job: media_tree daily build: ERRORS

2013-05-20 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: Mon May 20 19:00:20 CEST 2013 git branch: test git hash: 4237c09a63906b980741725da63f85e454caec02 gcc

Re: InstantFM

2013-05-20 Thread Ted To
On 05/20/2013 11:42 AM, Ted To wrote: Hi, On 05/20/2013 02:55 AM, Hans de Goede wrote: Hi, On 05/19/2013 10:18 PM, Ted To wrote: Hi, I purchased this device and while the device driver loads and I can set up gnomeradio to access it, it picks up no radio stations, despite being the

Re: [PATCH v3] adv7180: add more subdev video ops

2013-05-20 Thread Sergei Shtylyov
Hello. On 05/13/2013 11:21 PM, Sergei Shtylyov wrote: From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add subdev video ops for ADV7180 video decoder. This makes decoder usable on the soc-camera drivers. Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com

Re: Introduce a new helper framework for buffer synchronization

2013-05-20 Thread Daniel Vetter
On Sat, May 18, 2013 at 03:47:43PM +0900, Inki Dae wrote: 2013/5/15 Rob Clark robdcl...@gmail.com On Wed, May 15, 2013 at 1:19 AM, Inki Dae inki@samsung.com wrote: -Original Message- From: Rob Clark [mailto:robdcl...@gmail.com] Sent: Tuesday, May 14, 2013 10:39 PM

Re: Can you take a look at these dvb-apps warnings/errors?

2013-05-20 Thread Mauro Carvalho Chehab
Hi Hans, Em Fri, 17 May 2013 10:30:57 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: Hi Mauro, Can you take a look at these? The daily build is failing because of this. Thanks! Hans test_video.c:322:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has

Re: Introduce a new helper framework for buffer synchronization

2013-05-20 Thread Daniel Vetter
On Mon, May 20, 2013 at 11:13:04PM +0200, Daniel Vetter wrote: On Sat, May 18, 2013 at 03:47:43PM +0900, Inki Dae wrote: 2013/5/15 Rob Clark robdcl...@gmail.com On Wed, May 15, 2013 at 1:19 AM, Inki Dae inki@samsung.com wrote: -Original Message- From: Rob Clark

Re: Kernel freezing with RTL2832U+R820T

2013-05-20 Thread poma
On 20.05.2013 13:52, Karsten Malcher wrote: Does this mean that it should work with Kernel 3.8.5 ? Honestly I don't know. Regarding 3.8.y kernel series[1]. poma [1] http://www.spinics.net/lists/kernel/msg1531126.html -- To unsubscribe from this list: send the line unsubscribe linux-media in

Re: [RFC PATCH 3/4] libv4l2rds: added support to decode RDS-TMC tuning information

2013-05-20 Thread Konke Radlow
Hi Hans, Thank you for your comments, they're very appreciated as always :) I will integrate the proposals and submit an updated version towards the end of this week. To my best knowledge I would say that the functionality of RDS/TMC as defined by the standards is completely implemented now.

[RESEND][PATCH 0/2] media: fix polling not to wait if a buffer is available

2013-05-20 Thread Seung-Woo Kim
As poll behavior described in following link, polling needs to just return if already some buffer is in done list. Link: http://www.spinics.net/lists/linux-media/msg34759.html But in current vb2 and v4l2_m2m, poll function always calls poll_wait(), so it needs to wait until next vb2_buffer_done()

[RESEND][PATCH 1/2] media: vb2: return for polling if a buffer is available

2013-05-20 Thread Seung-Woo Kim
The vb2_poll() does not need to wait next vb_buffer_done() if there is already a buffer in done_list of queue, but current vb2_poll() always waits. So done_list is checked before calling poll_wait(). Signed-off-by: Seung-Woo Kim sw0312@samsung.com Acked-by: Marek Szyprowski

[RESEND][PATCH 2/2] media: v4l2-mem2mem: return for polling if a buffer is available

2013-05-20 Thread Seung-Woo Kim
The v4l2_m2m_poll() does not need to wait if there is already a buffer in done_list of source and destination queues, but current v4l2_m2m_poll() always waits. So done_list of each queue is checked before calling poll_wait(). Signed-off-by: Seung-Woo Kim sw0312@samsung.com Acked-by: Marek