Re: [PATCH v4 2/2] hwmon: (tmp401) Add support of three advanced features

From: Guenter Roeck
Date: Sun Apr 24 2022 - 00:38:03 EST


On Thu, Apr 14, 2022 at 09:58:23AM +0200, Camel Guo wrote:
> tmp401 driver supports TMP401, TMP411 and TMP43X temperature sensors.
> According to their datasheet:
> - all of them support extended temperature range feature;
> - TMP411 and TPM43X support n-factor correction feature;
> - TMP43X support beta compensation feature.
>
> In order to support setting them during bootup, this commit reads
> ti,extended-range-enable, ti,n-factor and ti,beta-compensation and set
> the corresponding registers during probing.
>
> Signed-off-by: Camel Guo <camel.guo@xxxxxxxx>

Applied to hwmon-next.

Thanks,
Guenter