Re: [PATCH v4 2/5] media: ov2640: add async probe function

2015-01-01 Thread Laurent Pinchart
Hi Josh, On Tuesday 30 December 2014 18:02:23 Josh Wu wrote: On 12/30/2014 8:15 AM, Laurent Pinchart wrote: On Monday 29 December 2014 16:28:02 Josh Wu wrote: On 12/26/2014 6:06 PM, Laurent Pinchart wrote: On Friday 26 December 2014 10:14:26 Guennadi Liakhovetski wrote: On Fri, 26 Dec

Re: [PATCH v4 2/5] media: ov2640: add async probe function

2015-01-01 Thread Laurent Pinchart
Hi Guennadi, On Tuesday 30 December 2014 13:12:27 Guennadi Liakhovetski wrote: On Tue, 30 Dec 2014, Josh Wu wrote: [snip] And until omap1 is in the mainline we cannot drop v4l2_clk. s/until/as lonh as/ So I think the better way right now for ov2640 driver is still request both

[REVIEW PATCH 1/1] smiapp: Use of_property_read_u64_array() to read a 64-bit number array

2015-01-01 Thread Sakari Ailus
of_property_read_u64_array() wasn't yet part of the kernel tree when the functionality was needed. Do use it now. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/i2c/smiapp/smiapp-core.c | 24 +--- 1 file changed, 5 insertions(+), 19 deletions(-) diff

[PATCH] media: i2c: adv7604.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: vblanking() hblanking() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/media/i2c/adv7604.c | 10 --

Re: How to access DVB-onboard RC? (Technisat)

2015-01-01 Thread Jannis
Am 30.12.2014 um 13:59 schrieb JPT: I currently try to make my Technisat IR-RC work. But nothing happens when I press a key. What's wrong? It depends on what you expect to happen when you press a key on the remote control. The kernel's and driver's job is primarily to deliver the events to the

[PATCH] media: pci: mantis: mantis_core.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function write_eeprom_byte() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/media/pci/mantis/mantis_core.c | 23

[REVIEW PATCH 1/1] omap3isp: Correctly set QUERYCAP capabilities

2015-01-01 Thread Sakari Ailus
device_caps in struct v4l2_capability were inadequately set in VIDIOC_QUERYCAP. Fix this. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/platform/omap3isp/ispvideo.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[PATCH] media: platform: vsp1: vsp1_hsit: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function vsp1_hsit_read() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/media/platform/vsp1/vsp1_hsit.c |5 - 1 file changed,

[PATCH] media: pci: saa7134: saa7134-video.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function saa7134_queue() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/media/pci/saa7134/saa7134-video.c |5 - 1 file changed,

[PATCH 1/5] mb86a20s: remove unused debug modprobe parameter

2015-01-01 Thread Mauro Carvalho Chehab
The debug parameter is not used anymore, as this module was converted already to use dev_dbg(). Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/dvb-frontends/mb86a20s.c b/drivers/media/dvb-frontends/mb86a20s.c index e6f165a5b90d..8f54c39ca63f 100644 ---

[PATCH 5/5] cx231xx: add media controller support for mb86a20s boards

2015-01-01 Thread Mauro Carvalho Chehab
Add experimental support for the media controlers, on boards that have mb86a20s (and use the new dvb core I2C binding). Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/usb/cx231xx/cx231xx-dvb.c b/drivers/media/usb/cx231xx/cx231xx-dvb.c index

[PATCH 4/5] dvb core: add media controller support for the demod

2015-01-01 Thread Mauro Carvalho Chehab
Now that we have an I2C function to attach DVB sub-devices, add support for media controller on it. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/dvb-core/dvb_frontend.h b/drivers/media/dvb-core/dvb_frontend.h index 41aae1bf0103..65d002f19cc3 100644 ---

[PATCH 3/5] mb86a20s: remove two uneeded macros

2015-01-01 Thread Mauro Carvalho Chehab
There are two macros that are there just to simplify the parameter passage. Remove them, as the i2c address is already inside the i2c client structure. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/dvb-frontends/mb86a20s.c

[PATCH 2/5] mb86a20s: convert it to I2C binding model

2015-01-01 Thread Mauro Carvalho Chehab
Instead of using I2C raw API, use the standard I2C binding API, with the DVB core support for it. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/dvb-frontends/mb86a20s.c b/drivers/media/dvb-frontends/mb86a20s.c index 8f54c39ca63f..8dd608be1edd 100644 ---

[RFC PATCH 0/5] mb96a20s:use DVB core I2C binding and add media controller support

2015-01-01 Thread Mauro Carvalho Chehab
Those patches are currently experimental and they depend on this patch: https://patchwork.linuxtv.org/patch/27329/ There are 2 cleanup patches here for mb86a20s, and one patch that converts it to use the new I2C binding helper routines added at the DVB core. The next patch extends the

[BUG] Dual tuner TV card, works using one tuner only, doesn't work if both tuners are used

2015-01-01 Thread dCrypt
Hi, I just subscribed to the mailing list to submit information on the bug which is driving me crazy since one month ago. I have a VDR based PVR at home, installed over an Ubuntu 14.04 LTS. Everything was working perfectly, until beginning of December. It seems to me that something changed that

Re: [PATCH 2/5] mb86a20s: convert it to I2C binding model

2015-01-01 Thread Antti Palosaari
I am on holiday trip now. But generally speaking I would like to separate all drivers from the interfaces. That means for example I2C tuner driver is just a I2C driver and nothing more - no relations to DVB nor V4L API. That is something I said many times earlier too, but for my taste drivers

cron job: media_tree daily build: ERRORS

2015-01-01 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: Fri Jan 2 04:00:08 CET 2015 git branch: test git hash: 99f3cd52aee21091ce62442285a68873e3be833f gcc

Re: [REVIEW PATCH 1/1] omap3isp: Correctly set QUERYCAP capabilities

2015-01-01 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Thursday 01 January 2015 23:13:54 Sakari Ailus wrote: device_caps in struct v4l2_capability were inadequately set in VIDIOC_QUERYCAP. Fix this. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/platform/omap3isp/ispvideo.c |7