mbox series

[v3,0/2] iio: temperature: mlx90632: Add extended calibration calculations

Message ID 20200807232104.1256119-1-cmo@melexis.com (mailing list archive)
Headers show
Series iio: temperature: mlx90632: Add extended calibration calculations | expand

Message

Crt Mori Aug. 7, 2020, 11:21 p.m. UTC
Since the second patch is dependent on the first and was still not
merged, I have decided to send them together. First patch just makes
second one more readable as it splits out the repeated calculation and
that enables the second patch to tweak the variable to the new
condition.

Crt Mori (2):
  iio:temperature:mlx90632: Reduce number of equal calulcations
  iio:temperature:mlx90632: Adding extended calibration option

 drivers/iio/temperature/mlx90632.c | 233 +++++++++++++++++++++++++++--
 1 file changed, 223 insertions(+), 10 deletions(-)

Comments

Andy Shevchenko Aug. 8, 2020, 10:29 a.m. UTC | #1
On Sat, Aug 8, 2020 at 2:22 AM Crt Mori <cmo@melexis.com> wrote:
>
> Since the second patch is dependent on the first and was still not
> merged, I have decided to send them together. First patch just makes
> second one more readable as it splits out the repeated calculation and
> that enables the second patch to tweak the variable to the new
> condition.

Neither here nor in the individual patches I haven't found a changelog.

> Crt Mori (2):
>   iio:temperature:mlx90632: Reduce number of equal calulcations
>   iio:temperature:mlx90632: Adding extended calibration option
>
>  drivers/iio/temperature/mlx90632.c | 233 +++++++++++++++++++++++++++--
>  1 file changed, 223 insertions(+), 10 deletions(-)
>
> --
> 2.25.1
>