diff mbox series

hwmon: (dell-smm) Improve documentation

Message ID 20220727083004.5684-1-W_Armin@gmx.de (mailing list archive)
State Accepted
Headers show
Series hwmon: (dell-smm) Improve documentation | expand

Commit Message

Armin Wolf July 27, 2022, 8:30 a.m. UTC
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

Comments

Guenter Roeck July 27, 2022, 12:59 p.m. UTC | #1
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 mbox series

Patch

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