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

2013-06-28 Thread Kishon Vijay Abraham I
Hi, On Friday 28 June 2013 11:24 AM, Jingoo Han wrote: On Friday, June 28, 2013 2:31 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 10:52 AM, Jingoo Han wrote: Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com ---

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

2013-06-28 Thread Jingoo Han
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 platform callback to control the DP PHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on

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

2013-06-28 Thread Hui Wang
On 06/28/2013 01:58 PM, Jingoo Han wrote: On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 10:53 AM, Jingoo Han wrote: Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 13

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

2013-06-28 Thread Jingoo Han
On Friday, June 28, 2013 3:07 PM, Hui Wang wrote: On 06/28/2013 01:58 PM, Jingoo Han wrote: On Friday, June 28, 2013 2:42 PM, Kishon Vijay Abraham I wrote: Hi, On Friday 28 June 2013 10:53 AM, Jingoo Han wrote: Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han

Re: [PATCH v3 3/5] video: exynos_mipi_dsim: Use the generic PHY driver

2013-06-28 Thread Donghwa Lee
On 06/28/2013 00:02, Sylwester Nawrocki wrote: Use the generic PHY API instead of the platform callback to control the MIPI DSIM DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com

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

2013-06-28 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 V2 1/3] phy: Add driver for Exynos DP PHY

2013-06-28 Thread Jingoo Han
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|7 ++ drivers/phy/Kconfig|8 ++ drivers/phy/Makefile |3 +-

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

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

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

2013-06-28 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 --- .../devicetree/bindings/video/exynos_dp.txt| 17 ---

Re: [PATCH RFC v3] s5k5baf: add camera sensor driver

2013-06-28 Thread Andrzej Hajda
Hi Sylwester, Thanks for the thorough review. On 06/27/2013 05:57 PM, Sylwester Nawrocki wrote: Hi Andrzej, On 06/05/2013 01:44 PM, Andrzej Hajda wrote: Driver for Samsung S5K5BAF UXGA 1/5 2M CMOS Image Sensor with embedded SoC ISP. The driver exposes the sensor as two V4L2 subdevices:

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

2013-06-28 Thread Hui Wang
On 06/26/2013 11:02 PM, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes since v2:

BTTV card

2013-06-28 Thread P.J. Marsh
The card type is GeoVision GV800 which is made up of 1 master and 3 slave controllers, using BT878 capture chips. 02:00.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11) 02:00.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11) 02:04.0

[PATCH] usbtv: fix dependency

2013-06-28 Thread Hans Verkuil
This fixes a dependency problem as found by Randy Dunlap: https://lkml.org/lkml/2013/6/27/501 Mauro, is there any reason for any V4L2 driver to depend on VIDEO_DEV instead of just VIDEO_V4L2? Some drivers depend on VIDEO_DEV, some on VIDEO_V4L2, some on both. It's all pretty chaotic. Regards,

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

2013-06-28 Thread Kishon Vijay Abraham I
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 platform callback to control the DP PHY. The 'phy_label' field is added to the

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

2013-06-28 Thread Kishon Vijay Abraham I
Hi, On Friday 28 June 2013 10:52 AM, 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|7 ++ drivers/phy/Kconfig|8 ++

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

2013-06-28 Thread Felipe Balbi
On Fri, Jun 28, 2013 at 04:15:32PM +0900, Jingoo Han wrote: Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com Now that you fixed Kishon's concerns, this looks pretty good: Acked-by: Felipe Balbi ba...@ti.com -- balbi signature.asc

Re: [PATCH V2 2/3] ARM: dts: Add DP PHY node to exynos5250.dtsi

2013-06-28 Thread Felipe Balbi
On Fri, Jun 28, 2013 at 04:16:44PM +0900, Jingoo Han wrote: Add PHY provider node for the DP PHY. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

[PATCH] DocBook: upgrade media_api DocBook version to 4.2

