On Thu, 7 Dec 2023 20:30:42 +0200 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > On Thu, Dec 07, 2023 at 06:46:29PM +0200, Petre Rodan wrote: > > Adds driver for digital Honeywell TruStability HSC and SSC series > > pressure and temperature sensors. > > Communication is one way. The sensor only requires 4 bytes worth of > > clock pulses on both i2c and spi in order to push the data out. > > The i2c address is hardcoded and depends on the part number. > > There is no additional GPIO control. > > code is now based on iio/togreg > > There is room to improve, but I think it's good enough to be included and > amended later on if needed. That's almost always true :) > > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Thanks Applied to the togreg branch of iio.git and pushed out as testing for 0-day to poke at it and see if it can find anything we missed. Thanks, Jonathan