Re: [PATCH v8 23/28] rcar-vin: parse Gen3 OF and setup media graph

2017-12-04 Thread Hans Verkuil
On 11/29/2017 08:43 PM, Niklas Söderlund wrote: > Parse the VIN Gen3 OF graph and register all CSI-2 devices in the VIN > group common media device. Once all CSI-2 subdevices are added to the > common media device create links between them. > > The parsing and registering CSI-2 subdevices with

Re: [PATCH v8 23/28] rcar-vin: parse Gen3 OF and setup media graph

2017-11-30 Thread Niklas Söderlund
Hi, There is one error in this patch. A left over from moving the video device registration from probe() to the async callbacks, see bellow. I will await further feedback before resending but will include this fix in the next version. On 2017-11-29 20:43:37 +0100, Niklas Söderlund wrote: >

[PATCH v8 23/28] rcar-vin: parse Gen3 OF and setup media graph

2017-11-29 Thread Niklas Söderlund
Parse the VIN Gen3 OF graph and register all CSI-2 devices in the VIN group common media device. Once all CSI-2 subdevices are added to the common media device create links between them. The parsing and registering CSI-2 subdevices with the v4l2 async framework is a collaborative effort shared