2013-06-28 Thread Andrzej Hajda
Fixes the last three errors of media_api DocBook validatation: # make DOCBOOKS=media_api.xml XMLTOFLAGS='-m Documentation/DocBook/stylesheet.xsl' htmldocs (...) media_api.xml:414: element imagedata: validity error : Value SVG for attribute format of imagedata is not among the enumerated set

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

2013-06-28 Thread Felipe Balbi
On Fri, Jun 28, 2013 at 04:18:23PM +0900, Jingoo Han wrote: 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

[PATCH] v4l2: added missing mutex.h include to v4l2-ctrls.h

2013-06-28 Thread Andrzej Hajda
This patch fixes following error: include/media/v4l2-ctrls.h:193:15: error: field ‘_lock’ has incomplete type include/media/v4l2-ctrls.h: In function ‘v4l2_ctrl_lock’: include/media/v4l2-ctrls.h:570:2: error: implicit declaration of function ‘mutex_lock’

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

2013-06-28 Thread Sylwester Nawrocki
Hi, On 06/28/2013 11:31 AM, Kishon Vijay Abraham I wrote: diff --git a/Documentation/devicetree/bindings/phy/samsung,exynos5250-dp-video-phy.txt b/Documentation/devicetree/bindings/phy/samsung,exynos5250-dp-video-phy.txt new file mode 100644 index 000..8b6fa79 --- /dev/null +++

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

2013-06-28 Thread Sylwester Nawrocki
On 06/28/2013 10:17 AM, Hui Wang wrote: On 06/26/2013 11:02 PM, Sylwester Nawrocki wrote: Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Jun 2013 10:24:15 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: This fixes a dependency problem as found by Randy Dunlap: https://lkml.org/lkml/2013/6/27/501 Mauro, is there any reason for any V4L2 driver to depend on VIDEO_DEV instead of just VIDEO_V4L2? Some drivers

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Hans Verkuil
On Fri June 28 2013 13:00:43 Mauro Carvalho Chehab wrote: Em Fri, 28 Jun 2013 10:24:15 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: This fixes a dependency problem as found by Randy Dunlap: https://lkml.org/lkml/2013/6/27/501 Mauro, is there any reason for any V4L2 driver to

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

2013-06-28 Thread Sylwester Nawrocki
Hi, On 06/28/2013 12:27 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:35 Fri 28 Jun , Felipe Balbi wrote: On Fri, Jun 28, 2013 at 04:18:23PM +0900, Jingoo Han wrote: Use the generic PHY API instead of the platform callback to control the DP PHY. The 'phy_label' field is added to

[RFC PATCH 0/5] Matrix and Motion Detection support

2013-06-28 Thread Hans Verkuil
This patch series adds support for matrices and motion detection and converts the solo6x10 driver to use these new APIs. See the RFCv2 for details on the motion detection API: http://www.mail-archive.com/linux-media@vger.kernel.org/msg62085.html And this RFC for details on the matrix API (which

[RFC PATCH 4/5] v4l2: add a motion detection event.

2013-06-28 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- include/uapi/linux/videodev2.h | 17 + 1 file changed, 17 insertions(+) diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 5cbe815..f926209 100644 ---

[RFC PATCH 5/5] solo6x10: implement motion detection events and controls.

2013-06-28 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c | 117 + drivers/staging/media/solo6x10/solo6x10.h | 9 +- 2 files changed, 74 insertions(+), 52 deletions(-) diff

[RFC PATCH 2/5] v4l2-compat-ioctl32: add g/s_matrix support.

2013-06-28 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 55 +++ 1 file changed, 55 insertions(+) diff --git a/drivers/media/v4l2-core/v4l2-compat-ioctl32.c

[RFC PATCH 3/5] solo: implement the new matrix ioctls instead of the custom ones.

2013-06-28 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c | 102 ++--- drivers/staging/media/solo6x10/solo6x10.h | 10 +- 2 files changed, 89 insertions(+), 23 deletions(-) diff

