[linuxtv-media:master 880/883] drivers/media/i2c/sr030pc30.c:526:33: warning: array subscript is below array bounds

2015-05-01 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: ebf984bb151e9952cccd060d3aba0b4d30a87e81 commit: 717fd5b4907ada90ceb069d484068aaa01c58bb0 [880/883] [media] v4l2: replace try_mbus_fmt by set_fmt config: x86_64-randconfig-ib0-05020929 (attached as .config) reproduce: git checkout 717fd5b49

cron job: media_tree daily build: ERRORS

2015-05-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: Sat May 2 04:00:16 CEST 2015 git branch: test git hash: ebf984bb151e9952cccd060d3aba0b4d30a87e81 gcc versi

Re: Mystique SaTiX-S2 Sky V2 USB (DVBSKY S960 clone) - Linux driver.

2015-05-01 Thread P. van Gaans
On 05/01/2015 04:57 PM, Steve wrote: Hi, I'm trying a direct mail to you as you are associated with this page: http://linuxtv.org/wiki/index.php/DVB-S2_USB_Devices I have bought a Mystique SaTiX-S2 Sky V2 USB (DVBSKY S960 clone) - but it doesn't work with my 3.19 kernel, which I'd assumed

[PATCH] media: Fix regression in some more dib0700 based devices.

