Re: [GIT PULL] Move device tree graph parsing helpers to drivers/of

2014-03-18 Thread Tomi Valkeinen
On 18/03/14 01:30, Laurent Pinchart wrote: I agree with you. I know that DT bindings review takes too much time, slows development down and is just generally painful. I'm trying to reply to this e- mail thread as fast as possible, but I'm also busy with other tasks :-/ The lack of formal

Re: [PATCH 07/12] drm: drm_display_mode: add signal polarity flags

2014-03-18 Thread Lothar Waßmann
Hi, Laurent Pinchart wrote: Hi Lothar, On Monday 17 March 2014 16:14:36 Lothar Waßmann wrote: Laurent Pinchart wrote: On Monday 17 March 2014 14:41:09 Andrzej Hajda wrote: On 03/13/2014 06:17 PM, Denis Carikli wrote: We need a way to pass signal polarity informations

[PATCH] [media] s5p-mfc: Copy timestamps only when a frame is produced.

2014-03-18 Thread Arun Kumar K
From: Pawel Osciak posc...@chromium.org Timestamps for destination buffers are assigned by copying them from corresponding source buffers when the decode operation results in a frame being outputted to a destination buffer. But the decision when to do this, i.e. whether the decode operation on

Re: Updated DVB-T tables - where to send them?

2014-03-18 Thread Simon Liddicott
On 17 March 2014 23:44, Chris Rankin ranki...@yahoo.com wrote: Hi, The DVB-T initial tuning information for Crystal Palace in the UK is completely obsolete - despite my two attempts to submit an updated version over the YEARS. Where is the best place to send this information, please?

Re: Updated DVB-T tables - where to send them?

2014-03-18 Thread Chris Rankin
Hi, Fedora 20 is using a new dvb-scan-tables package: * Mon Jan 13 2014 Till Maas opensou...@till.name - 0-4.20130713gitd913405 Unfortunately, it's still full of files dating from 2012! I will raise a bug in their bugzilla for them to ignore completely and then close when Fedora 22 is

Re: [PATCH 07/12] drm: drm_display_mode: add signal polarity flags

2014-03-18 Thread Russell King - ARM Linux
On Tue, Mar 18, 2014 at 08:50:30AM +0100, Lothar Waßmann wrote: Hi, Laurent Pinchart wrote: Hi Lothar, On Monday 17 March 2014 16:14:36 Lothar Waßmann wrote: DE is not a clock signal, but an 'Enable' signal whose value (high or low) defines the window in which the pixel data is

Re: [PATCH v3 36/48] adv7604: Make output format configurable through pad format operations

2014-03-18 Thread Hans Verkuil
Hi Laurent, I've tested it and I thought I was going crazy. Everything was fine after applying this patch, but as soon as I applied the next patch (37/48) the colors were wrong. But that patch had nothing whatsoever to do with the bus ordering. You managed to make a small but crucial bug and it

Re: [PATCH v8 3/10] Documentation: devicetree: Update Samsung FIMC DT binding

2014-03-18 Thread Mark Rutland
On Tue, Mar 11, 2014 at 04:34:30PM +, Sylwester Nawrocki wrote: This patch documents following updates of the Exynos4 SoC camera subsystem devicetree binding: - addition of #clock-cells and clock-output-names properties to 'camera' node - these are now needed so the image sensor

Re: [PATCH 1/9] mm: Provide new get_vaddr_pfns() helper

