[PATCH v2] net: add ETH_P_802_3_MIN

2013-03-27 Thread Simon Horman
...@s5r6.in-berlin.de Signed-off-by: Simon Horman ho...@verge.net.au --- v2 * Make updates to the following files as suggested by David Miller - drivers/media/dvb-core/dvb_net.c - drivers/net/wireless/ray_cs.c - net/bridge/netfilter/ebtables.c - include/linux/if_vlan.h - net/bluetooth/bnep

Re: [PATCH v2] net: add ETH_P_802_3_MIN

2013-03-27 Thread Simon Horman
On Thu, Mar 28, 2013 at 01:21:08AM -0400, David Miller wrote: From: Simon Horman ho...@verge.net.au Date: Thu, 28 Mar 2013 13:38:25 +0900 Add a new constant ETH_P_802_3_MIN, the minimum ethernet type for an 802.3 frame. Frames with a lower value in the ethernet type field are Ethernet II

Re: [PATCH v8 0/7] V4L2 clock and async patches and soc-camera example

2013-04-09 Thread Simon Horman
On Mon, Apr 08, 2013 at 05:05:31PM +0200, Guennadi Liakhovetski wrote: Mostly just a re-spin of v7 with minor modifications. Guennadi Liakhovetski (7): media: V4L2: add temporary clock helpers media: V4L2: support asynchronous subdevice registration media: soc-camera: switch I2C

Re: [PATCH v8 0/7] V4L2 clock and async patches and soc-camera example

