All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: temperature: mlx90632: Add extended calibration calculations
@ 2020-08-07  9:19 Crt Mori
  2020-08-07  9:29 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Crt Mori @ 2020-08-07  9:19 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio, linux-kernel, Crt Mori

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 | 235 +++++++++++++++++++++++++++--
 1 file changed, 225 insertions(+), 10 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/2] iio: temperature: mlx90632: Add extended calibration calculations
  2020-08-07  9:19 [PATCH 0/2] iio: temperature: mlx90632: Add extended calibration calculations Crt Mori
@ 2020-08-07  9:29 ` Andy Shevchenko
  2020-08-07  9:32   ` Crt Mori
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2020-08-07  9:29 UTC (permalink / raw)
  To: Crt Mori; +Cc: Jonathan Cameron, linux-iio, Linux Kernel Mailing List

On Fri, Aug 7, 2020 at 12:22 PM 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.
>

When at it, bump the version relative to the maximum of all patches
involved, like v2 should be for all patches in this series.
So, there is -v<X> option to git format-patch to help with this.



--
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/2] iio: temperature: mlx90632: Add extended calibration calculations
  2020-08-07  9:29 ` Andy Shevchenko
@ 2020-08-07  9:32   ` Crt Mori
  0 siblings, 0 replies; 3+ messages in thread
From: Crt Mori @ 2020-08-07  9:32 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Jonathan Cameron, linux-iio, Linux Kernel Mailing List

On Fri, 7 Aug 2020 at 11:29, Andy Shevchenko <andy.shevchenko@gmail.com> wrote:
>
> On Fri, Aug 7, 2020 at 12:22 PM 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.
> >
>
> When at it, bump the version relative to the maximum of all patches
> involved, like v2 should be for all patches in this series.
> So, there is -v<X> option to git format-patch to help with this.

Thanks for the heads-up. I was doing this by hand so far :/

I assume there will be some comments, so I will follow this in future
submissions.

>
>
> --
> With Best Regards,
> Andy Shevchenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-07  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  9:19 [PATCH 0/2] iio: temperature: mlx90632: Add extended calibration calculations Crt Mori
2020-08-07  9:29 ` Andy Shevchenko
2020-08-07  9:32   ` Crt Mori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.