[PATCH] media: radio: assign wait_for_completion_timeout to appropriately typed var

2015-02-05 Thread Nicholas Mc Guire
wait_for_completion_timeout() returns unsigned long not int. This assigns the return value to an appropriately typed variable (also helps keep static code checkers happy). Signed-off-by: Nicholas Mc Guire hof...@osadl.org --- Patch was only compile tested with x86_64_defconfig +

cron job: media_tree daily build: WARNINGS

2015-02-05 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 Feb 6 04:00:15 CET 2015 git branch: test git hash: 4bad5d2d25099a42e146d7b18d2b98950ed287f5 gcc

Re: [PATCH] media: i2c: add support for omnivision's ov2659 sensor

2015-02-05 Thread Laurent Pinchart
Hi Prabhakar, (CC'ing Benoit Parrot) On Thursday 05 February 2015 11:55:28 Lad, Prabhakar wrote: On Thu, Feb 5, 2015 at 11:53 AM, Laurent Pinchart wrote: On Wednesday 04 February 2015 20:55:02 Lad, Prabhakar wrote: On Wed, Feb 4, 2015 at 5:03 PM, Laurent Pinchart wrote: On Thursday 15

[PATCH RFC] media: radio: handle timeouts

2015-02-05 Thread Nicholas Mc Guire
Add handling for timeout case. Signed-off-by: Nicholas Mc Guire hof...@osadl.org --- Some error state/error information seems be get lost int the current code. (line-numbers are from 3.19.0-rc7. Assume that on line 827 core-write succeeds but the following wait_for_completion_timeout times out

Re: [PATCH/RFC v10 08/19] leds: Add support for max77693 mfd flash cell

2015-02-05 Thread Sakari Ailus
Hi Jacek, A few comments below. On Fri, Jan 09, 2015 at 04:22:58PM +0100, Jacek Anaszewski wrote: This patch adds led-flash support to Maxim max77693 chipset. A device can be exposed to user space through LED subsystem sysfs interface. Device supports up to two leds which can work in flash

Re: Help required for TVP5151 on Overo

2015-02-05 Thread Francesco Marletta
Hi Laurent, I'm trying to use the kernel of the linuxtv repository, omap3isp/tvp5151 branch,but the kernel don't starts... can you, please, send me the kernel command line that you have used? Also, have you used device tree ? Regards Francesco Il 02/12/2014 00:41, Laurent Pinchart ha

Re: Help required for TVP5151 on Overo

2015-02-05 Thread Laurent Pinchart
Hi Francesco, On Thursday 05 February 2015 15:29:59 Francesco Marletta wrote: Hi Laurent, I'm trying to use the kernel of the linuxtv repository, omap3isp/tvp5151 branch,but the kernel don't starts... can you, please, send me the kernel command line that you have used? I'm afraid I haven't

Re: [PATCH/RFC v10 08/19] leds: Add support for max77693 mfd flash cell

2015-02-05 Thread Jacek Anaszewski
Hi Sakari, Thanks for the review. On 02/05/2015 04:34 PM, Sakari Ailus wrote: Hi Jacek, A few comments below. On Fri, Jan 09, 2015 at 04:22:58PM +0100, Jacek Anaszewski wrote: This patch adds led-flash support to Maxim max77693 chipset. A device can be exposed to user space through LED

Re: [PATCH/RFC v10 14/19] v4l2-ctrls: Add V4L2_CID_FLASH_SYNC_STROBE control

2015-02-05 Thread Sakari Ailus
On Fri, Jan 09, 2015 at 04:23:04PM +0100, Jacek Anaszewski wrote: Add V4L2_CID_FLASH_SYNC_STROBE control for determining whether a flash device strobe has to be synchronized with other flash leds controller by the same device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com

Re: [PATCH v2] [media] mt9p031: fixed calculation of clk_div

2015-02-05 Thread Laurent Pinchart
Hi Enrico, Thank you for the patch. On Wednesday 04 February 2015 18:51:10 Enrico Scholz wrote: There must be used 'min_t', not 'max_t' for calculating the divider. Signed-off-by: Enrico Scholz enrico.sch...@sigma-chemnitz.de Cc: Laurent Pinchart laurent.pinch...@ideasonboard.com Acked-by:

Re: [PATCH] [media] s5k5baf: Add missing error check for devm_kzalloc

2015-02-05 Thread Andrzej Hajda
Hi Kiran, Thanks for spotting it. On 02/05/2015 11:09 AM, Kiran Padwal wrote: This patch add a missing a check on the return value of devm_kzalloc, which would cause a NULL pointer dereference in a OOM situation. Signed-off-by: Kiran Padwal kiran.pad...@smartplayin.com ---

Re: [PATCH] media: i2c: add support for omnivision's ov2659 sensor

2015-02-05 Thread Lad, Prabhakar
Hi Laurent, On Thu, Feb 5, 2015 at 11:53 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Prabhakar, On Wednesday 04 February 2015 20:55:02 Lad, Prabhakar wrote: On Wed, Feb 4, 2015 at 5:03 PM, Laurent Pinchart wrote: On Thursday 15 January 2015 23:39:23 Lad, Prabhakar

Re: [PATCH] media: i2c: add support for omnivision's ov2659 sensor

2015-02-05 Thread Laurent Pinchart
Hi Prabhakar, On Wednesday 04 February 2015 20:55:02 Lad, Prabhakar wrote: On Wed, Feb 4, 2015 at 5:03 PM, Laurent Pinchart wrote: On Thursday 15 January 2015 23:39:23 Lad, Prabhakar wrote: From: Benoit Parrot bpar...@ti.com this patch adds support for omnivision's ov2659 sensor.

[v3.19-rc7] possible circular locking dependency in uvc_queue_streamoff

2015-02-05 Thread Bjørn Mork
FYI, in case this is of interest: == [ INFO: possible circular locking dependency detected ] 3.19.0-rc7+ #297 Tainted: GW --- mpv/15932 is trying to acquire lock:

[PATCH] [media] s5k5baf: Add missing error check for devm_kzalloc

2015-02-05 Thread Kiran Padwal
This patch add a missing a check on the return value of devm_kzalloc, which would cause a NULL pointer dereference in a OOM situation. Signed-off-by: Kiran Padwal kiran.pad...@smartplayin.com --- drivers/media/i2c/s5k5baf.c |2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH/RFC v10 15/19] media: Add registration helpers for V4L2 flash sub-devices

2015-02-05 Thread Sakari Ailus
Hi Jacek, Thank you for your continuous efforts on this! I think this ended up being more complicated than I originally anticipated. On Fri, Jan 09, 2015 at 04:23:05PM +0100, Jacek Anaszewski wrote: This patch adds helper functions for registering/unregistering LED Flash class devices as V4L2

Payment

2015-02-05 Thread Finance Department
Dear Recipient, You have been awarded the sum of 8,000,000.00 (Eight Million Pounds sterling) with reference number 77100146 by office of the ministry of finance UK.Send us your personal details to deliver your funds. Gloria Peter -- To unsubscribe from this list: send the line unsubscribe

ISDB Dongle MyGica S2870

2015-02-05 Thread Nicolas Antonio Corrarello
Hey Everyone, I just bought this new dongle, and while the parts seem to be supported, the usb id is not recognised. It seems to be based on the dibcom 0700 IC and it identifies itself as STK8096-PVR. I tried the patch in http://www.spinics.net/lists/linux-media/msg63445.html on the latest linux