Re: [PATCH 5/5] rcar_vin: add devicetree support

2014-03-30 Thread Guennadi Liakhovetski
Hi Ben, Since I never received a reply to this my query, I consider this your patch series suspended. Thanks Guennadi On Sat, 8 Mar 2014, Guennadi Liakhovetski wrote: Hi Ben, On Fri, 7 Mar 2014, Ben Dooks wrote: Add support for devicetree probe for the rcar-vin driver. Thanks for

Re: [PATCH 5/5] rcar_vin: add devicetree support

2014-03-30 Thread Ben Dooks
On 30/03/14 22:04, Guennadi Liakhovetski wrote: Hi Ben, Since I never received a reply to this my query, I consider this your patch series suspended. Thanks Guennadi I meant to send out a patch series for the of probe for soc_camera. The actual rcar_vin does not need much to support async

Re: [PATCH 5/5] rcar_vin: add devicetree support

2014-03-30 Thread Guennadi Liakhovetski
On Sun, 30 Mar 2014, Ben Dooks wrote: On 30/03/14 22:04, Guennadi Liakhovetski wrote: Hi Ben, Since I never received a reply to this my query, I consider this your patch series suspended. Thanks Guennadi I meant to send out a patch series for the of probe for soc_camera. The

Re: [PATCH 5/5] rcar_vin: add devicetree support

2014-03-30 Thread Ben Dooks
On 30/03/14 22:17, Guennadi Liakhovetski wrote: On Sun, 30 Mar 2014, Ben Dooks wrote: On 30/03/14 22:04, Guennadi Liakhovetski wrote: Hi Ben, Since I never received a reply to this my query, I consider this your patch series suspended. Thanks Guennadi I meant to send out a patch series

Re: [PATCH 5/5] rcar_vin: add devicetree support

2014-03-08 Thread Guennadi Liakhovetski
Hi Ben, On Fri, 7 Mar 2014, Ben Dooks wrote: Add support for devicetree probe for the rcar-vin driver. Thanks for the patch. I'm afraid I don't quite understand how it is supposed to work though. AFAICS, the rcar_vin driver currently doesn't support asynchronous probing, so, your code is

[PATCH 5/5] rcar_vin: add devicetree support

2014-03-07 Thread Ben Dooks
Add support for devicetree probe for the rcar-vin driver. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk --- .../devicetree/bindings/media/rcar_vin.txt | 79 ++ drivers/media/platform/soc_camera/rcar_vin.c | 67 -- 2 files changed, 140

Re: [PATCH 5/5] rcar_vin: add devicetree support

2014-03-07 Thread Geert Uytterhoeven
On Fri, Mar 7, 2014 at 2:01 PM, Ben Dooks ben.do...@codethink.co.uk wrote: +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt +family of devices. The current blocks are always slaves and suppot one input support Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

Re: [PATCH 5/5] rcar_vin: add devicetree support

2014-03-07 Thread Sergei Shtylyov
Hello. On 03/07/2014 04:01 PM, Ben Dooks wrote: Add support for devicetree probe for the rcar-vin driver. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk --- .../devicetree/bindings/media/rcar_vin.txt | 79 ++ drivers/media/platform/soc_camera/rcar_vin.c