[RFC PATCH 1/5] v4l2: add matrix support.

2013-06-28 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This patch adds core support for matrices: querying, getting and setting. Two initial matrix types are defined for motion detection (defining regions and thresholds). Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Jun 2013 13:18:44 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On Fri June 28 2013 13:00:43 Mauro Carvalho Chehab wrote: Em Fri, 28 Jun 2013 10:24:15 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: This fixes a dependency problem as found by Randy Dunlap:

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Hans Verkuil
On Fri June 28 2013 14:42:46 Mauro Carvalho Chehab wrote: Em Fri, 28 Jun 2013 13:18:44 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On Fri June 28 2013 13:00:43 Mauro Carvalho Chehab wrote: Em Fri, 28 Jun 2013 10:24:15 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: This

Re: [PATCH v3 6/8] [media] V4L: Add support for integer menu controls with standard menu items

2013-06-28 Thread Hans Verkuil
On Tue June 25 2013 12:57:13 Arun Kumar K wrote: From: Sylwester Nawrocki s.nawro...@samsung.com The patch modifies the helper function v4l2_ctrl_new_std_menu to accept integer menu controls with standard menu items. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by:

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Guennadi Liakhovetski
Hi Hans, Mauro On Fri, 28 Jun 2013, Hans Verkuil wrote: On Fri June 28 2013 14:42:46 Mauro Carvalho Chehab wrote: Em Fri, 28 Jun 2013 13:18:44 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: On Fri June 28 2013 13:00:43 Mauro Carvalho Chehab wrote: Em Fri, 28 Jun 2013 10:24:15

[PATCH v4 0/5] Generic PHY driver for the Exynos SoC MIPI CSI-2/DSI DPHYs

2013-06-28 Thread Sylwester Nawrocki
This patch series adds a simple driver for the Samsung S5P/Exynos SoC series MIPI CSI-2 receiver (MIPI CSIS) and MIPI DSI transmitter (MIPI DSIM) DPHYs, using the generic PHY framework [1]. Previously the MIPI CSIS and MIPI DSIM used a platform callback to control the PHY power enable and reset

[PATCH v4 1/5] ARM: dts: Add MIPI PHY node to exynos4.dtsi

2013-06-28 Thread Sylwester Nawrocki
Add PHY provider node for the MIPI CSIS and MIPI DSIM PHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi ba...@ti.com --- arch/arm/boot/dts/exynos4.dtsi | 10 ++ 1 file changed, 10 insertions(+)

[PATCH v4 2/5] phy: Add driver for Exynos MIPI CSIS/DSIM DPHYs

2013-06-28 Thread Sylwester Nawrocki
Add a PHY provider driver for the Samsung S5P/Exynos SoC MIPI CSI-2 receiver and MIPI DSI transmitter DPHYs. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Felipe Balbi ba...@ti.com --- Changes since v3: - replaced

[PATCH v4 3/5] video: exynos_mipi_dsim: Use the generic PHY driver

2013-06-28 Thread Sylwester Nawrocki
Use the generic PHY API instead of the platform callback to control the MIPI DSIM DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH v4 4/5] [media] exynos4-is: Use the generic MIPI CSIS PHY driver

2013-06-28 Thread Sylwester Nawrocki
Use the generic PHY API instead of the platform callback to control the MIPI CSIS DPHY. The 'phy_label' field is added to the platform data structure to allow PHY lookup on non-dt platforms Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH v4 5/5] ARM: Samsung: Remove the MIPI PHY setup code

2013-06-28 Thread Sylwester Nawrocki
Generic PHY drivers are used to handle the MIPI CSIS and MIPI DSIM DPHYs so we can remove now unused code at arch/arm/plat-samsung. In case there is any board file for S5PV210 platforms using MIPI CSIS/DSIM (not any upstream currently) it should use the generic PHY API to bind the PHYs to

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Jun 2013 15:24:20 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: Hi Hans, Mauro On Fri, 28 Jun 2013, Hans Verkuil wrote: On Fri June 28 2013 14:42:46 Mauro Carvalho Chehab wrote: Em Fri, 28 Jun 2013 13:18:44 +0200 Hans Verkuil hverk...@xs4all.nl

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

