Sorry, this was not meant to be sent to the mailing list yet, please ignore. On 05.12.23 09:33, Javier Carrasco wrote: > Updated version of my modifications. From my side the series is ready > for a new version to send upstream. > > Feel free to add any improvements or discuss any of my modifications. > > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> > --- > Changes in v2: > - Drop IIO_CHAN_INFO_PEAK_SCALE. It was discussed with Jonathan Cameron > and this modifier will only be required if its value overrides the > _SCALE value. > - Document the new _TROUGH modifier. > - Fix heater configuration order: config value and then enable. > > --- > Javier Carrasco (2): > iio: core: introduce trough modifier for minimum values > iio: ABI: document temperature and humidity peak/trough raw attributes > > Li peiyu (2): > dt-bindings: iio: humidity: Add TI HDC302x support > iio: humidity: Add driver for TI HDC302x humidity sensors > > Documentation/ABI/testing/sysfs-bus-iio | 13 +- > .../bindings/iio/humidity/ti,hdc3020.yaml | 55 +++ > MAINTAINERS | 8 + > drivers/iio/humidity/Kconfig | 12 + > drivers/iio/humidity/Makefile | 1 + > drivers/iio/humidity/hdc3020.c | 468 +++++++++++++++++++++ > drivers/iio/industrialio-core.c | 1 + > include/linux/iio/types.h | 1 + > 8 files changed, 558 insertions(+), 1 deletion(-) > --- > base-commit: 33cc938e65a98f1d29d0a18403dbbee050dcad9a > change-id: 20231130-hdc302x-59b8a9c312b0 > > Best regards,