[PATCH] hwmon: (dell-smm) Improve documentation

Armin Wolf posted 1 patch 3 years, 8 months ago
Documentation/hwmon/dell-smm-hwmon.rst | 3 +++
1 file changed, 3 insertions(+)
[PATCH] hwmon: (dell-smm) Improve documentation
Posted by Armin Wolf 3 years, 8 months ago
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(+)

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
 ------------------------------------

--
2.30.2
Re: [PATCH] hwmon: (dell-smm) Improve documentation
Posted by Guenter Roeck 3 years, 8 months ago
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
>  ------------------------------------