Message ID | 20220727083004.5684-1-W_Armin@gmx.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | hwmon: (dell-smm) Improve documentation | expand |
On Wed, Jul 27, 2022 at 10:30:04AM +0200, Armin Wolf wrote: > Notify users of this driver that each pwmX > attribute controls fan number X, meaning that > probing of pwm channels is unnecessary. > > Signed-off-by: Armin Wolf <W_Armin@gmx.de> Applied. Thanks, Guenter > --- > Documentation/hwmon/dell-smm-hwmon.rst | 3 +++ > 1 file changed, 3 insertions(+) > > -- > 2.30.2 > > diff --git a/Documentation/hwmon/dell-smm-hwmon.rst b/Documentation/hwmon/dell-smm-hwmon.rst > index e5d85e40972c..d8f1d6859b96 100644 > --- a/Documentation/hwmon/dell-smm-hwmon.rst > +++ b/Documentation/hwmon/dell-smm-hwmon.rst > @@ -46,6 +46,9 @@ temp[1-10]_input RO Temperature reading in milli-degrees > temp[1-10]_label RO Temperature sensor label. > =============================== ======= ======================================= > > +Due to the nature of the SMM interface, each pwmX attribute controls > +fan number X. > + > Disabling automatic BIOS fan control > ------------------------------------
diff --git a/Documentation/hwmon/dell-smm-hwmon.rst b/Documentation/hwmon/dell-smm-hwmon.rst index e5d85e40972c..d8f1d6859b96 100644 --- a/Documentation/hwmon/dell-smm-hwmon.rst +++ b/Documentation/hwmon/dell-smm-hwmon.rst @@ -46,6 +46,9 @@ temp[1-10]_input RO Temperature reading in milli-degrees temp[1-10]_label RO Temperature sensor label. =============================== ======= ======================================= +Due to the nature of the SMM interface, each pwmX attribute controls +fan number X. + Disabling automatic BIOS fan control ------------------------------------
Notify users of this driver that each pwmX attribute controls fan number X, meaning that probing of pwm channels is unnecessary. Signed-off-by: Armin Wolf <W_Armin@gmx.de> --- Documentation/hwmon/dell-smm-hwmon.rst | 3 +++ 1 file changed, 3 insertions(+) -- 2.30.2