Re: [PATCH] iio: light: acpi-als: Add a tuning parameter interface.

2016-09-10 Thread Jonathan Cameron
On 06/09/16 17:48, Enric Balletbo Serra wrote: > Hi Lars, > > 2016-09-06 12:31 GMT+02:00 Lars-Peter Clausen : >> On 09/06/2016 12:25 PM, Enric Balletbo i Serra wrote: >>> From: Bryan Freed >>> >>> Add IIO_CHAN_INFO_CALIBSCALE to the channel to scale up or down >>> the raw measurements through the

Re: [PATCH] iio: light: acpi-als: Add a tuning parameter interface.

2016-09-06 Thread Enric Balletbo Serra
Hi Lars, 2016-09-06 12:31 GMT+02:00 Lars-Peter Clausen : > On 09/06/2016 12:25 PM, Enric Balletbo i Serra wrote: >> From: Bryan Freed >> >> Add IIO_CHAN_INFO_CALIBSCALE to the channel to scale up or down >> the raw measurements through the IIO framework. >> >> Add IIO_CHAN_INFO_PROCESSED to provi

Re: [PATCH] iio: light: acpi-als: Add a tuning parameter interface.

2016-09-06 Thread Lars-Peter Clausen
On 09/06/2016 12:25 PM, Enric Balletbo i Serra wrote: > From: Bryan Freed > > Add IIO_CHAN_INFO_CALIBSCALE to the channel to scale up or down > the raw measurements through the IIO framework. > > Add IIO_CHAN_INFO_PROCESSED to provide the interface to read the > scaled measurements through the i

[PATCH] iio: light: acpi-als: Add a tuning parameter interface.

2016-09-06 Thread Enric Balletbo i Serra
From: Bryan Freed Add IIO_CHAN_INFO_CALIBSCALE to the channel to scale up or down the raw measurements through the IIO framework. Add IIO_CHAN_INFO_PROCESSED to provide the interface to read the scaled measurements through the in_illuminance_input file. Signed-off-by: Bryan Freed Signed-off-by