2015-05-01 Thread Thomas Reitmayr
Fix an oops during device initialization by correctly setting size_of_priv instead of leaving it 0. The regression was introduced by 8abe4a0a3f6d4217b16a ("[media] dib7000: export just one symbol") and only fixed for one type of dib0700 based devices in 9e334c75642b6e5bfb95 ("[media] Fix regression

Re: [PATCH] staging: media: omap4iss: Constify platform_device_id

2015-05-01 Thread Laurent Pinchart
Hi Krzysztof, Thank you for the patch. On Saturday 02 May 2015 00:43:07 Krzysztof Kozlowski wrote: > The platform_device_id is not modified by the driver and core uses it as > const. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Laurent Pinchart and applied to my tree. I'll send a pull re

Re: issue with TechnoTrend CT2-4650 CI

2015-05-01 Thread Michal B
Hi Olli, i'm taking back my question ... so i found that vdr is most suitable for me ... thank You for helping me to get through it also running correctly encrypted chans ... thank You again, Kind regards, Michal 2015-05-01 16:52 GMT+02:00 Michal B : > Hi Olli, > > thank You very much for you

[PATCH 1/4] media: platform: exynos-gsc: Constify platform_device_id

2015-05-01 Thread Krzysztof Kozlowski
The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski --- drivers/media/platform/exynos-gsc/gsc-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/exynos-gsc/gsc-core.c b/drivers/media/pl

[PATCH 2/4] media: platform: exynos4-is: Constify platform_device_id

2015-05-01 Thread Krzysztof Kozlowski
The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski --- drivers/media/platform/exynos4-is/media-dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/exynos4-is/media-dev.c b/drivers/media/

[PATCH 3/4] media: platform: s3c-camif: Constify platform_device_id

2015-05-01 Thread Krzysztof Kozlowski
The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski --- drivers/media/platform/s3c-camif/camif-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/s3c-camif/camif-core.c b/drivers/media/

[PATCH 4/4] media: platform: sp5: Constify platform_device_id

2015-05-01 Thread Krzysztof Kozlowski
The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski --- drivers/media/platform/s5p-g2d/g2d.c | 2 +- drivers/media/platform/s5p-mfc/s5p_mfc.c | 2 +- drivers/media/platform/s5p-tv/hdmi_drv.c | 2 +- 3 files changed, 3 insertions(

[PATCH] staging: media: omap4iss: Constify platform_device_id

2015-05-01 Thread Krzysztof Kozlowski
The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski --- drivers/staging/media/omap4iss/iss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/omap4iss/iss.c b/drivers/staging/media/omap4iss/i

[linuxtv-media:master 834/883] drivers/media/pci/saa7164/saa7164-i2c.c:45:33: sparse: Using plain integer as NULL pointer

2015-05-01 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: ebf984bb151e9952cccd060d3aba0b4d30a87e81 commit: 5f954b5be4bf42e85e0a204518499bda8ee2f419 [834/883] [media] saa7164: I2C improvements for upcoming HVR2255/2205 boards reproduce: # apt-get install sparse git checkout 5f954b5be4bf42e85e0a20

Re: issue with TechnoTrend CT2-4650 CI

2015-05-01 Thread Michal B
Hi Olli, thank You very much for your reply, it was misunderstanding on my side, because i thought that this module message: [ 102.005119] dvb_ca adapter 0: DVB CAM detected and initialised successfully means that CAM was initialized ... so i used : dvb-fe-tool -d DVBC/ANNEX_A -- my tuner was

Re: issue with TechnoTrend CT2-4650 CI

2015-05-01 Thread Olli Salonen
Hi Michal, I've seen something like this before with some CAMs. It seems that the CAM needs to be initialized if it is plugged in. This does not happen if you use software which does not have CAM support (such as w_scan). The linuxtv.org wiki has the following comment on the CT2-4650 page: Some

[linuxtv-media:master 841/883] drivers/media/pci/saa7164/saa7164-dvb.c:704 saa7164_dvb_register() error: potential null dereference 'client_demod'. (i2c_new_device returns null)

2015-05-01 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: ebf984bb151e9952cccd060d3aba0b4d30a87e81 commit: 3600433f19f59410010770d61ead509d785b8a6e [841/883] saa7164: Fix CodingStyle issues added on previous patches drivers/media/pci/saa7164/saa7164-dvb.c:704 saa7164_dvb_register() error: potentia

[linuxtv-media:master 841/883] drivers/media/pci/saa7164/saa7164-dvb.c:701:7: warning: 'client_tuner' may be used uninitialized in this function

2015-05-01 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: ebf984bb151e9952cccd060d3aba0b4d30a87e81 commit: 3600433f19f59410010770d61ead509d785b8a6e [841/883] saa7164: Fix CodingStyle issues added on previous patches config: x86_64-rhel (attached as .config) reproduce: git checkout 3600433f19f59410

[PATCH] saa7164: fix compiler warning

2015-05-01 Thread Hans Verkuil
drivers/media/pci/saa7164/saa7164-dvb.c: In function ‘saa7164_dvb_register’: drivers/media/pci/saa7164/saa7164-dvb.c:701:7: warning: ‘client_tuner’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (!client_tuner || !client_tuner->dev.driver) ^ Signed-off-by: Hans V

Re: [RFC PATCH 0/3] Add VIDIOC_SUBDEV_QUERYCAP

2015-05-01 Thread Hans Verkuil
On 05/01/2015 01:33 PM, Hans Verkuil wrote: > From: Hans Verkuil > > This patch series adds the VIDIOC_SUBDEV_QUERYCAP ioctl for v4l-subdev devices > as discussed during the ELC in San Jose and as discussed here: > > http://www.spinics.net/lists/linux-media/msg88009.html > > It also adds the en

[RFC PATCH 3/3] videodev2.h: add entity_id to struct v4l2_capability

2015-05-01 Thread Hans Verkuil
From: Hans Verkuil Export the entity ID (if any) of the video device. Signed-off-by: Hans Verkuil --- Documentation/DocBook/media/v4l/vidioc-querycap.xml | 16 +++- drivers/media/v4l2-core/v4l2-ioctl.c| 7 +++ include/uapi/linux/videodev2.h

[RFC PATCH 2/3] DocBook/media: document VIDIOC_SUBDEV_QUERYCAP

2015-05-01 Thread Hans Verkuil
From: Hans Verkuil Add documentation for the new VIDIOC_SUBDEV_QUERYCAP ioctl. Signed-off-by: Hans Verkuil --- Documentation/DocBook/media/v4l/v4l2.xml | 1 + .../DocBook/media/v4l/vidioc-querycap.xml | 2 +- .../DocBook/media/v4l/vidioc-subdev-querycap.xml | 140 +

[RFC PATCH 1/3] v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctl

2015-05-01 Thread Hans Verkuil
From: Hans Verkuil While normal video/radio/vbi/swradio nodes have a proper QUERYCAP ioctl that apps can call to determine that it is indeed a V4L2 device, there is currently no equivalent for v4l-subdev nodes. Adding this ioctl will solve that, and it will allow utilities like v4l2-compliance to

[RFC PATCH 0/3] Add VIDIOC_SUBDEV_QUERYCAP

2015-05-01 Thread Hans Verkuil
From: Hans Verkuil This patch series adds the VIDIOC_SUBDEV_QUERYCAP ioctl for v4l-subdev devices as discussed during the ELC in San Jose and as discussed here: http://www.spinics.net/lists/linux-media/msg88009.html It also adds the entity_id to v4l2_capability. Hans Verkuil (3): v4l2-subde

Re: [git:media_tree/master] saa7164: Fix CodingStyle issues added on previous patches

2015-05-01 Thread Steven Toth
On Fri, May 1, 2015 at 6:33 AM, Mauro Carvalho Chehab wrote: > This is an automatic generated email to let you know that the following patch > were queued at the > http://git.linuxtv.org/cgit.cgi/media_tree.git tree: > > Subject: saa7164: Fix CodingStyle issues added on previous patches > Author:

[GIT PULL FOR v4.2] Two patches

2015-05-01 Thread Hans Verkuil
Two more patches for 4.2. The marvell-ccic depended on the marvell pull request to be applied first and the ov2659 patch depended on the new v4l2_of_alloc_parse_endpoint() call to be merged. Regards, Hans The following changes since commit 90ca75fd1945d9e51e21cbde0aae1aad68730dc5: [me

Re: [PATCH] media: i2c: ov2659: add VIDEO_V4L2_SUBDEV_API dependency

2015-05-01 Thread Mauro Carvalho Chehab
Em Fri, 10 Apr 2015 22:28:33 +0100 Lad Prabhakar escreveu: > From: "Lad, Prabhakar" > > this patch adds dependency of VIDEO_V4L2_SUBDEV_API > for VIDEO_OV2659 so that it doesn't complain for random > config builds. Actually, this doesn't seem right. Why should this driver depend on an optional

issue with TechnoTrend CT2-4650 CI

2015-05-01 Thread Michal B
Hi all, i bought new TechnoTrend CT2-4650 CI , i tried to use it on wind* , successfuly also with encrypted channels with CAM, then i tried on linux with kernel 3.19.6, and i got two behaviors: when CAM is unplugged i'm able to watch unencrypted channels correctly, but when i plugged in CAM i'm u