Re: [RFC PATCH v2 3/3] hwmon: (adt7475) temperature smoothing

From: Chris Packham
Date: Wed May 03 2017 - 04:14:20 EST


On 03/05/17 12:40, Chris Packham wrote:
> When enabled temperature smoothing allows ramping the fan speed over a
> configurable period of time instead of jumping to the new speed
> instantaneously.
>
> Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
> ---
> Changes in v2:
> - use a single tempN_smoothing attribute
>
> Documentation/hwmon/adt7475 | 4 ++
> drivers/hwmon/adt7475.c | 99 +++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 103 insertions(+)

I've had some feedback internally on this patch around making
show_temp_st() smaller and using "enh_acoustics" instead of "enh_acou".
I'll wait for a while to see if there's any more feedback from the list
before sending out v3.