cron job: media_tree daily build: OK

2014-12-11 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 Dec 12 04:00:31 CET 2014 git branch: test git hash: 71947828caef0c83d4245f7d1eaddc799b4ff1d1 gcc versio

Re: [v3][PATCH 5/5] media: ov2640: dt: add the device tree binding document

2014-12-11 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 11 December 2014 15:35:39 Josh Wu wrote: > Add the document for ov2640 dt. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Josh Wu > --- > v2 -> v3: > 1. fix incorrect description. > 2. Add assigned-clocks & assigned-clock-rates. > 3. rese

Re: [v3][PATCH 4/5] media: ov2640: add a master clock for sensor

2014-12-11 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 11 December 2014 15:35:38 Josh Wu wrote: > The master clock (xvclk) is mandatory. It's a common clock framework clock. > It can make sensor output a pixel clock to the camera interface. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Josh Wu Ac

[PATCH v2 0/5] rc: img-ir: rc5 and rc6 support added

2014-12-11 Thread Sifan Naeem
This patch sets adds support for rc5 and rc6 decoder modules along with workarounds for quirks in the hw which surfaces when decoding in biphase mode required by rc5 and rc6. Changes from v1: * Typo Corrected in the commit message * Rebased due to conflict with "img-ir/hw: Fix potential deadloc

[PATCH v2 4/5] rc: img-ir: add philips rc5 decoder module

2014-12-11 Thread Sifan Naeem
Add img-ir module for decoding Philips rc5 protocol. Changes from v1: * Phillips renamed to Philips Signed-off-by: Sifan Naeem --- drivers/media/rc/img-ir/Kconfig |7 +++ drivers/media/rc/img-ir/Makefile |1 + drivers/media/rc/img-ir/img-ir-hw.c |3 ++ drivers/media/rc/im

[PATCH v2 1/5] rc: img-ir: add scancode requests to a struct

2014-12-11 Thread Sifan Naeem
The information being requested of hardware decode callbacks through the img-ir-hw scancode API is mounting up, so combine it into a struct which can be passed in with a single pointer rather than multiple pointer arguments. This allows it to be extended more easily without touching all the hardwar

[PATCH v2 2/5] rc: img-ir: pass toggle bit to the rc driver

2014-12-11 Thread Sifan Naeem
Add toggle bit to struct img_ir_scancode_req so that protocols can provide it to img_ir_handle_data(), and pass that toggle bit up to rc_keydown instead of 0. This is needed for the upcoming rc-5 and rc-6 patches. Change from v1: * Typo Corrected in the commit message. Signed-off-by: Sifan Naee

[PATCH v2 3/5] rc: img-ir: biphase enabled with workaround

2014-12-11 Thread Sifan Naeem
Biphase decoding in the current img-ir has got a quirk, where multiple Interrupts are generated when an incomplete IR code is received by the decoder. Patch adds a work around for the quirk and enables biphase decoding. Changes from v1: * rebased due to conflict with "img-ir/hw: Fix potential de

[PATCH v2 5/5] rc: img-ir: add philips rc6 decoder module

2014-12-11 Thread Sifan Naeem
Add img-ir module for decoding Philips rc6 protocol. Changes from v1: * Phillips renamed to Philips Signed-off-by: Sifan Naeem --- drivers/media/rc/img-ir/Kconfig |8 +++ drivers/media/rc/img-ir/Makefile |1 + drivers/media/rc/img-ir/img-ir-hw.c |3 + drivers/media/rc/img

[PATCH] coda: coda-common: Remove mx53 entry from coda_platform_ids

2014-12-11 Thread Fabio Estevam
From: Fabio Estevam As mx53 is a dt-only architecture we can safely remove its entry from the coda_platform_ids[] structure. Signed-off-by: Fabio Estevam --- drivers/media/platform/coda/coda-common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/coda/coda-common.c

RE: [PATCH 3/5] rc: img-ir: biphase enabled with workaround

2014-12-11 Thread Sifan Naeem
> -Original Message- > From: James Hogan > Sent: 08 December 2014 17:18 > To: Sifan Naeem; mche...@osg.samsung.com > Cc: linux-ker...@vger.kernel.org; linux-media@vger.kernel.org; James > Hartley; Ezequiel Garcia > Subject: Re: [PATCH 3/5] rc: img-ir: biphase enabled with workaround > >

randconfig build error with next-20141211, in drivers/media/usb/gspca

