RE: [PATCH v5] dw9714: Initial driver for dw9714 VCM

2017-05-26 Thread Mani, Rajmohan
; Toivonen, Tuukka > > Subject: Re: [PATCH v5] dw9714: Initial driver for dw9714 VCM > > Hi Rajmohan, > > Thankd for the update. A few more comments I missed earlier. > > On Thu, May 25, 2017 at 06:50:35PM -0700, Rajmohan Mani wrote: > > DW9714 is a 10 bit DAC, des

Re: [PATCH v5] dw9714: Initial driver for dw9714 VCM

2017-05-26 Thread Sakari Ailus
Hi Rajmohan, Thankd for the update. A few more comments I missed earlier. On Thu, May 25, 2017 at 06:50:35PM -0700, Rajmohan Mani wrote: > DW9714 is a 10 bit DAC, designed for linear > control of voice coil motor. > > This driver creates a V4L2 subdevice and > provides control to set the desired

[PATCH v5] dw9714: Initial driver for dw9714 VCM

2017-05-25 Thread Rajmohan Mani
DW9714 is a 10 bit DAC, designed for linear control of voice coil motor. This driver creates a V4L2 subdevice and provides control to set the desired focus. Signed-off-by: Rajmohan Mani --- Changes in v5: - Addressed review comments from Tomasz, Sakari and Sylwester on v4 of this