On Mon, 24 Jun 2024 15:49:36 +0300 Alisa-Dariana Roman <alisadariana@xxxxxxxxx> wrote: > From: David Lechner <dlechner@xxxxxxxxxxxx> > > This makes use of the new devm_regulator_get_enable_read_voltage() > function to reduce boilerplate code. > > Error messages have changed slightly since there are now fewer places > where we print an error. The rest of the logic of selecting which > supply to use as the reference voltage remains the same. > > Also 1000 is replaced by MILLI in a few places for consistency. > > Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx> > Signed-off-by: Alisa-Dariana Roman <alisa.roman@xxxxxxxxxx> On basis of nibbling away at outstanding patch sets to reduce the size of v7 (assuming there is one) I'm going to pick up what I can now. Basically we have a lot in flight and it's coming to the end of this cycle so I want to be able to focus on the bits that need more eyes! Applied this patch to the togreg branch of iio.git and pushed out as testing for 0-day to poke at it. Thanks, Jonathan