Message ID | 20220108205319.2046348-1-liambeguin@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | iio: afe: add temperature rescaling support | expand |
On Sat, Jan 8, 2022 at 10:53 PM Liam Beguin <liambeguin@gmail.com> wrote: > > Jonathan, Peter, Andy, > > I left out IIO_VAL_INT overflows for now, so that I can focus on getting > the rest of these changes pulled in, but I don't mind adding a patch for > that later on. > > This series focuses on adding temperature rescaling support to the IIO > Analog Front End (AFE) driver. > > The first few patches address minor bugs in IIO inkernel functions, and > prepare the AFE driver for the additional features. > > The main changes to the AFE driver include an initial Kunit test suite, > support for IIO_VAL_INT_PLUS_{NANO,MICRO} scales, and support for RTDs > and temperature transducer sensors. > > My apologies Andy for misunderstanding your left-shift comments, I don't > know where my head was at... Thanks for your patience! For the patches 1-5 Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Jonathan, perhaps you may apply them, so Liam will have less burden in the near future.
On Sun, 9 Jan 2022 15:10:36 +0200 Andy Shevchenko <andy.shevchenko@gmail.com> wrote: > On Sat, Jan 8, 2022 at 10:53 PM Liam Beguin <liambeguin@gmail.com> wrote: > > > > Jonathan, Peter, Andy, > > > > I left out IIO_VAL_INT overflows for now, so that I can focus on getting > > the rest of these changes pulled in, but I don't mind adding a patch for > > that later on. > > > > This series focuses on adding temperature rescaling support to the IIO > > Analog Front End (AFE) driver. > > > > The first few patches address minor bugs in IIO inkernel functions, and > > prepare the AFE driver for the additional features. > > > > The main changes to the AFE driver include an initial Kunit test suite, > > support for IIO_VAL_INT_PLUS_{NANO,MICRO} scales, and support for RTDs > > and temperature transducer sensors. > > > > My apologies Andy for misunderstanding your left-shift comments, I don't > > know where my head was at... Thanks for your patience! > > For the patches 1-5 > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > > Jonathan, perhaps you may apply them, so Liam will have less burden in > the near future. > done, Patches 1-5 applied to the togreg branch of iio.git and pushed out as testing for 0-day to see if it can find anything we missed. I've marked the fixes for stable, but am taking these the slow way (via next merge window) so as to keep things simple for applying the rest of the series later this cycle. I got a bit lost in the discussion but seems there are some minor requests for changes so I guess I'll see a v13 of patches 6-12. Thanks, Jonathan
On Sun, 30 Jan 2022 14:39:33 +0000 Jonathan Cameron <jic23@kernel.org> wrote: > On Sun, 9 Jan 2022 15:10:36 +0200 > Andy Shevchenko <andy.shevchenko@gmail.com> wrote: > > > On Sat, Jan 8, 2022 at 10:53 PM Liam Beguin <liambeguin@gmail.com> wrote: > > > > > > Jonathan, Peter, Andy, > > > > > > I left out IIO_VAL_INT overflows for now, so that I can focus on getting > > > the rest of these changes pulled in, but I don't mind adding a patch for > > > that later on. > > > > > > This series focuses on adding temperature rescaling support to the IIO > > > Analog Front End (AFE) driver. > > > > > > The first few patches address minor bugs in IIO inkernel functions, and > > > prepare the AFE driver for the additional features. > > > > > > The main changes to the AFE driver include an initial Kunit test suite, > > > support for IIO_VAL_INT_PLUS_{NANO,MICRO} scales, and support for RTDs > > > and temperature transducer sensors. > > > > > > My apologies Andy for misunderstanding your left-shift comments, I don't > > > know where my head was at... Thanks for your patience! > > > > For the patches 1-5 > > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > > > > Jonathan, perhaps you may apply them, so Liam will have less burden in > > the near future. > > > done, Patches 1-5 applied to the togreg branch of iio.git and pushed out > as testing for 0-day to see if it can find anything we missed. > > I've marked the fixes for stable, but am taking these the slow way > (via next merge window) so as to keep things simple for applying the > rest of the series later this cycle. > > I got a bit lost in the discussion but seems there are some minor > requests for changes so I guess I'll see a v13 of patches 6-12. 6-16 that is! > > Thanks, > > Jonathan > >
Hi Jonathan, On Sun, Jan 30, 2022 at 02:39:33PM +0000, Jonathan Cameron wrote: > On Sun, 9 Jan 2022 15:10:36 +0200 > Andy Shevchenko <andy.shevchenko@gmail.com> wrote: > > > On Sat, Jan 8, 2022 at 10:53 PM Liam Beguin <liambeguin@gmail.com> wrote: > > > > > > Jonathan, Peter, Andy, > > > > > > I left out IIO_VAL_INT overflows for now, so that I can focus on getting > > > the rest of these changes pulled in, but I don't mind adding a patch for > > > that later on. > > > > > > This series focuses on adding temperature rescaling support to the IIO > > > Analog Front End (AFE) driver. > > > > > > The first few patches address minor bugs in IIO inkernel functions, and > > > prepare the AFE driver for the additional features. > > > > > > The main changes to the AFE driver include an initial Kunit test suite, > > > support for IIO_VAL_INT_PLUS_{NANO,MICRO} scales, and support for RTDs > > > and temperature transducer sensors. > > > > > > My apologies Andy for misunderstanding your left-shift comments, I don't > > > know where my head was at... Thanks for your patience! > > > > For the patches 1-5 > > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > > > > Jonathan, perhaps you may apply them, so Liam will have less burden in > > the near future. > > > done, Patches 1-5 applied to the togreg branch of iio.git and pushed out > as testing for 0-day to see if it can find anything we missed. > > I've marked the fixes for stable, but am taking these the slow way > (via next merge window) so as to keep things simple for applying the > rest of the series later this cycle. Thanks for taking these in. > I got a bit lost in the discussion but seems there are some minor > requests for changes so I guess I'll see a v13 of patches 6-12. I'm rebasing what's left on top of your to-greg branch, and will send out v13 today. Cheers, Liam > Thanks, > > Jonathan > >