[PATCH] [media] test

2015-10-19 Thread Valentine Barshak
From: valentine.bars...@cogentembedded.com test --- drivers/media/platform/soc_camera/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/soc_camera/Kconfig b/drivers/media/platform/soc_camera/Kconfig index dddca60..6540847 100644 ---

Re: [PATCH] media: soc_camera: rcar_vin: Add support for 10-bit YUV cameras

2014-02-25 Thread Valentine
, it would help to avoid making the same mistake again. The rest looks good to me, but I'm not familiar with the hardware, so I'll let Valentine have the last word. Thanks, looks good to me. default: break; } @@ -1003,6 +1009,7 @@ static int rcar_vin_get_formats

Re: [PATCH] media: soc_camera: rcar_vin: Add preliminary R-Car M2 support

2013-12-26 Thread Valentine
On 12/26/2013 06:18 PM, Laurent Pinchart wrote: Hi Valentine, Thank you for the patch. On Tuesday 24 December 2013 00:28:06 Valentine Barshak wrote: This adds R-Car M2 (R8A7791) VIN support. Signed-off-by: Valentine Barshak valentine.bars...@cogentembedded.com --- drivers/media/platform

[PATCH V2] media: soc_camera: rcar_vin: Add preliminary R-Car M2 support

2013-12-26 Thread Valentine Barshak
-by: Valentine Barshak valentine.bars...@cogentembedded.com --- drivers/media/platform/soc_camera/rcar_vin.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/soc_camera/rcar_vin.c b/drivers/media/platform/soc_camera/rcar_vin.c index 6866bb4..3b1c05a 100644

[PATCH] media: soc_camera: rcar_vin: Add preliminary R-Car M2 support

