Re: [PATCH 4/4] iio: humidity: hdc3020: add reset management

From: Jonathan Cameron
Date: Sat Feb 24 2024 - 13:26:04 EST


On Tue, 20 Feb 2024 22:14:58 +0100
Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> wrote:

> The HDC3020 provides an active low reset signal that must be handled if
> connected. Asserting this signal turns the device into Trigger-on Demand
> measurement mode, reducing its power consumption when no measurements
> are required like in low-power modes.
>
> According to the datasheet, the longest "Reset Ready" is 3 ms, which is
> only taken into account if the reset signal is defined.
>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
Rest of this series looks good to me.

Hopefully you'll soon have a sensible base and can drop patch 1.
Ideal is Greg takes my pull request shortly and I rebase the tree
asap so that I can get a clean base for a second pull request late
this week. The aim is 1 week in linux-next (usually in via char-misc
not my tree) before the merge window opens. So busy week ;)

Thanks,

Jonathan