2013-06-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:35 Fri 28 Jun , Felipe Balbi wrote: On Fri, Jun 28, 2013 at 04:18:23PM +0900, Jingoo Han wrote: 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.

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Hans Verkuil
On Fri June 28 2013 15:55:15 Mauro Carvalho Chehab wrote: Em Fri, 28 Jun 2013 15:24:20 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: Hi Hans, Mauro On Fri, 28 Jun 2013, Hans Verkuil wrote: On Fri June 28 2013 14:42:46 Mauro Carvalho Chehab wrote: Em Fri,

[GIT PULL] mem2mem driver changes

2013-06-28 Thread Kamil Debski
The following changes since commit 53f501a96b81cedb8449153fd2afd533eeac3172: Merge branch 'v4l_for_linus' into patchwork (2013-06-25 15:30:23 +0200) are available in the git repository at: git://git.linuxtv.org/kdebski/media.git master for you to fetch changes up to

Re: [PATCH v3 7/8] [media] V4L: Add VP8 encoder controls

2013-06-28 Thread Hans Verkuil
Hi Arun, As promised, here is my review. I have been thinking a bit more about whether or not a VPX control class should be added, and in my opinion it shouldn't. These controls should be part of the MPEG control class, as the VPX encoder shares a lot of general encoding parameters, just like

[GIT PULL FOR v3.11] Fixes for 3.11

2013-06-28 Thread Hans Verkuil
The following changes since commit ee17608d6aa04a86e253a9130d6c6d00892f132b: [media] imx074: support asynchronous probing (2013-06-21 16:36:15 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v3.11 for you to fetch changes up to

Re: lgdt3304

2013-06-28 Thread Steven Toth
On Thu, Jun 27, 2013 at 11:00 PM, Carl-Fredrik Sundstrom c...@blueflowamericas.com wrote: I am able to detect two lgdt3304 one on each i2c bus now. As you suspected I had to set GPIO pin 17 for them to come alive. Now to my next question, how do I attach two front ends I have two lgdt3304

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Jun 2013 16:15:29 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: I prefer to keep this part of videodev, at least for now: I think there will be a fairly quick uptake of this API internally, certainly for subdevs. Note BTW that even x86 kernels come with

Re: [PATCH v7] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-28 Thread Sergei Shtylyov
Hello. On 06/28/2013 03:58 AM, Vladimir Barinov wrote: From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add Renesas R-Car VIN (Video In) V4L2 driver. Based on the patch by Phil Edworthy phil.edwor...@renesas.com. Signed-off-by: Vladimir Barinov

Re: [PATCH] usbtv: fix dependency

2013-06-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Jun 2013 10:55:15 -0300 Mauro Carvalho Chehab mche...@redhat.com escreveu: This patch http://git.linuxtv.org/gliakhovetski/v4l-dvb.git/commitdiff/a92d0222c693db29a5d00eaedcdebf748789c38e has been pushed 3 days ago: https://patchwork.linuxtv.org/patch/19090/ As,

cron job: media_tree daily build: WARNINGS

2013-06-28 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 Jun 28 19:00:18 CEST 2013 git branch: test git hash: 188af63c0af2d7ef395bc94e3efa173f34dae03d gcc

Re: [PATCH v7] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-28 Thread Vladimir Barinov
Hi Guennadi, Vladimir Barinov wrote: Hi Guennadi, Guennadi Liakhovetski wrote: Hi Sergei On Sat, 22 Jun 2013, Sergei Shtylyov wrote: From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add Renesas R-Car VIN (Video In) V4L2 driver. Based on the patch by Phil Edworthy