Re: [PATCH v3 3/3] iio: adc: add new lp8788 adc driver

2012-08-16 Thread Lars-Peter Clausen
On 08/16/2012 09:39 AM, Kim, Milo wrote: > Patch v3. > (a) Delete unnecessary blank line of description > (b) Sort alphabetical order for header > (c) Replace udelay() with usleep_range() > (d) Change read_raw() in case of scale and offset > : result can be calculated as raw * (scaleint +

[PATCH v3 3/3] iio: adc: add new lp8788 adc driver

2012-08-16 Thread Kim, Milo
Patch v3. (a) Delete unnecessary blank line of description (b) Sort alphabetical order for header (c) Replace udelay() with usleep_range() (d) Change read_raw() in case of scale and offset : result can be calculated as raw * (scaleint + scalepart * 100) + offset. (scale: micro unit)

[PATCH v3 3/3] iio: adc: add new lp8788 adc driver

2012-08-16 Thread Kim, Milo
Patch v3. (a) Delete unnecessary blank line of description (b) Sort alphabetical order for header (c) Replace udelay() with usleep_range() (d) Change read_raw() in case of scale and offset : result can be calculated as raw * (scaleint + scalepart * 100) + offset. (scale: micro unit)

Re: [PATCH v3 3/3] iio: adc: add new lp8788 adc driver

2012-08-16 Thread Lars-Peter Clausen
On 08/16/2012 09:39 AM, Kim, Milo wrote: Patch v3. (a) Delete unnecessary blank line of description (b) Sort alphabetical order for header (c) Replace udelay() with usleep_range() (d) Change read_raw() in case of scale and offset : result can be calculated as raw * (scaleint + scalepart