Re: [PATCH v5 02/13] media: v4l2-fwnode: add v4l2_fwnode_connector

2019-04-12 Thread Marco Felsch
Hi Hans, On 19-04-12 14:17, Hans Verkuil wrote: > On 4/5/19 8:03 AM, Marco Felsch wrote: > > Currently every driver needs to parse the connector endpoints by it self. > > This is the initial work to make this generic. The generic connector has > > some common fields and some connector specific par

Re: [PATCH v5 02/13] media: v4l2-fwnode: add v4l2_fwnode_connector

2019-04-12 Thread Hans Verkuil
On 4/5/19 8:03 AM, Marco Felsch wrote: > Currently every driver needs to parse the connector endpoints by it self. > This is the initial work to make this generic. The generic connector has > some common fields and some connector specific parts. The generic one > includes: > - type > - label >

Re: [PATCH v5 02/13] media: v4l2-fwnode: add v4l2_fwnode_connector

2019-04-10 Thread Marco Felsch
Hi Jacopo, On 19-04-05 14:43, Jacopo Mondi wrote: > Hi Marco, > > On Fri, Apr 05, 2019 at 08:03:06AM +0200, Marco Felsch wrote: > > Currently every driver needs to parse the connector endpoints by it self. > > This is the initial work to make this generic. The generic connector has > > some commo

Re: [PATCH v5 02/13] media: v4l2-fwnode: add v4l2_fwnode_connector

2019-04-05 Thread Jacopo Mondi
Hi Marco, On Fri, Apr 05, 2019 at 08:03:06AM +0200, Marco Felsch wrote: > Currently every driver needs to parse the connector endpoints by it self. > This is the initial work to make this generic. The generic connector has > some common fields and some connector specific parts. The generic one > i

[PATCH v5 02/13] media: v4l2-fwnode: add v4l2_fwnode_connector

2019-04-04 Thread Marco Felsch
Currently every driver needs to parse the connector endpoints by it self. This is the initial work to make this generic. The generic connector has some common fields and some connector specific parts. The generic one includes: - type - label - remote_port (the port where the connector is conn