Re: [PATCH] [media] dw9714: Set the v4l2 focus ctrl step as 1

2017-11-01 Thread Tomasz Figa
On Thu, Nov 2, 2017 at 1:00 PM, Tomasz Figa wrote: > Hi Sakari, > > On Thu, Aug 31, 2017 at 6:28 AM, Sakari Ailus wrote: >> Hi Rajmohan, >> >> On Wed, Aug 30, 2017 at 10:48:52AM -0700, Rajmohan Mani wrote: >>> Current v4l2 focus ctrl step value of 16, limits >>> the minimum granularity of focus p

Re: [PATCH] [media] dw9714: Set the v4l2 focus ctrl step as 1

2017-11-01 Thread Tomasz Figa
Hi Sakari, On Thu, Aug 31, 2017 at 6:28 AM, Sakari Ailus wrote: > Hi Rajmohan, > > On Wed, Aug 30, 2017 at 10:48:52AM -0700, Rajmohan Mani wrote: >> Current v4l2 focus ctrl step value of 16, limits >> the minimum granularity of focus positions to 16. >> Setting this value as 1, enables more accur

RE: [PATCH] [media] dw9714: Set the v4l2 focus ctrl step as 1

2017-08-30 Thread Mani, Rajmohan
Hi Sakari, Thanks for the review. > Subject: Re: [PATCH] [media] dw9714: Set the v4l2 focus ctrl step as 1 > > Hi Rajmohan, > > On Wed, Aug 30, 2017 at 10:48:52AM -0700, Rajmohan Mani wrote: > > Current v4l2 focus ctrl step value of 16, limits the minimum > > granul

Re: [PATCH] [media] dw9714: Set the v4l2 focus ctrl step as 1

2017-08-30 Thread Sakari Ailus
Hi Rajmohan, On Wed, Aug 30, 2017 at 10:48:52AM -0700, Rajmohan Mani wrote: > Current v4l2 focus ctrl step value of 16, limits > the minimum granularity of focus positions to 16. > Setting this value as 1, enables more accurate > focus positions. Thanks for the patch. The recommended limit for l

[PATCH] [media] dw9714: Set the v4l2 focus ctrl step as 1

2017-08-30 Thread Rajmohan Mani
Current v4l2 focus ctrl step value of 16, limits the minimum granularity of focus positions to 16. Setting this value as 1, enables more accurate focus positions. Signed-off-by: Rajmohan Mani --- drivers/media/i2c/dw9714.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a