2013-04-09 Thread Simon Horman
On Tue, Apr 09, 2013 at 10:14:08AM +0200, Guennadi Liakhovetski wrote: Hi Simon On Tue, 9 Apr 2013, Simon Horman wrote: On Mon, Apr 08, 2013 at 05:05:31PM +0200, Guennadi Liakhovetski wrote: Mostly just a re-spin of v7 with minor modifications. Guennadi Liakhovetski (7

Re: [PATCH 4/4] ARM: shmobile: Marzen: enable VIN and ADV7180 in defconfig

2013-04-18 Thread Simon Horman
On Thu, Apr 18, 2013 at 02:17:27AM +0400, Sergei Shtylyov wrote: From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add the VIN and ADV7180 drivers to 'marzen_defconfig'. Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com Signed-off-by: Sergei Shtylyov

Re: [PATCH 4/4] ARM: shmobile: Marzen: enable VIN and ADV7180 in defconfig

2013-04-18 Thread Simon Horman
On Thu, Apr 18, 2013 at 06:21:12PM +0400, Sergei Shtylyov wrote: On 18-04-2013 17:30, Simon Horman wrote: From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add the VIN and ADV7180 drivers to 'marzen_defconfig'. Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com

Re: [PATCH 0/5] OKI ML86V7667 driver and R8A7778/BOCK-W VIN support

2013-04-21 Thread Simon Horman
On Sun, Apr 21, 2013 at 12:13:45AM +0400, Sergei Shtylyov wrote: Hello. Here's the set of 4 patches against the Simon Horman's 'renesas.git' repo, 'renesas-next-20130419' tag and my recent yet unapplied patches. Here we add the OKI ML86V7667 video decoder driver and the VIN platform code

Re: [PATCH v2 2/4] ARM: shmobile: r8a7779: add VIN support

2013-04-21 Thread Simon Horman
On Sat, Apr 20, 2013 at 04:10:45AM +0400, Sergei Shtylyov wrote: Hello. On 04/20/2013 02:32 AM, Sergei Shtylyov wrote: From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add VIN clocks and platform devices for R8A7779 SoC; add function to register the VIN platform devices.

Re: [PATCH v2 2/4] ARM: shmobile: r8a7779: add VIN support

2013-04-22 Thread Simon Horman
On Mon, Apr 22, 2013 at 04:37:33PM +0400, Sergei Shtylyov wrote: Hello. On 22-04-2013 8:57, Simon Horman wrote: From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add VIN clocks and platform devices for R8A7779 SoC; add function to register the VIN platform devices. Signed

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

2013-06-03 Thread Simon Horman
On Sun, Jun 02, 2013 at 10:56:22PM +0400, Sergei Shtylyov wrote: Hello. On 05/24/2013 02:11 AM, 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

Re: [PATCH 2/2] ARM: mach-shmobile: sh7372 CEU supports up to 8188x8188 images

2012-04-15 Thread Simon Horman
On Wed, Mar 14, 2012 at 04:02:24PM +0100, Guennadi Liakhovetski wrote: Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Reviewed-by: Simon Horman ho...@verge.net.au --- This patch we can push some time after the first one in this series gets in, no breakage is caused. arch

Re: [PATCH] media: rcar_vin: Add preliminary r8a7790 support

2013-10-28 Thread Simon Horman
On Fri, Oct 04, 2013 at 06:20:52PM +0400, Valentine Barshak wrote: Signed-off-by: Valentine Barshak valentine.bars...@cogentembedded.com This looks entirely sane to me. Acked-by: Simon Horman horms+rene...@verge.net.au Mauro, would you consider taking this? --- drivers/media/platform

Re: [PATCH 6/6] ARM: shmobile: convert ap4evb to asynchronously register camera subdevices

2013-01-07 Thread Simon Horman
On Wed, Dec 26, 2012 at 06:49:11PM +0100, Guennadi Liakhovetski wrote: Register the imx074 camera I2C and the CSI-2 platform devices directly in board platform data instead of letting the sh_mobile_ceu_camera driver and the soc-camera framework register them at their run-time. This uses the

Re: [PATCH 6/6] ARM: shmobile: convert ap4evb to asynchronously register camera subdevices

2013-01-08 Thread Simon Horman
On Tue, Jan 08, 2013 at 11:35:21PM +0100, Guennadi Liakhovetski wrote: Hi Simon On Tue, 8 Jan 2013, Simon Horman wrote: On Wed, Dec 26, 2012 at 06:49:11PM +0100, Guennadi Liakhovetski wrote: Register the imx074 camera I2C and the CSI-2 platform devices directly in board platform data

Re: [PATCH v6 7/7] ARM: shmobile: convert ap4evb to asynchronously register camera subdevices

2013-03-18 Thread Simon Horman
On Fri, Mar 15, 2013 at 10:27:53PM +0100, Guennadi Liakhovetski wrote: Register the imx074 camera I2C and the CSI-2 platform devices directly in board platform data instead of letting the sh_mobile_ceu_camera driver and the soc-camera framework register them at their run-time. This uses the

[PATCH] net: add ETH_P_802_3_MIN

2013-03-21 Thread Simon Horman
-media@vger.kernel.org Cc: d...@openvswitch.org Signed-off-by: Simon Horman ho...@verge.net.au --- drivers/firewire/net.c |2 +- drivers/isdn/i4l/isdn_net.c |2 +- drivers/media/dvb-core/dvb_net.c |6 +++--- drivers/net/ethernet/sun/niu.c |2 +- drivers/net/plip

Re: [PATCH] net: add ETH_P_802_3_MIN

2013-03-22 Thread Simon Horman
On Thu, Mar 21, 2013 at 11:56:08AM -0400, David Miller wrote: From: Simon Horman ho...@verge.net.au Date: Thu, 21 Mar 2013 17:29:28 +0900 Add a new constant ETH_P_802_3_MIN, the minimum ethernet type for an 802.3 frame. Frames with a lower value in the ethernet type field are Ethernet II

Re: [PATCH v4 0/3] R8A7779/Marzen R-Car VIN driver support

2013-06-27 Thread Simon Horman
On Thu, May 16, 2013 at 01:53:29AM +0400, Sergei Shtylyov wrote: Hello. Here's the set of 3 patches against the Simon Horman's 'renesas.git' repo, 'renesas-next-20130515v2' tag and my recent yet unapplied USB/I2C patches. Here we add the VIN driver platform code for the R8A7779/Marzen

Re: [PATCH v5 0/3] R8A7779/Marzen R-Car VIN driver support

2013-08-22 Thread Simon Horman
platform data header, provided that the maintainer ACKs this. Simon, could you ACK the patchset ASAP -- Mauro expects to close his tree for 3.12 this weekend or next Monday? All three patches: Acked-by: Simon Horman horms+rene...@verge.net.au -- To unsubscribe from this list: send the line

Re: [PATCH 2/5] ARM: lager: add vin1 node

2014-03-12 Thread Simon Horman
On Fri, Mar 07, 2014 at 01:01:36PM +, Ben Dooks wrote: Add device-tree for vin1 (composite video in) on the lager board. Please update the prefix of the subject of this patch to: ARM: shmobile: lager: Signed-off-by: Ben Dooks ben.do...@codethink.co.uk ---

Re: [PATCH 1/5] r8a7790.dtsi: add vin[0-3] nodes

2014-03-12 Thread Simon Horman
On Fri, Mar 07, 2014 at 01:01:35PM +, Ben Dooks wrote: Add nodes for the four video input channels on the R8A7790. Please update the prefix of this subject of this patch to: ARM: shmobile: r8a7790: Signed-off-by: Ben Dooks ben.do...@codethink.co.uk --- arch/arm/boot/dts/r8a7790.dtsi

Re: [PATCH 4/6] v4l: vsp1: Add DT support

2014-04-10 Thread Simon Horman
On Tue, Mar 25, 2014 at 01:18:22PM +0100, Laurent Pinchart wrote: Hello, Gentle ping. I'll send a pull request in a week if I don't receive any comment on the DT bindings in the meantime. Hi Laurent, one way or another can you let me know if/when the bindings are accepted and I'll

Re: [PATCH 4/6] v4l: vsp1: Add DT support

2014-04-10 Thread Simon Horman
On Fri, Apr 11, 2014 at 01:37:11AM +0200, Laurent Pinchart wrote: Hi Simon, On Friday 11 April 2014 08:04:18 Simon Horman wrote: On Tue, Mar 25, 2014 at 01:18:22PM +0100, Laurent Pinchart wrote: Hello, Gentle ping. I'll send a pull request in a week if I don't receive any

Re: [PATCH 2/9] ARM: lager: add i2c1, i2c2 pins

2014-06-18 Thread Simon Horman
On Wed, Jun 18, 2014 at 08:27:37AM +0100, Ben Dooks wrote: On 16/06/14 13:33, Sergei Shtylyov wrote: Hello. On 06/15/2014 11:56 PM, Ben Dooks wrote: Add pinctrl definitions for i2c1 and i2c2 busses on the Lager board to ensure these are setup correctly at initialisation time. The

Re: resend: device tree updates for r8a7790 vin

2014-06-23 Thread Simon Horman
On Mon, Jun 23, 2014 at 10:10:30PM +0100, Ben Dooks wrote: I've gone through and hopefully cleaned up Sergei's issues. Is there any chance Simon could queue these in his tree? At this stage my main question is about the status of the driver and more specifically the binding(s). I don't seem

Re: [PATCH 3/4] media: rcar_vin: Fix race condition terminating stream

2014-07-09 Thread Simon Horman
On Tue, Jul 08, 2014 at 08:09:58PM +0400, Sergei Shtylyov wrote: Hello. On 07/08/2014 01:41 PM, Ian Molton wrote: This patch fixes a race condition whereby a frame being captured may generate an interrupt between requesting capture to halt and freeing buffers. This condition is

Re: [PATCH 5/6] r8a7790.dtsi: add vin[0-3] nodes

2014-07-23 Thread Simon Horman
On Wed, Jul 23, 2014 at 10:09:46AM +0200, Guennadi Liakhovetski wrote: Hi Ben, Who is going to take this patch? Simon? It can go in independently from the V4L part, right? We just have to be sure, that bindings don't have to change, and this is likely to be the case. Doesn't it have to be

Re: [3/6] ARM: shmobile: r8a7790: Add JPU device node.

2014-08-21 Thread Simon Horman
On Tue, Aug 19, 2014 at 04:50:50PM +0400, Mikhail Ulyanov wrote: Signed-off-by: Mikhail Ulyanov mikhail.ulya...@cogentembedded.com Please add a changelog. Please repost this once the binding used below has been accepted by the maintainer. Please CC both Magnus Damm and I when you resubmit this

Re: [PATCH 4/6] ARM: shmobile: r8a7791: Add JPU clock dt and CPG define.

2014-08-21 Thread Simon Horman
On Thu, Aug 21, 2014 at 01:07:25AM +0200, Laurent Pinchart wrote: Hi Mikhail, Thank you for the patch. On Tuesday 19 August 2014 16:50:51 Mikhail Ulyanov wrote: A commit message would be nice. Signed-off-by: Mikhail Ulyanov mikhail.ulya...@cogentembedded.com Acked-by: Laurent

Re: [PATCH 2/6] ARM: shmobile: r8a7790: Add JPU clock dt and CPG define.

2014-08-21 Thread Simon Horman
On Thu, Aug 21, 2014 at 01:07:23AM +0200, Laurent Pinchart wrote: Hi Mikhail, Thank you for the patch. On Tuesday 19 August 2014 16:50:49 Mikhail Ulyanov wrote: A commit message would be nice. Signed-off-by: Mikhail Ulyanov mikhail.ulya...@cogentembedded.com Acked-by: Laurent

Re: [PATCH v2 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-25 Thread Simon Horman
On Mon, Aug 25, 2014 at 02:59:46PM +0200, Geert Uytterhoeven wrote: Hi Mikhail, On Mon, Aug 25, 2014 at 2:35 PM, Mikhail Ulyanov mikhail.ulya...@cogentembedded.com wrote: + - compatible: should containg one of the following: + - renesas,jpu-r8a7790 for R-Car H2 +

Re: [PATCH v2 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-25 Thread Simon Horman
On Tue, Aug 26, 2014 at 02:02:00AM +0200, Laurent Pinchart wrote: Hi Simon, On Tuesday 26 August 2014 08:57:20 Simon Horman wrote: On Mon, Aug 25, 2014 at 02:59:46PM +0200, Geert Uytterhoeven wrote: On Mon, Aug 25, 2014 at 2:35 PM, Mikhail Ulyanov wrote: + - compatible: should

Re: [PATCH v2 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-26 Thread Simon Horman
On Tue, Aug 26, 2014 at 10:03:34AM +0200, Geert Uytterhoeven wrote: On Tue, Aug 26, 2014 at 1:57 AM, Simon Horman ho...@verge.net.au wrote: On Mon, Aug 25, 2014 at 02:59:46PM +0200, Geert Uytterhoeven wrote: Hi Mikhail, On Mon, Aug 25, 2014 at 2:35 PM, Mikhail Ulyanov mikhail.ulya

Re: [PATCH v2 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-26 Thread Simon Horman
On Tue, Aug 26, 2014 at 11:27:43AM +0200, Geert Uytterhoeven wrote: On Tue, Aug 26, 2014 at 11:01 AM, Simon Horman ho...@verge.net.au wrote: On Tue, Aug 26, 2014 at 10:03:34AM +0200, Geert Uytterhoeven wrote: On Tue, Aug 26, 2014 at 1:57 AM, Simon Horman ho...@verge.net.au wrote: On Mon

Re: [PATCH v2 6/6] devicetree: bindings: Document Renesas JPEG Processing Unit.

2014-08-27 Thread Simon Horman
On Wed, Aug 27, 2014 at 08:06:10AM +0200, Laurent Pinchart wrote: On Wednesday 27 August 2014 14:15:01 Simon Horman wrote: On Tue, Aug 26, 2014 at 11:27:43AM +0200, Geert Uytterhoeven wrote: On Tue, Aug 26, 2014 at 11:01 AM, Simon Horman ho...@verge.net.au wrote: On Tue, Aug 26, 2014

Re: [PATCH] v4l: vsp1: fix driver dependencies

2014-09-01 Thread Simon Horman
Zolnierkiewicz b.zolnier...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Simon Horman ho...@verge.net.au Cc: Magnus Damm magnus.d...@gmail.com Acked-by: Geert Uytterhoeven geert+rene...@glider.be Acked-by: Simon Horman horms+rene...@verge.net.au -- To unsubscribe from

Re: [PATCH 3/3] media: soc_camera: rcar_vin: Add NV16 horizontal scaling-up support

2014-10-14 Thread Simon Horman
On Tue, Oct 14, 2014 at 04:57:53PM +0400, Sergei Shtylyov wrote: Hello. On 10/14/2014 10:26 AM, Yoshihiro Kaneko wrote: From: Koji Matsuoka koji.matsuoka...@renesas.com The scaling function had been forbidden for the capture format of NV16 until now. With this patch, a horizontal

Re: [PATCH 0/2] media: soc_camera: rcar_vin: Add r8a7794, r8a7793 device support

2014-10-15 Thread Simon Horman
support drivers/media/platform/soc_camera/rcar_vin.c | 2 ++ 1 file changed, 2 insertions(+) Acked-by: Simon Horman horms+rene...@verge.net.au If the series needs reposting to a different CC list - e.g. including Mauro - please let Kaneko-san or myself know. -- To unsubscribe from this list

Re: [PATCH] media: soc_camera: rcar_vin: Add BT.709 24-bit RGB888 input support

2014-10-15 Thread Simon Horman
branch of linuxtv.org/media_tree.git. Acked-by: Simon Horman horms+rene...@verge.net.au If the series needs reposting to a different CC list - e.g. including Mauro - please let Kaneko-san or myself know. drivers/media/platform/soc_camera/rcar_vin.c | 10 ++ include/linux/platform_data

Re: [PATCH] media: soc_camera: rcar_vin: Add YUYV capture format support

2014-10-15 Thread Simon Horman
branch of linuxtv.org/media_tree.git. drivers/media/platform/soc_camera/rcar_vin.c | 8 1 file changed, 8 insertions(+) Acked-by: Simon Horman horms+rene...@verge.net.au If the series needs reposting to a different CC list - e.g. including Mauro - please let Kaneko-san or myself know

Re: [PATCH] media: soc_camera: Fix VIDIOC_S_CROP ioctl miscalculation

2014-10-15 Thread Simon Horman
koji.matsuoka...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com Acked-by: Simon Horman horms+rene...@verge.net.au If the series needs reposting to a different CC list - e.g. including Mauro - please let Kaneko-san or myself know. --- This patch is against master branch

Re: [PATCH] media: soc_camera: rcar_vin: Enable VSYNC field toggle mode

2014-10-15 Thread Simon Horman
-off-by: Koji Matsuoka koji.matsuoka...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com Acked-by: Simon Horman horms+rene...@verge.net.au If the series needs reposting to a different CC list - e.g. including Mauro - please let Kaneko-san or myself know. --- This patch

Re: [PATCH 0/2] media: soc_camera: rcar_vin: Add r8a7794, r8a7793 device support

2014-10-17 Thread Simon Horman
Hi Guennadi, On Thu, Oct 16, 2014 at 10:27:13PM +0200, Guennadi Liakhovetski wrote: Hello, Thanks for the patches. Could you please fold these two into one - they really don't deserve to be separated. Thanks. Kaneko-san could you squash these patches and repost? As for your other series

Re: [PATCH v2] media: soc_camera: rcar_vin: Add r8a7794, r8a7793 device support

2014-10-17 Thread Simon Horman
...@gmail.com Acked-by: Simon Horman horms+rene...@verge.net.au --- This patch is against master branch of linuxtv.org/media_tree.git. v2 [Yoshihiro Kaneko] * Squashed r8a7793 and r8a7794 patches drivers/media/platform/soc_camera/rcar_vin.c | 2 ++ 1 file changed, 2

Re: [PATCH] media: soc_camera: rcar_vin: Add DT support for r8a7793 and r8a7794 SoCs

2014-10-20 Thread Simon Horman
On Mon, Oct 20, 2014 at 11:51:29AM +0900, Yoshihiro Kaneko wrote: Based on platform device work by Matsuoka-san. Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com Acked-by: Simon Horman horms+rene...@verge.net.au --- Compile tested only. This patch is against master branch

Re: [PATCH v2] media: soc_camera: rcar_vin: Enable VSYNC field toggle mode

2014-10-27 Thread Simon Horman
koji.matsuoka...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com Acked-by: Simon Horman horms+rene...@verge.net.au Guennadi, could you consider this patch when you get a chance? --- This patch is against master branch of linuxtv.org/media_tree.git. v2 [Yoshihiro Kaneko

Re: [PATCH v2] media: soc_camera: rcar_vin: Add BT.709 24-bit RGB888 input support

2014-10-28 Thread Simon Horman
Hi Kaneko-san, Hi Sergei, On Tue, Oct 21, 2014 at 08:33:52PM +0900, Yoshihiro Kaneko wrote: Hello Sergei, 2014-10-21 19:22 GMT+09:00 Sergei Shtylyov sergei.shtyl...@cogentembedded.com: Hello. On 10/21/2014 9:08 AM, Yoshihiro Kaneko wrote: From: Koji Matsuoka

Re: [PATCH v2] media: soc_camera: rcar_vin: Add BT.709 24-bit RGB888 input support

2014-10-29 Thread Simon Horman
On Wed, Oct 29, 2014 at 02:31:41PM +0300, Sergei Shtylyov wrote: Hello. On 10/29/2014 7:11 AM, Simon Horman wrote: From: Koji Matsuoka koji.matsuoka...@renesas.com Signed-off-by: Koji Matsuoka koji.matsuoka...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com

Re: [PATCH] v4l: vsp1: Remove support for platform data

2014-11-03 Thread Simon Horman
On Thu, Oct 30, 2014 at 04:09:13PM +0200, Laurent Pinchart wrote: Now that all platforms instantiate the VSP1 through DT, platform data support isn't needed anymore. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Very nice :) Acked-by: Simon Horman horms+rene

Re: [PATCH v4] media: soc_camera: rcar_vin: Add BT.709 24-bit RGB888 input support

2014-11-12 Thread Simon Horman
On Sat, Nov 01, 2014 at 12:06:38AM +0900, Yoshihiro Kaneko wrote: From: Koji Matsuoka koji.matsuoka...@renesas.com Signed-off-by: Koji Matsuoka koji.matsuoka...@renesas.com Signed-off-by: Simon Horman horms+rene...@verge.net.au Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com Hi

Re: [PATCH] media: soc_camera: rcar_vin: Fix alignment of clipping size

2014-11-19 Thread Simon Horman
Hi, On Fri, Oct 31, 2014 at 04:40:46PM +0300, Sergei Shtylyov wrote: Hello. On 10/31/2014 12:10 PM, Yoshihiro Kaneko wrote: From: Koji Matsuoka koji.matsuoka...@renesas.com Since the Start Line Pre-Clip register, the Start Pixel Pre-Clip register and the End Line Post-Clip register do

Re: [PATCH v4 1/3] media: soc_camera: rcar_vin: Add scaling support

2014-11-27 Thread Simon Horman
Hi Guennadi, On Sun, Nov 23, 2014 at 12:45:38PM +0100, Guennadi Liakhovetski wrote: From: Koji Matsuoka koji.matsuoka...@renesas.com Signed-off-by: Koji Matsuoka koji.matsuoka...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com [g.liakhovet...@gmx.de: minor stylistic and

Re: [PATCH/RFC 4/4] soc-camera: Skip v4l2 clock registration if host doesn't provide clk ops

2015-03-16 Thread Simon Horman
Hi, On Mon, Mar 16, 2015 at 02:00:25AM +0200, Laurent Pinchart wrote: Hi Guennadi, On Sunday 15 March 2015 18:56:44 Guennadi Liakhovetski wrote: On Mon, 9 Mar 2015, Laurent Pinchart wrote: If the soc-camera host doesn't provide clock start and stop operations registering a v4l2 clock

Re: [PATCH] [media] rcar_vin: Remove obsolete r8a779x-vin platform_device_id entries

2015-06-23 Thread Simon Horman
anymore, hence remove the corresponding platform_device_id entry. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Acked-by: Simon Horman horms+rene...@verge.net.au --- drivers/media/platform/soc_camera/rcar_vin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/media

Re: [PATCH 0/3] R-Car JPEG Processing Unit

2015-07-21 Thread Simon Horman
Hi Mikhail, On Wed, Jul 22, 2015 at 04:19:53AM +0300, Mikhail Ulyanov wrote: Hi Simon, 2015-07-22 3:41 GMT+03:00 Simon Horman ho...@verge.net.au: Hi Mikhail, On Tue, Jul 21, 2015 at 05:00:19AM +0300, Mikhail Ulyanov wrote: This series of patches contains a driver for the JPEG codec

Re: [PATCH 0/3] R-Car JPEG Processing Unit

2015-07-21 Thread Simon Horman
Hi Mikhail, On Tue, Jul 21, 2015 at 05:00:19AM +0300, Mikhail Ulyanov wrote: This series of patches contains a driver for the JPEG codec integrated peripheral found in the Renesas R-Car SoCs and associated DT documentation. I am wondering if you have any plans to post patches to integrate this

Re: Renesas Lager: Device Tree entries for VIN HDMI input, version 2

2015-09-17 Thread Simon Horman
Hi William, On Thu, Aug 13, 2015 at 12:36:48PM +0100, William Towle wrote: > Version 2 ... removes some redundant configuration from device nodes, > and provides some supplementary logic for automatic initialisation of > state->pdata.default_input based on the hardware present. > >

[PATCH] rcar_jpu: add fallback compatibility string

2015-12-07 Thread Simon Horman
Add fallback compatibility string. This is in keeping with the fallback scheme being adopted wherever appropriate for drivers for Renesas SoCs. Signed-off-by: Simon Horman <horms+rene...@verge.net.au> --- Documentation/devicetree/bindings/media/renesas,jpu.txt | 13 +++-- drivers

Re: [PATCH 0/4] VSP1: Add support for lookup tables

2015-11-23 Thread Simon Horman
On Mon, Nov 16, 2015 at 06:46:41AM +0200, Laurent Pinchart wrote: > Hello, > > The VSP1 includes two lookup table modules, a 1D LUT and a 3D cubic lookup > table (CLU). This patch series fixes the LUT implementation and adds support > for the CLU. > > The patches are based on top of > >

Re: [PATCH v3 1/2] media: soc_camera: rcar_vin: add R-Car Gen 2 and 3 fallback compatibility strings

2016-03-13 Thread Simon Horman
On Fri, Mar 11, 2016 at 09:04:14AM +0100, Geert Uytterhoeven wrote: > On Fri, Mar 11, 2016 at 4:25 AM, Simon Horman > <horms+rene...@verge.net.au> wrote: > > From: Yoshihiro Kaneko <ykaneko0...@gmail.com> > > > > Add fallback compatibility string for R-

[PATCH v4 1/2] media: soc_camera: rcar_vin: add R-Car Gen 2 and 3 fallback compatibility strings

2016-03-14 Thread Simon Horman
atible with the IP blocks on SoCs within a given generation. For the above reasons and convenience when enabling new SoCs a per-generation fallback compatibility string scheme being adopted for drivers for Renesas SoCs. Signed-off-by: Yoshihiro Kaneko <ykaneko0...@gmail.com> Signed-off-by: Simon H

[PATCH v4 0/2] media: soc_camera: rcar_vin: add fallback and r8a7792 bindings

2016-03-14 Thread Simon Horman
Hi, this short series adds add fallback and r8a7792 bindings to rcar_vin. Based on media-tree/master Changes since v3: * Add Acks * Correct typo in changelog Simon Horman (1): media: soc_camera: rcar_vin: add device tree support for r8a7792 Yoshihiro Kaneko (1): media: soc_camera

[PATCH v4 2/2] media: soc_camera: rcar_vin: add device tree support for r8a7792

2016-03-14 Thread Simon Horman
in the current driver while leaving the option for r8a7792-specific driver code to be activated in an updated driver should the need arise. Signed-off-by: Simon Horman <horms+rene...@verge.net.au> Acked-by: Geert Uytterhoeven <geert+rene...@glider.be> --- v4 * s/sting/string/ in changelog * Ad

[PATCH v3 0/2] media: soc_camera: rcar_vin: add fallback and r8a7792 bindings

2016-03-10 Thread Simon Horman
Hi, this short series adds add fallback and r8a7792 bindings to rcar_vin. Based on media-tree/master Simon Horman (1): media: soc_camera: rcar_vin: add device tree support for r8a7792 Yoshihiro Kaneko (1): media: soc_camera: rcar_vin: add R-Car Gen 2 and 3 fallback compatibility

[PATCH v3 1/2] media: soc_camera: rcar_vin: add R-Car Gen 2 and 3 fallback compatibility strings

2016-03-10 Thread Simon Horman
atible with the IP blocks on SoCs within a given generation. For the above reasons and convenience when enabling new SoCs a per-generation fallback compatibility string scheme being adopted for drivers for Renesas SoCs. Signed-off-by: Yoshihiro Kaneko <ykaneko0...@gmail.com> Signed-off-by: Simon H

[PATCH v3 2/2] media: soc_camera: rcar_vin: add device tree support for r8a7792

2016-03-10 Thread Simon Horman
in the current driver while leaving the option for r8a7792-specific driver code to be activated in an updated driver should the need arise. Signed-off-by: Simon Horman <horms+rene...@verge.net.au> --- v3 * New patch --- Documentation/devicetree/bindings/media/rcar_vin.txt | 1 + 1 file changed, 1 ins

[PATCH v3 repost] media: platform: rcar_jpu, vsp1: Use ARCH_RENESAS

2016-03-24 Thread Simon Horman
Uytterhoeven <geert+rene...@glider.be> Acked-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> Acked-by: Hans Verkuil <hans.verk...@cisco.com> Signed-off-by: Simon Horman <horms+rene...@verge.net.au> --- Mauro, please consider applying this patch. Based on media-tree/mas

Re: [PATCH v2] media: rcar_vin: Use ARCH_RENESAS

2016-03-24 Thread Simon Horman
On Tue, Mar 08, 2016 at 10:03:55AM +0900, Simon Horman wrote: > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. > > This is part of an ongoing process to migrate from ARCH_SHMOBILE to > ARCH_RENESAS the motivation for which being that RENESAS seems to be a more > approp

Re: [PATCH v4 0/2] media: soc_camera: rcar_vin: add fallback and r8a7792 bindings

2016-03-24 Thread Simon Horman
On Tue, Mar 15, 2016 at 09:40:25AM +0900, Simon Horman wrote: > Hi, > > this short series adds add fallback and r8a7792 bindings to rcar_vin. > > Based on media-tree/master Hi Guennadi, I am wondering if you could consider applying this series too. It still applies cleanly on to

Re: [PATCH v2] media: platform: rcar_jpu, sh_vou, vsp1: Use ARCH_RENESAS

2016-03-02 Thread Simon Horman
On Wed, Mar 02, 2016 at 12:32:39PM +0100, Hans Verkuil wrote: > Hi Simon, > > Note that the patch subject still mentions sh_vou. > > Otherwise: > > Acked-by: Hans Verkuil [snip] On Wed, Mar 02, 2016 at 04:17:10PM +0300, Sergei Shtylyov wrote: [snip] > >v2 > >* Do

[PATCH v3] media: platform: rcar_jpu, vsp1: Use ARCH_RENESAS

2016-03-02 Thread Simon Horman
Uytterhoeven <geert+rene...@glider.be> Acked-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> Acked-by: Hans Verkuil <hans.verk...@cisco.com> Signed-off-by: Simon Horman <horms+rene...@verge.net.au> --- Based on media-tree/master v3 * Update subject to not refer to sh_vou *

[PATCH] media: sh_mobile_ceu_camera, rcar_vin: Use ARCH_RENESAS

2016-03-02 Thread Simon Horman
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Signed-off-by: Simon

[PATCH v2] media: rcar_vin: Use ARCH_RENESAS

2016-03-07 Thread Simon Horman
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Signed-off-by: Simon

[PATCH v2] media: sh_mobile_ceu_camera: Remove dependency on SUPERH

2016-03-07 Thread Simon Horman
: Geert Uytterhoeven <ge...@linux-m68k.org> Signed-off-by: Simon Horman <horms+rene...@verge.net.au> -- Based on media-tree/next v2 * Break out of a (slightly) larger patch * Re-work to drop SUPERH dependency rather than replacing ARCH_SHMOBILE with ARCH_RENESAS. --- drivers/me

Re: [PATCH] media: sh_mobile_ceu_camera, rcar_vin: Use ARCH_RENESAS

2016-03-07 Thread Simon Horman
On Mon, Mar 07, 2016 at 08:53:56AM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > Oops, seems I dropped all CCs in my earlier reply. Fixing up... > > On Mon, Mar 7, 2016 at 2:28 AM, Simon Horman <ho...@verge.net.au> wrote: > > On Thu, Mar 03, 2016 at 09:40:07AM +010

Re: [PATCH v4 8/8] r8a7791-koelsch.dts: add HDMI input

2016-05-11 Thread Simon Horman
On Wed, May 11, 2016 at 04:02:56PM +0200, Ulrich Hecht wrote: > From: Hans Verkuil > > Add support in the dts for the HDMI input. Based on the Lager dts > patch from Ultich Hecht. Please use "ARM: dts: koelsch:" as the prefix for this patch title. Thanks -- To unsubscribe

Re: [PATCH] [media] MAINTAINERS: Add entry for the Renesas VIN driver

2016-09-15 Thread Simon Horman
iklas Söderlund <niklas.soderlund+rene...@ragnatech.se> > > Acked-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> I like this a lot: Acked-by: Simon Horman <horms+rene...@verge.net.au> -- To unsubscribe from this list: send the line "unsubscribe linux-med

Re: [PATCH 1/2] ARM: dts: lager: Add entries for VIN HDMI input support

2016-09-20 Thread Simon Horman
On Sat, Sep 17, 2016 at 01:25:47PM +0300, Sergei Shtylyov wrote: > Hello. > > On 9/16/2016 4:09 PM, Ulrich Hecht wrote: > > >From: William Towle > > > >Add DT entries for vin0, vin0_pins, and adv7612. > > > >Sets the 'default-input' property for ADV7612, enabling

Re: [PATCH v2 0/3] r8a7793 Gose video input support

2016-10-20 Thread Simon Horman
Hi Ulrich, On Tue, Oct 18, 2016 at 05:02:20PM +0200, Ulrich Hecht wrote: > Hi! > > This is a by-the-datasheet implementation of analog and digital video input > on the Gose board. > > I have tried to address all concerns raised by reviewers, with the exception > of the composite input patch,

Re: [PATCH v2 2/2] ARM: dts: koelsch: add HDMI input

2016-10-20 Thread Simon Horman
On Wed, Oct 19, 2016 at 09:33:11AM +0200, Geert Uytterhoeven wrote: > On Tue, Oct 18, 2016 at 5:01 PM, Ulrich Hecht > wrote: > > From: Hans Verkuil > > > > Add support in the dts for the HDMI input. Based on the Lager dts > > patch from Ultich

Re: [PATCH v2 0/2] Renesas Lager/Koelsch HDMI input

2016-10-20 Thread Simon Horman
On Tue, Oct 18, 2016 at 06:17:25PM +0300, Laurent Pinchart wrote: > Hi Ulrich, > > Thank you for the patches. > > For the whole series, > > Reviewed-by: Laurent Pinchart Thanks, series applied with Laurent's tag. -- To unsubscribe from this list: send the

Re: [PATCH 3/4] arm: dts: renesas: add cec clock for Koelsch board

2017-08-17 Thread Simon Horman
On Mon, Aug 14, 2017 at 05:34:41PM +0200, Geert Uytterhoeven wrote: > On Sun, Jul 30, 2017 at 3:07 PM, Hans Verkuil wrote: > > From: Hans Verkuil > > Probably the one-line summary should be > > ARM: dts: koelsch: Add CEC clock for HDMI

Re: [PATCH] rcar-vin: Use of_nodes as specified by the subdev

2017-04-26 Thread Simon Horman
Hi Kieran, On Tue, Apr 25, 2017 at 03:55:00PM +0100, Kieran Bingham wrote: > From: Kieran Bingham > > The rvin_digital_notify_bound() call dereferences the subdev->dev > pointer to obtain the of_node. On some error paths, this dev node can be > set as

Re: [PATCH] rcar-vin: Use of_nodes as specified by the subdev

2017-04-26 Thread Simon Horman
On Wed, Apr 26, 2017 at 08:48:25AM +0100, Kieran Bingham wrote: > Hi Simon, > > On 26/04/17 08:23, Simon Horman wrote: > > Hi Kieran, > > > > On Tue, Apr 25, 2017 at 03:55:00PM +0100, Kieran Bingham wrote: > >> From: Kieran Bingham <

Re: [PATCH] rcar-vin: Use of_nodes as specified by the subdev

2017-04-26 Thread Simon Horman
On Wed, Apr 26, 2017 at 11:00:30AM +0200, Niklas Söderlund wrote: > Hi Simon, > > Thanks for your feedback. > > On 2017-04-26 09:23:20 +0200, Simon Horman wrote: > > Hi Kieran, > > > > On Tue, Apr 25, 2017 at 03:55:00PM +0100, Kieran Bingham wrote: > >

Re: [PATCH v2 0/3] r8a7793 Gose video input support

2017-04-27 Thread Simon Horman
On Wed, Apr 26, 2017 at 06:56:06PM +0300, Laurent Pinchart wrote: > Hi Ulrich, > > On Tuesday 21 Feb 2017 01:42:15 Laurent Pinchart wrote: > > On Thursday 20 Oct 2016 10:49:11 Simon Horman wrote: > > > On Tue, Oct 18, 2016 at 05:02:20PM +0200, Ulric

Re: [PATCH 0/5] RFC: ADV748x HDMI/Analog video receiver

2017-04-28 Thread Simon Horman
On Thu, Apr 27, 2017 at 07:25:59PM +0100, Kieran Bingham wrote: > From: Kieran Bingham > > This is an RFC for the Analog Devices ADV748x driver, and follows on from a > previous posting by Niklas Söderlund [0] of an earlier incarnation of this > driver.

Re: [PATCH v3 0/4] r8a7793 Gose video input support

2017-05-26 Thread Simon Horman
On Fri, May 19, 2017 at 03:07:00PM +0200, Ulrich Hecht wrote: > Hi! > > This is a by-the-datasheet implementation of analog and digital video input > on the Gose board. > > This revision adds new bindings that distinguish between ADV7180 variants > with three and six input ports. There are

Re: [PATCH v3 0/4] r8a7793 Gose video input support

2017-05-30 Thread Simon Horman
On Mon, May 29, 2017 at 11:08:12AM +0200, Hans Verkuil wrote: > On 05/19/2017 03:07 PM, Ulrich Hecht wrote: > >Hi! > > > >This is a by-the-datasheet implementation of analog and digital video input > >on the Gose board. > > > >This revision adds new bindings that distinguish between ADV7180

Re: [PATCH v3 0/4] r8a7793 Gose video input support

2017-05-30 Thread Simon Horman
On Fri, May 26, 2017 at 08:49:07AM +0200, Simon Horman wrote: > On Fri, May 19, 2017 at 03:07:00PM +0200, Ulrich Hecht wrote: > > Hi! > > > > This is a by-the-datasheet implementation of analog and digital video input > > on the Gose board. > > &g

Re: [PATCH v4 2/2] arm64: dts: renesas: salvator-x: Add ADV7482 support

2017-06-14 Thread Simon Horman
On Tue, Jun 13, 2017 at 01:35:08AM +0100, Kieran Bingham wrote: > From: Kieran Bingham > > Provide ADV7482, and the needed connectors > > Signed-off-by: Kieran Bingham I am marking this as deferred pending

Re: [PATCH 0/5] RFC: ADV748x HDMI/Analog video receiver

2017-05-01 Thread Simon Horman
On Fri, Apr 28, 2017 at 09:47:05AM +0100, Kieran Bingham wrote: > Hi Simon, > > On 28/04/17 08:09, Simon Horman wrote: > > On Thu, Apr 27, 2017 at 07:25:59PM +0100, Kieran Bingham wrote: > >> From: Kieran Bingham <kieran.bingham+rene...@ideasonboard.com> > >

Re: [PATCH v2 0/3] r8a7793 Gose video input support

2017-05-01 Thread Simon Horman
On Fri, Apr 28, 2017 at 11:40:20AM +0300, Laurent Pinchart wrote: > Hi Simon, > > On Friday 28 Apr 2017 07:16:24 Simon Horman wrote: > > On Wed, Apr 26, 2017 at 06:56:06PM +0300, Laurent Pinchart wrote: > > > On Tuesday 21 Feb 2017 01:42:15 Laurent Pinchart wrote: > &

Re: [PATCH 20/20] arm64: dts: renesas: salvator: use VC1 for CVBS

2017-08-30 Thread Simon Horman
On Fri, Aug 11, 2017 at 11:57:03AM +0200, Niklas Söderlund wrote: > In order to test Virtual Channels use VC1 for CVBS input from the > adv748x. > > Signed-off-by: Niklas Söderlund > --- > arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 +- > 1 file

Re: [PATCH v1.5 0/6] R-Car DU: Fix IOMMU operation when connected to VSP

2017-08-30 Thread Simon Horman
On Fri, Dec 09, 2016 at 01:35:06PM +0100, Ulrich Hecht wrote: > Hi! > > This is a slightly updated version of Laurent's series that adds the fix > suggested by Magnus Damm and connects the FCP devices on M3-W to their > IPMMU. It also drops the patches that have already been picked up in the >

Re: [PATCH 20/20] arm64: dts: renesas: salvator: use VC1 for CVBS

2017-08-30 Thread Simon Horman
On Wed, Aug 30, 2017 at 10:08:24AM +0200, Niklas Söderlund wrote: > Hi Simon, > > On 2017-08-30 09:36:37 +0200, Simon Horman wrote: > > On Fri, Aug 11, 2017 at 11:57:03AM +0200, Niklas Söderlund wrote: > > > In order to test Virtual Channels use VC1 for CVBS inpu

Re: [PATCH v1 04/10] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)

2017-11-17 Thread Simon Horman
On Wed, Nov 15, 2017 at 11:55:57AM +0100, Jacopo Mondi wrote: > Add Capture Engine Unit (CEU) node to device tree. Other patches in this series (which are not for my tree) appear to warrant updating. Accordingly I am marking this patch as "Changes Requested" and am expecting it to be reposted at

Re: [PATCH v2 1/4] dt-bindings: media: rcar_vin: Reverse SoC part number list

2017-11-17 Thread Simon Horman
;biju@bp.renesas.com> Reviewed-by: Simon Horman <horms+rene...@verge.net.au>

Re: [PATCH v2 2/4] dt-bindings: media: rcar_vin: add device tree support for r8a774[35]

2017-11-17 Thread Simon Horman
the > specific SoC as this allows SoC specific changes to the driver if > needed, in addition to document SoC support and therefore allow > checkpatch.pl to validate compatible string values. > > Signed-off-by: Fabrizio Castro <fabrizio.cas...@bp.renesas.com> > Reviewed-by: Biju Das &l

Re: [PATCH v2 1/4] dt-bindings: media: rcar_vin: Reverse SoC part number list

2017-11-20 Thread Simon Horman
;biju@bp.renesas.com> Reviewed-by: Simon Horman <horms+rene...@verge.net.au>

  1   2   >