Re: [PATCH RFC v3] media: OF: add video sync endpoint property

2013-06-30 Thread Sylwester Nawrocki
Hi, On 06/22/2013 05:03 PM, Prabhakar Lad wrote: From: Lad, Prabhakarprabhakar.cse...@gmail.com This patch adds video sync properties as part of endpoint properties and also support to parse them in the parser. Signed-off-by: Lad, Prabhakarprabhakar.cse...@gmail.com Cc: Hans

[PATCH] dib0700: add support for PCTV 2002e PCTV 2002e SE

2013-06-30 Thread Michael Krufky
From b5a7481571163fc1c83a12987be8a6ebd88bc91a Mon Sep 17 00:00:00 2001 From: Michael Krufky mkru...@linuxtv.org Date: Sun, 30 Jun 2013 11:43:58 -0400 Subject: [PATCH] dib0700: add support for PCTV 2002e PCTV 2002e SE Signed-off-by: Michael Krufky mkru...@linuxtv.org ---

Re: [PATCH v2 2/2] media: i2c: tvp7002: add OF support

2013-06-30 Thread Sylwester Nawrocki
Hi, On 06/22/2013 07:44 PM, Prabhakar Lad wrote: From: Lad, Prabhakarprabhakar.cse...@gmail.com add OF support for the tvp7002 driver. Signed-off-by: Lad, Prabhakarprabhakar.cse...@gmail.com Cc: Hans Verkuilhans.verk...@cisco.com Cc: Laurent Pinchartlaurent.pinch...@ideasonboard.com Cc: Mauro

[GIT PULL] git://linuxtv.org/mkrufky/hauppauge dib0700

2013-06-30 Thread Michael Krufky
The following changes since commit 1c26190a8d492adadac4711fe5762d46204b18b0: [media] exynos4-is: Correct colorspace handling at FIMC-LITE (2013-06-28 15:33:27 -0300) are available in the git repository at: git://linuxtv.org/mkrufky/hauppauge dib0700 for you to fetch changes up to

cron job: media_tree daily build: WARNINGS

2013-06-30 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: Sun Jun 30 19:00:20 CEST 2013 git branch: test git hash: 1c26190a8d492adadac4711fe5762d46204b18b0 gcc

A few wiki ideas (please comment!)

2013-06-30 Thread P. van Gaans
Hi, I have a few ideas for the wiki. They go a bit further than fixing a typo, so I'd first like to discuss the ideas before messing up wiki pages and doing lots of unwanted work. The first is to add a ==Users== section to each device, just above the external links section. For this I

Re: Question: interaction between selection API, ENUM_FRAMESIZES and S_FMT?

2013-06-30 Thread Sylwester Nawrocki
Hi Hans, On 06/24/2013 02:48 PM, Hans Verkuil wrote: Hi all, While working on extending v4l2-compliance with cropping/selection test cases I decided to add support for that to vivi as well (this would give applications a good test driver to work with). However, I ran into problems how this

Re: Question: interaction between selection API, ENUM_FRAMESIZES and S_FMT?

2013-06-30 Thread Mauro Carvalho Chehab
Em Sun, 30 Jun 2013 22:28:55 +0200 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: Hi Hans, On 06/24/2013 02:48 PM, Hans Verkuil wrote: Hi all, While working on extending v4l2-compliance with cropping/selection test cases I decided to add support for that to vivi as well

Re: A few wiki ideas (please comment!)

2013-06-30 Thread Mauro Carvalho Chehab
Em Sun, 30 Jun 2013 20:34:15 +0200 P. van Gaans w3ird_n...@gmx.net escreveu: Hi, I have a few ideas for the wiki. They go a bit further than fixing a typo, so I'd first like to discuss the ideas before messing up wiki pages and doing lots of unwanted work. The first is to add a

Re: Question: interaction between selection API, ENUM_FRAMESIZES and S_FMT?

2013-06-30 Thread Sylwester Nawrocki
On 06/30/2013 10:55 PM, Mauro Carvalho Chehab wrote: Em Sun, 30 Jun 2013 22:28:55 +0200 Sylwester Nawrockisylvester.nawro...@gmail.com escreveu: Hi Hans, On 06/24/2013 02:48 PM, Hans Verkuil wrote: Hi all, While working on extending v4l2-compliance with cropping/selection test cases I

Re: [PATCH 3/3] video: exynos_dp: Use the generic PHY driver

2013-06-30 Thread Jingoo Han
On Friday, June 28, 2013 6:27 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 11:34 AM, Jingoo Han wrote: On Friday, June 28, 2013 2:58 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 10:54 AM, Jingoo Han wrote: Use the generic PHY API instead of the

Re: [PATCH V2 1/3] phy: Add driver for Exynos DP PHY

2013-06-30 Thread Jingoo Han
On Saturday, June 29, 2013 6:00 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 12:45 PM, Jingoo Han wrote: Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- .../phy/samsung,exynos5250-dp-video-phy.txt

Error creating sysfs files when reloading cx88 driver

2013-06-30 Thread Ilia Mirkin
Hello, I have a pcHDTV 3000 card [0], on a 3.10-rc6 kernel. Every so often, it stops working [1]. When I try to reload cx88_dvb, module loads, but init errors out because some sysfs file is already there [2]. Removing more of the video-related modules doesn't seem to help (at least not once this

[PATCH V3 0/3] Generic PHY driver for the Exynos SoC DP PHY

2013-06-30 Thread Jingoo Han
This patch series adds a simple driver for the Samsung Exynos SoC series DP transmitter PHY, using the generic PHY framework [1]. Previously the DP PHY used a platform callback or internal DT node to control the PHY power enable bit. The platform callback and internal DT node can be dropped and

[PATCH V3 1/3] ARM: dts: Add DP PHY node to exynos5250.dtsi

2013-06-30 Thread Jingoo Han
Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com Acked-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/exynos5250.dtsi | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi

[PATCH V3 2/3] phy: Add driver for Exynos DP PHY

2013-06-30 Thread Jingoo Han
Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com Cc: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Felipe Balbi ba...@ti.com --- .../devicetree/bindings/phy/samsung-phy.txt|8 ++ drivers/phy/Kconfig

Re: [PATCH v3 1/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-30 Thread Kishon Vijay Abraham I
Hi, On Sunday 30 June 2013 01:04 AM, Sylwester Nawrocki wrote: Hi, On 06/29/2013 10:57 AM, Kishon Vijay Abraham I wrote: On Friday 28 June 2013 03:41 PM, Sylwester Nawrocki wrote: On 06/28/2013 10:17 AM, Hui Wang wrote: On 06/26/2013 11:02 PM, Sylwester Nawrocki wrote: Add a PHY provider

[PATCH V3 3/3] video: exynos_dp: Use the generic PHY driver

2013-06-30 Thread Jingoo Han
Use the generic PHY API instead of the platform callback to control the DP PHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Jingoo Han jg1@samsung.com Acked-by: Felipe Balbi ba...@ti.com ---