ERROR: "vb2_ops_wait_finish" [drivers/input/touchscreen/sur40.ko] undefined!

2015-09-20 Thread kbuild test robot
Hi Florian, FYI, the error/warning still remains. You may either fix it or ask me to silently ignore in future. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 1f93e4a96c9109378204c147b3eec0d0e8100fde commit: e831cd251fb91d6c25352d322743db0d17ea11dd [me

cron job: media_tree daily build: OK

2015-09-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 Sep 21 04:00:15 CEST 2015 git branch: test git hash: 9ddf9071ea17b83954358b2dac42b34e5857a9af gcc versi

Re: [PATCH 0/4] atmel-isi: Remove platform data support

2015-09-20 Thread Josh Wu
Hi, Guennadi On 9/20/2015 11:25 PM, Guennadi Liakhovetski wrote: Hi Laurent, Josh, It's ok not to CC me immediately if it's expected, that patches will be further forwarded (by Josh in this case) to me. And it helps, that Josh has collected all Atmel ISI patches in a git tree branch - thanks! B

[GIT PULL] soc-camera: 4.4 batch #1

2015-09-20 Thread Guennadi Liakhovetski
Hi Mauro, I missed the 4.3 cycle completely, so, this should clean up my backlog. There are still PXA patches outstanding, but Robert wanted to work a bit more on them. The following changes since commit 9ddf9071ea17b83954358b2dac42b34e5857a9af: Merge tag 'v4.3-rc1' into patchwork (2015-09-1

Re: [PATCH 0/4] atmel-isi: Remove platform data support

2015-09-20 Thread Guennadi Liakhovetski
Hi Laurent, Josh, It's ok not to CC me immediately if it's expected, that patches will be further forwarded (by Josh in this case) to me. And it helps, that Josh has collected all Atmel ISI patches in a git tree branch - thanks! But, please make sure, that all patches also appear in my mailbox

[PATCH 2/2] [media] c8sectpfe: forward err instead of returning an uninitialized variable

2015-09-20 Thread Nicolas Iooss
When load_c8sectpfe_fw_step1() tests whether the return value of request_firmware_nowait(), stored in variable err, indicates an error, it then returns the value hold by uninitialized variable ret, which seems incorrect. Fix this by forwarding the error returned by request_firmware_nowait() to the

[PATCH 1/2] [media] c8sectpfe: initialize err in load_slim_core_fw

2015-09-20 Thread Nicolas Iooss
load_slim_core_fw() uses a for loop with !err in its condition without first initializing err. Fix this by setting err to 0 in its definition. Signed-off-by: Nicolas Iooss --- drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Terratec H7 Rev. 4 is DVBSky

2015-09-20 Thread Erik Andresen
Hi Roger, > I'm not able to enable any protocols. Nothing happens when running > ir-keytable with "-p rc-5". Nothing shows in the row "Enabled protocols" and > nothing happens when testing with "ir-keytable -t". try to give it the device, e.g. ir-keytable -d /dev/input/event14 -t I was able t

drivers/media/pci/netup_unidvb/netup_unidvb_core.c:417:18: error: too many arguments to function 'horus3a_attach'

2015-09-20 Thread kbuild test robot
Hi Kozlov, FYI, the error/warning still remains. You may either fix it or ask me to silently ignore in future. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 99bc7215bc60f6cd414cf1b85cd9d52cc596cccb commit: 52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e [med

drivers/media/i2c/adv7604.c:1853:9: error: implicit declaration of function 'v4l2_subdev_get_try_format'

2015-09-20 Thread kbuild test robot
Hi Hans, FYI, the error/warning still remains. You may either fix it or ask me to silently ignore in future. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 99bc7215bc60f6cd414cf1b85cd9d52cc596cccb commit: 85756a069c55e0315ac5990806899cfb607b987f [media

Re: [Patch] media: v4l2-ctrls: Fix 64bit support in get_ctrl()

2015-09-20 Thread Sakari Ailus
Hi Benoit, On Wed, Sep 16, 2015 at 05:58:19PM -0500, Benoit Parrot wrote: > When trying to use v4l2_ctrl_g_ctrl_int64() to retrieve a > V4L2_CTRL_TYPE_INTEGER64 type value the internal helper function > get_ctrl() would prematurely exits because for this control type > the 'is_int' flag is not set

Re: [RFC 0/9] Unrestricted media entity ID range support

2015-09-20 Thread Sakari Ailus
Hi Mauro, Mauro Carvalho Chehab wrote: Hi Sakari, On Fri, 11 Sep 2015 13:09:03 +0300 Sakari Ailus wrote: Hi all, This patchset adds an API for managing entity enumerations, i.e. storing a bit of information per entity. The entity ID is no longer limited to small integers (e.g. 31 or 63), bu