Re: [RFC 4/5] media: i2c: ov5670: Report the camera location

2019-08-15 Thread Sakari Ailus
Hi Jacopo, On Wed, Aug 14, 2019 at 10:28:14PM +0200, Jacopo Mondi wrote: > The camera location is retrieved from the firmware interface parsing > the "location" device property and reported through the read-only > V4L2_CID_LOCATION control. > > Signed-off-by: Jacopo Mondi > --- > drivers/media/

Re: [RFC 4/5] media: i2c: ov5670: Report the camera location

2019-08-14 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wed, Aug 14, 2019 at 10:28:14PM +0200, Jacopo Mondi wrote: > The camera location is retrieved from the firmware interface parsing > the "location" device property and reported through the read-only > V4L2_CID_LOCATION control. > > Signed-off-by: Jacopo Mond

[RFC 4/5] media: i2c: ov5670: Report the camera location

2019-08-14 Thread Jacopo Mondi
The camera location is retrieved from the firmware interface parsing the "location" device property and reported through the read-only V4L2_CID_LOCATION control. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/ov5670.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/me