2014-12-11 Thread Jim Davis
Building with the attached random configuration file, warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies (USB_SUPPORT && USB && PM_RUNTIME) warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG which has unmet direct dependencies

Re: V4L2_MEMORY_DMABUF for video decoders

2014-12-11 Thread vkalia
Hi Hans/Community Can you please help us with this query. Thanks Vinay > Hi > > I am facing an issue while using videobuf2-dma-contig.c mem_ops. Following > is brief description of the driver architecture and the limitation. Any > pointers/hints are appreciated. > > Driver architecture: > It is

Re: [PATCH] solo6x10: just pass frame motion flag from hardware, drop additional handling as complicated and unstable

2014-12-11 Thread Hans Verkuil
On 12/11/2014 05:08 PM, Andrey Utkin wrote: > On Fri, Nov 14, 2014 at 1:10 PM, Hans Verkuil wrote: >> Hi Andrew, >> >> FYI: I need to test this myself and understand it better, so it will take >> some >> time before I get to this. It is in my TODO list, so it won't be forgotten. >> >> Regards, >>

Re: [PATCH] solo6x10: just pass frame motion flag from hardware, drop additional handling as complicated and unstable

2014-12-11 Thread Andrey Utkin
On Fri, Nov 14, 2014 at 1:10 PM, Hans Verkuil wrote: > Hi Andrew, > > FYI: I need to test this myself and understand it better, so it will take some > time before I get to this. It is in my TODO list, so it won't be forgotten. > > Regards, > > Hans > > On 11/05/2014 09:11 PM, Andrey Utkin

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

2014-12-11 Thread Sakari Ailus
Hi Jacek, On Thu, Dec 11, 2014 at 02:53:37PM +0100, Jacek Anaszewski wrote: > Hi Sakari, > > On 12/09/2014 02:11 PM, Sakari Ailus wrote: > >Hi Jacek, > > > >On Thu, Dec 04, 2014 at 12:06:59PM +0100, Jacek Anaszewski wrote: > >>Hi Sakari, > >> > >>Thanks for the review. > > > >You're welcome! :-)

Re: [PATCH/RFC v9 08/19] leds: Add driver for AAT1290 current regulator