2014-03-18 Thread Jan Kara
On Mon 17-03-14 13:53:35, Dave Hansen wrote: On 03/17/2014 12:49 PM, Jan Kara wrote: +int get_vaddr_pfns(unsigned long start, int nr_pfns, int write, int force, + struct pinned_pfns *pfns) +{ ... + if (!(vma-vm_flags (VM_IO | VM_PFNMAP))) { + pfns-got_ref = 1;

[PATCH v2] bttv: Add support for PCI-8604PW

2014-03-18 Thread Daniel Glöckner
This patch adds support for the PCI-8604PW card equipped with four 878A. It is unknown who the manufacturer of this card is and no drivers were available during development of the patch. According to images found online, the card is originally sold with Linux DVR software. A CPLD on the card

[PATCH] v4l: ti-vpe: fix devm_ioremap_resource() return value checking

2014-03-18 Thread Bartlomiej Zolnierkiewicz
devm_ioremap_resource() returns a pointer to the remapped memory or an ERR_PTR() encoded error code on failure. Fix the checks inside csc_create() and sc_create() accordingly. Cc: Archit Taneja arc...@ti.com Cc: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Bartlomiej Zolnierkiewicz

Re: [PATCH v6 05/10] V4L: s5c73m3: Add device tree support

2014-03-18 Thread Sylwester Nawrocki
On 18/03/14 11:05, Arnd Bergmann wrote: On Thursday 06 March 2014, Sylwester Nawrocki wrote: This patch adds the V4L2 asynchronous subdev registration and device tree support. Common clock API is used to control the sensor master clock from within the subdev. Signed-off-by: Andrzej Hajda

[PATCH 1/3] [media] atmel-isi: add v4l2 async probe support

2014-03-18 Thread Josh Wu
Signed-off-by: Josh Wu josh...@atmel.com --- drivers/media/platform/soc_camera/atmel-isi.c |5 + include/media/atmel-isi.h |4 2 files changed, 9 insertions(+) diff --git a/drivers/media/platform/soc_camera/atmel-isi.c

[PATCH 2/3] [media] atmel-isi: convert the pdata from pointer to structure

2014-03-18 Thread Josh Wu
Now the platform data is initialized by allocation of isi structure. In the future, we use pdata to store the dt parameters. Signed-off-by: Josh Wu josh...@atmel.com --- drivers/media/platform/soc_camera/atmel-isi.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-)

[PATCH 0/3] [media] atmel-isi: Add DT support for Atmel ISI driver

2014-03-18 Thread Josh Wu
This patch series add DT support for atmel ISI driver. It can support the common v4l2 DT interfaces. Josh Wu (3): [media] atmel-isi: add v4l2 async probe support [media] atmel-isi: convert the pdata from pointer to structure [media] atmel-isi: add primary DT support

[PATCH 3/3] [media] atmel-isi: add primary DT support

2014-03-18 Thread Josh Wu
This patch add the DT support for Atmel ISI driver. It use the same v4l2 DT interface that defined in video-interfaces.txt. Signed-off-by: Josh Wu josh...@atmel.com Cc: devicet...@vger.kernel.org --- .../devicetree/bindings/media/atmel-isi.txt| 51

Re: [PATCH v8 3/10] Documentation: devicetree: Update Samsung FIMC DT binding

2014-03-18 Thread Sylwester Nawrocki
Hi Mark, Thanks for your review. On 18/03/14 11:02, Mark Rutland wrote: On Tue, Mar 11, 2014 at 04:34:30PM +, Sylwester Nawrocki wrote: This patch documents following updates of the Exynos4 SoC camera subsystem devicetree binding: - addition of #clock-cells and clock-output-names

Re: [PATCH 07/12] drm: drm_display_mode: add signal polarity flags

2014-03-18 Thread Laurent Pinchart
Hi Lothar, On Tuesday 18 March 2014 08:50:30 Lothar Waßmann wrote: Laurent Pinchart wrote: On Monday 17 March 2014 16:14:36 Lothar Waßmann wrote: Laurent Pinchart wrote: On Monday 17 March 2014 14:41:09 Andrzej Hajda wrote: On 03/13/2014 06:17 PM, Denis Carikli wrote: We need

Re: [PATCH 07/12] drm: drm_display_mode: add signal polarity flags

2014-03-18 Thread Russell King - ARM Linux
On Tue, Mar 18, 2014 at 01:41:54PM +0100, Laurent Pinchart wrote: Hi Lothar, That's not my point. I *know* that DE is a data gating signal with a polarity already defined by the DRM_MODE_FLAG_POL_DE_(LOW|HIGH) flags. Like all other signals it gets generated on a clock edge and is sampled

[PATCH v4 36/48] adv7604: Make output format configurable through pad format operations

2014-03-18 Thread Laurent Pinchart
Replace the dummy video format operations by pad format operations that configure the output format. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/i2c/adv7604.c | 280 include/media/adv7604.h | 56 -

Re: [PATCH v3 36/48] adv7604: Make output format configurable through pad format operations

2014-03-18 Thread Laurent Pinchart
Hi Hans, On Tuesday 18 March 2014 10:32:32 Hans Verkuil wrote: Hi Laurent, I've tested it and I thought I was going crazy. Everything was fine after applying this patch, but as soon as I applied the next patch (37/48) the colors were wrong. But that patch had nothing whatsoever to do with

Re: [PATCH 07/12] drm: drm_display_mode: add signal polarity flags

2014-03-18 Thread Laurent Pinchart
Hi Russell, On Tuesday 18 March 2014 12:56:23 Russell King - ARM Linux wrote: On Tue, Mar 18, 2014 at 01:41:54PM +0100, Laurent Pinchart wrote: Hi Lothar, That's not my point. I *know* that DE is a data gating signal with a polarity already defined by the DRM_MODE_FLAG_POL_DE_(LOW|HIGH)

Re: [PATCH 08/12] imx-drm: Use drm_display_mode timings flags.

2014-03-18 Thread Lothar Waßmann
Hi, Denis Carikli wrote: The previous hardware behaviour was kept if the flags are not set. Signed-off-by: Denis Carikli de...@eukrea.com --- ChangeLog v10-v11: - This patch was splitted-out and adapted from: Prepare imx-drm for extra display-timings retrival. - The display-timings dt

Re: [PATCH 07/12] drm: drm_display_mode: add signal polarity flags

2014-03-18 Thread Lothar Waßmann
Hi, Laurent Pinchart wrote: Hi Lothar, On Tuesday 18 March 2014 08:50:30 Lothar Waßmann wrote: Laurent Pinchart wrote: On Monday 17 March 2014 16:14:36 Lothar Waßmann wrote: Laurent Pinchart wrote: On Monday 17 March 2014 14:41:09 Andrzej Hajda wrote: On 03/13/2014 06:17

Re: [PATCH v2 47/48] adv7604: Add LLC polarity configuration

2014-03-18 Thread Hans Verkuil
On 03/11/2014 12:15 AM, Laurent Pinchart wrote: Add an inv_llc_pol field to platform data to control the clock polarity. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Reviewed-by: Hans Verkuil hans.verk...@cisco.com Regards, Hans ---

Re: [PATCH v3 36/48] adv7604: Make output format configurable through pad format operations

2014-03-18 Thread Hans Verkuil
On 03/18/2014 02:02 PM, Laurent Pinchart wrote: Hi Hans, On Tuesday 18 March 2014 10:32:32 Hans Verkuil wrote: Hi Laurent, I've tested it and I thought I was going crazy. Everything was fine after applying this patch, but as soon as I applied the next patch (37/48) the colors were wrong.

Re: [PATCH 3/3] [media] atmel-isi: add primary DT support

2014-03-18 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Tuesday 18 March 2014 19:19:54 Josh Wu wrote: This patch add the DT support for Atmel ISI driver. It use the same v4l2 DT interface that defined in video-interfaces.txt. Signed-off-by: Josh Wu josh...@atmel.com Cc: devicet...@vger.kernel.org ---

[PATCH] staging: omap24xx: fix coding style

2014-03-18 Thread ileana
Fix missing parentheses in macros Errors found by checkpatch.pl Signed-off-by: Ioana Ileana ile...@enst.fr --- drivers/staging/media/omap24xx/tcm825x.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/omap24xx/tcm825x.h

How can I feed more data to a stream after I stream on?

2014-03-18 Thread m silverstri
I am using v4l2 m2m framework to develop a resize driver. I have an image , pass it to the driver and it generated a resize output image. My v4l2 sequence is 1. qbuf OUTPUT, CAPTURE 2. stream on OUTPUT, CAPTURE 3. dqbuf OUTPUT, CAPTURE 4. stream off OUTPUT, CAPTURE this works if i have a full

cron job: media_tree daily build: OK

2014-03-18 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: Wed Mar 19 04:00:17 CET 2014 git branch: test git hash: ed97a6fe5308e5982d118a25f0697b791af5ec50 gcc