Re: [PATCH v2 12/13] staging: iio: ad2s1200: Add scaling factor for angle channel

2018-04-21 Thread Jonathan Cameron
On Fri, 20 Apr 2018 21:31:48 +0200 David Veenstra wrote: > A fractional scaling factor of approximately 2 * Pi / (2^12 -1) is added, > to scale the 12-bits angular position to radians. > > Signed-off-by: David Veenstra > --- > Changes in v2: > - This patch replaces the patch that changed the

[PATCH v2 12/13] staging: iio: ad2s1200: Add scaling factor for angle channel

2018-04-20 Thread David Veenstra
A fractional scaling factor of approximately 2 * Pi / (2^12 -1) is added, to scale the 12-bits angular position to radians. Signed-off-by: David Veenstra --- Changes in v2: - This patch replaces the patch that changed the the channel for angular position to inclination channel. driver