2013-12-23 Thread Valentine Barshak
This adds R-Car M2 (R8A7791) VIN support. Signed-off-by: Valentine Barshak valentine.bars...@cogentembedded.com --- drivers/media/platform/soc_camera/rcar_vin.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/soc_camera/rcar_vin.c b/drivers/media

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-29 Thread Valentine
On 11/29/2013 02:45 PM, Lars-Peter Clausen wrote: On 11/29/2013 11:37 AM, Linus Walleij wrote: On Wed, Nov 27, 2013 at 5:40 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: (CC'ing Linus Walleij, Wolfram Sang and LAKML) On Wednesday 27 November 2013 16:32:01 Valentine wrote

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-27 Thread Valentine
On 11/27/2013 12:21 PM, Hans Verkuil wrote: On 11/26/2013 10:28 PM, Valentine wrote: On 11/20/2013 07:53 PM, Valentine wrote: On 11/20/2013 07:42 PM, Hans Verkuil wrote: Hi Valentine, Hi Hans, Hi Hans, Did you ever look at this adv7611 driver: https://github.com/Xilinx/linux-xlnx

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-27 Thread Valentine
On 11/27/2013 04:14 PM, Hans Verkuil wrote: Hi Laurent, On 11/27/13 12:39, Laurent Pinchart wrote: Hi Hans, On Wednesday 27 November 2013 09:21:22 Hans Verkuil wrote: On 11/26/2013 10:28 PM, Valentine wrote: On 11/20/2013 07:53 PM, Valentine wrote: On 11/20/2013 07:42 PM, Hans Verkuil

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-27 Thread Valentine
On 11/27/2013 05:07 PM, Lars-Peter Clausen wrote: On 11/27/2013 01:32 PM, Valentine wrote: On 11/27/2013 04:14 PM, Hans Verkuil wrote: Hi Laurent, On 11/27/13 12:39, Laurent Pinchart wrote: Hi Hans, On Wednesday 27 November 2013 09:21:22 Hans Verkuil wrote: On 11/26/2013 10:28 PM

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-26 Thread Valentine
On 11/20/2013 07:53 PM, Valentine wrote: On 11/20/2013 07:42 PM, Hans Verkuil wrote: Hi Valentine, Hi Hans, Did you ever look at this adv7611 driver: https://github.com/Xilinx/linux-xlnx/commit/610b9d5de22ae7c0047c65a07e4afa42af2daa12 No, I missed that one somehow, although I did search

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-26 Thread Valentine
On 11/27/2013 01:43 AM, Lars-Peter Clausen wrote: On 11/26/2013 10:28 PM, Valentine wrote: On 11/20/2013 07:53 PM, Valentine wrote: On 11/20/2013 07:42 PM, Hans Verkuil wrote: Hi Valentine, Hi Hans, Did you ever look at this adv7611 driver: https://github.com/Xilinx/linux-xlnx/commit

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-20 Thread Valentine
On 11/19/2013 01:50 PM, Hans Verkuil wrote: Hi Valentine, Hi Hans, thanks for your review. I don't entirely understand how you use this driver with soc-camera. Since soc-camera doesn't support FMT_CHANGE notifies it can't really act on it. Did you hack soc-camera to do this? I did

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-20 Thread Valentine
On 11/20/2013 03:19 PM, Hans Verkuil wrote: Hi Valentine, Hi Hans, On 11/20/13 11:14, Valentine wrote: On 11/19/2013 01:50 PM, Hans Verkuil wrote: Hi Valentine, Hi Hans, thanks for your review. I don't entirely understand how you use this driver with soc-camera. Since soc-camera

Re: [PATCH V2] media: i2c: Add ADV761X support

2013-11-20 Thread Valentine
On 11/20/2013 07:42 PM, Hans Verkuil wrote: Hi Valentine, Did you ever look at this adv7611 driver: https://github.com/Xilinx/linux-xlnx/commit/610b9d5de22ae7c0047c65a07e4afa42af2daa12 No, I missed that one somehow, although I did search for the adv7611/7612 before implementing this one

[PATCH V2] media: i2c: Add ADV761X support

2013-11-15 Thread Valentine Barshak
should work with both SoC and non-SoC camera models. * Dropped unnecessary code and unsupported callbacks. * Implemented IRQ handling for format change detection. Signed-off-by: Valentine Barshak valentine.bars...@cogentembedded.com --- drivers/media/i2c/Kconfig | 11 + drivers/media/i2c

Re: [PATCH 0/3] media: Add SH-Mobile RCAR-H2 Lager board support

2013-11-12 Thread Valentine
On 11/12/2013 03:42 AM, Laurent Pinchart wrote: Hi Valentine, On Tuesday 24 September 2013 17:38:33 Valentine Barshak wrote: The following patches add ADV7611/ADV7612 HDMI receiver I2C driver and add RCAR H2 SOC support along with ADV761x output format support to rcar_vin soc_camera driver

Re: [PATCH 0/3] media: Add SH-Mobile RCAR-H2 Lager board support

2013-10-04 Thread Valentine
On 10/04/2013 02:13 PM, Hans Verkuil wrote: On 09/24/2013 06:14 PM, Guennadi Liakhovetski wrote: Hi Valentine, Hi, Since patches 2 and 3 here are for soc-camera, I can offer to take all 3 via my tree after all comments to patch 1/3 are addressed and someone (Laurent?) has acked

[PATCH] media: rcar_vin: Add preliminary r8a7790 support

2013-10-04 Thread Valentine Barshak
Signed-off-by: Valentine Barshak valentine.bars...@cogentembedded.com --- drivers/media/platform/soc_camera/rcar_vin.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/soc_camera/rcar_vin.c b/drivers/media/platform/soc_camera/rcar_vin.c index d02a7e0

Re: [PATCH 1/3] media: i2c: Add ADV761X support

2013-09-25 Thread Valentine
On 09/24/2013 06:17 PM, Hans Verkuil wrote: Hi Valentine, Hi Hans, On Tue 24 September 2013 15:38:34 Valentine Barshak wrote: This adds ADV7611/ADV7612 Dual Port Xpressview 225 MHz HDMI Receiver support. The code is based on the ADV7604 driver, and ADV7612 patch by Shinobu Uehara

Re: [PATCH 1/3] media: i2c: Add ADV761X support

2013-09-25 Thread Valentine
On 09/24/2013 07:54 PM, Guennadi Liakhovetski wrote: Hi Valentine, Hi Guennadi, On Tue, 24 Sep 2013, Valentine Barshak wrote: This adds ADV7611/ADV7612 Dual Port Xpressview 225 MHz HDMI Receiver support. The code is based on the ADV7604 driver, and ADV7612 patch by Shinobu Uehara

Re: [PATCH 1/3] media: i2c: Add ADV761X support

2013-09-25 Thread Valentine
On 09/25/2013 06:08 PM, Guennadi Liakhovetski wrote: Hi Valentine, Hi Guennadi, On Wed, 25 Sep 2013, Valentine wrote: On 09/24/2013 07:54 PM, Guennadi Liakhovetski wrote: Hi Valentine, Hi Guennadi, On Tue, 24 Sep 2013, Valentine Barshak wrote: This adds ADV7611/ADV7612 Dual Port

Re: [PATCH 1/3] media: i2c: Add ADV761X support

2013-09-25 Thread Valentine
On 09/25/2013 08:31 PM, Guennadi Liakhovetski wrote: On Wed, 25 Sep 2013, Valentine wrote: On 09/25/2013 06:08 PM, Guennadi Liakhovetski wrote: [snip] Using module parameters has a disadvantage, that all instances of this driver will get the same values, and it is quite possible to have

Re: [PATCH 1/3] media: i2c: Add ADV761X support

2013-09-25 Thread Valentine
On 09/25/2013 10:33 PM, Guennadi Liakhovetski wrote: Hi Valentine, On Wed, 25 Sep 2013, Valentine wrote: On 09/25/2013 08:31 PM, Guennadi Liakhovetski wrote: On Wed, 25 Sep 2013, Valentine wrote: On 09/25/2013 06:08 PM, Guennadi Liakhovetski wrote: [snip] Using module parameters has

[PATCH 0/3] media: Add SH-Mobile RCAR-H2 Lager board support

2013-09-24 Thread Valentine Barshak
The following patches add ADV7611/ADV7612 HDMI receiver I2C driver and add RCAR H2 SOC support along with ADV761x output format support to rcar_vin soc_camera driver. These changes are needed for SH-Mobile R8A7790 Lager board video input support. Valentine Barshak (3): media: i2c: Add ADV761X

[PATCH 1/3] media: i2c: Add ADV761X support

2013-09-24 Thread Valentine Barshak
This adds ADV7611/ADV7612 Dual Port Xpressview 225 MHz HDMI Receiver support. The code is based on the ADV7604 driver, and ADV7612 patch by Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Valentine Barshak valentine.bars...@cogentembedded.com --- drivers/media/i2c/Kconfig | 11

[PATCH 2/3] media: rcar_vin: Add preliminary r8a7790 H2 support

2013-09-24 Thread Valentine Barshak
Signed-off-by: Valentine Barshak valentine.bars...@cogentembedded.com --- drivers/media/platform/soc_camera/rcar_vin.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/soc_camera/rcar_vin.c b/drivers/media/platform/soc_camera/rcar_vin.c index d02a7e0

[PATCH 3/3] media: rcar_vin: Add RGB888_1X24 input format support

2013-09-24 Thread Valentine Barshak
This adds V4L2_MBUS_FMT_RGB888_1X24 input format support which is used by the ADV7612 chip. Signed-off-by: Valentine Barshak valentine.bars...@cogentembedded.com --- drivers/media/platform/soc_camera/rcar_vin.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git