Re: [PATCH v6 1/3] media: i2c: ov772x: Parse endpoint properties

2020-10-01 Thread Sakari Ailus
On Wed, Sep 30, 2020 at 01:19:40PM +0100, Lad, Prabhakar wrote: > HI Sakari, > > Thank you for the review. > > On Wed, Sep 30, 2020 at 12:45 PM Sakari Ailus > wrote: > > > > Hi Prabhakar, > > > > On Thu, Sep 17, 2020 at 06:42:22PM +0100, Lad Prabhakar wrote: > > > Parse endpoint properties using

Re: [PATCH v6 1/3] media: i2c: ov772x: Parse endpoint properties

2020-09-30 Thread Lad, Prabhakar
HI Sakari, Thank you for the review. On Wed, Sep 30, 2020 at 12:45 PM Sakari Ailus wrote: > > Hi Prabhakar, > > On Thu, Sep 17, 2020 at 06:42:22PM +0100, Lad Prabhakar wrote: > > Parse endpoint properties using v4l2_fwnode_endpoint_alloc_parse() > > to determine the bus type and store it in the

Re: [PATCH v6 1/3] media: i2c: ov772x: Parse endpoint properties

2020-09-30 Thread Sakari Ailus
Hi Prabhakar, On Thu, Sep 17, 2020 at 06:42:22PM +0100, Lad Prabhakar wrote: > Parse endpoint properties using v4l2_fwnode_endpoint_alloc_parse() > to determine the bus type and store it in the driver structure. > > Set bus_type to V4L2_MBUS_PARALLEL as it's the only supported one > > Signed-off

Re: [PATCH v6 1/3] media: i2c: ov772x: Parse endpoint properties

2020-09-30 Thread Jacopo Mondi
Hi On Thu, Sep 17, 2020 at 06:42:22PM +0100, Lad Prabhakar wrote: > Parse endpoint properties using v4l2_fwnode_endpoint_alloc_parse() > to determine the bus type and store it in the driver structure. > > Set bus_type to V4L2_MBUS_PARALLEL as it's the only supported one > > Signed-off-by: Lad Prab

[PATCH v6 1/3] media: i2c: ov772x: Parse endpoint properties

2020-09-17 Thread Lad Prabhakar
Parse endpoint properties using v4l2_fwnode_endpoint_alloc_parse() to determine the bus type and store it in the driver structure. Set bus_type to V4L2_MBUS_PARALLEL as it's the only supported one Signed-off-by: Lad Prabhakar --- drivers/media/i2c/ov772x.c | 34 +