RE: [PATCH v2 0/7] iio: temperature: ltc2983: Add support for ADT7604
From: Stan, Liviu
Date: Fri May 15 2026 - 02:42:56 EST
After taking a look at the sashiko review I have seen some mistakes:
- in patch 1, the base_reg identifier declaration is missing, this is
added in patch 7 but should be here
- in patch 2, in __ltc2983_chan_assign_common, the dev pointer
is initialized but the modification of the dev_dbg() call is missing.
Same as before, this is added in patch 7 but should be here
- in patch 3, some "chan" and "chann" occurrences were missed
- in patch 5, IIO_COVERAGE_PERCENT should also be added to
the event_is_known() switch statement
These will be fixed in v3, but I will wait for other reviews before
I send it.
Thanks,
Liviu