2014-12-11 Thread Sakari Ailus
Hi Jacek, On Thu, Dec 11, 2014 at 04:34:45PM +0100, Jacek Anaszewski wrote: > >>+ > >>+ /* write address */ > >>+ for (i = 0; i < addr; ++i) { > >>+ udelay(AAT1290_EN_SET_TICK_TIME_US); > >>+ gpio_set_value(led->en_set_gpio, 0); > >>+ udelay(AAT1290_EN_SET_TICK_TI

Re: FOSDEM15: Graphics DevRoom: call for speakers.

2014-12-11 Thread Jesse Barnes
On Tue, 9 Dec 2014 15:39:26 +0100 Luc Verhaegen wrote: > On Thu, Oct 02, 2014 at 07:44:57PM +0200, Luc Verhaegen wrote: > > Hi, > > > > At FOSDEM on the 31st of january and the 1st of February 2015, there > > will be another graphics DevRoom. URL: https://fosdem.org/2015/ > > > Slots will be h

Re: [PATCH/RFC v9 08/19] leds: Add driver for AAT1290 current regulator

2014-12-11 Thread Jacek Anaszewski
Hi Sakari, Thanks for the review. On 12/11/2014 03:16 PM, Sakari Ailus wrote: Hi Jacek, On Wed, Dec 03, 2014 at 05:06:43PM +0100, Jacek Anaszewski wrote: This patch adds a driver for the 1.5A Step-Up Current Regulator for Flash LEDs. The device is programmed through a Skyworks proprietary AS2

Re: MT9V034 sensor in OMAP3 ISP (IGEPv2 board)

2014-12-11 Thread Carlos Sanmartín Bustos
Hi, I'm in the same place, I found that the system freezes when I send a VIDIOC_STREAMON ioctl, but I don't know how can I debug the kernel. I'm doing the same in v3.18 with same results: All the consoles blocked and only an info message, like this. [ 367.701660] INFO: rcu_sched self-detected st

Re: [PATCH] [media] videobuf-dma-contig: NULL check for vb2_plane_cookie

2014-12-11 Thread Sakari Ailus
Hi Nikhil, On Thu, Dec 11, 2014 at 06:37:22PM +0530, Nikhil Devshatwar wrote: > vb2_plane_cookie can return NULL if the plane no is greater than > total no of planes or when mem_ops are absent. > > Add NULL check to avoid NULL pointer crash in the kernel. > > Signed-off-by: Nikhil Devshatwar >

Re: coda: not generating EOS event

2014-12-11 Thread Hans Verkuil
Hi Pawel, On 12/11/14 15:42, Nicolas Dufresne wrote: > Le jeudi 11 décembre 2014 à 11:00 -0200, Fabio Estevam a écrit : >> Hi, >> >> I am running Gstreamer 1.4.4 with on a imx6q-sabresd board and I am >> able to decode a video through the coda driver. >> >> The pipeline I use is: >> gst-launch-1.0

Re: coda: not generating EOS event

2014-12-11 Thread Nicolas Dufresne
Le jeudi 11 décembre 2014 à 11:00 -0200, Fabio Estevam a écrit : > Hi, > > I am running Gstreamer 1.4.4 with on a imx6q-sabresd board and I am > able to decode a video through the coda driver. > > The pipeline I use is: > gst-launch-1.0 filesrc > location=/home/H264_test1_Talkinghead_mp4_480x360.

Re: [PATCH/RFC v9 08/19] leds: Add driver for AAT1290 current regulator

2014-12-11 Thread Sakari Ailus
Hi Jacek, On Wed, Dec 03, 2014 at 05:06:43PM +0100, Jacek Anaszewski wrote: > This patch adds a driver for the 1.5A Step-Up Current Regulator > for Flash LEDs. The device is programmed through a Skyworks proprietary > AS2Cwire serial digital interface. > > Signed-off-by: Jacek Anaszewski > Acked

Re: VPU on iMX51 babbage board

2014-12-11 Thread Philipp Zabel
Am Mittwoch, den 10.12.2014, 22:04 -0200 schrieb Fabio Estevam: > On Wed, Dec 10, 2014 at 7:54 PM, Pierluigi Passaro > wrote: > > Hi all, > > I'm trying to use VPU code driver on iMX51 with kernel 3.18, following these > > steps: > > - disabled DVI interface > > - enabled LCD interface > > - confi

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

2014-12-11 Thread Jacek Anaszewski
Hi Sakari, On 12/09/2014 02:11 PM, Sakari Ailus wrote: Hi Jacek, On Thu, Dec 04, 2014 at 12:06:59PM +0100, Jacek Anaszewski wrote: Hi Sakari, Thanks for the review. You're welcome! :-) On 12/04/2014 10:39 AM, Sakari Ailus wrote: Hi Jacek, On Wed, Dec 03, 2014 at 05:06:40PM +0100, Jacek

[PATCH] [media] videobuf-dma-contig: NULL check for vb2_plane_cookie

2014-12-11 Thread Nikhil Devshatwar
vb2_plane_cookie can return NULL if the plane no is greater than total no of planes or when mem_ops are absent. Add NULL check to avoid NULL pointer crash in the kernel. Signed-off-by: Nikhil Devshatwar --- include/media/videobuf2-dma-contig.h |5 - 1 file changed, 4 insertions(+), 1 de

coda: not generating EOS event

2014-12-11 Thread Fabio Estevam
Hi, I am running Gstreamer 1.4.4 with on a imx6q-sabresd board and I am able to decode a video through the coda driver. The pipeline I use is: gst-launch-1.0 filesrc location=/home/H264_test1_Talkinghead_mp4_480x360.mp4 ! qtdemux ! h264parse ! v4l2video1dec ! videoconvert ! fbdevsink It plays th

Re: [PATCHv2 0/3] hdmi: add unpack and logging functions

2014-12-11 Thread Hans Verkuil
Hi Thierry, On 12/02/14 13:08, Hans Verkuil wrote: > This patch series adds new HDMI 2.0/CEA-861-F defines to hdmi.h and > adds unpacking and logging functions to hdmi.c. It also uses those > in the V4L2 adv7842 driver (and they will be used in other HDMI drivers > once this functionality is merge

Re: [v3][PATCH 3/5] media: ov2640: add primary dt support

2014-12-11 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. I only have three minor comments. After fixing them, Acked-by: Laurent Pinchart On Thursday 11 December 2014 15:35:37 Josh Wu wrote: > Add device tree support for ov2640. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Josh Wu > --- > v2 -> v3: > 1. fi