diff options
author | 2025-04-21 08:15:39 -0700 | |
---|---|---|
committer | 2025-04-24 08:49:08 -0700 | |
commit | f9e4d8bb6aea69aa38e2ef312945408c935feba1 (patch) | |
tree | b9b3b228565530f2cf84e107f114e00f77eca8e6 | |
parent | drm/xe/hwmon: Fix kernel version documentation for temperature (diff) | |
download | wireguard-linux-f9e4d8bb6aea69aa38e2ef312945408c935feba1.tar.xz wireguard-linux-f9e4d8bb6aea69aa38e2ef312945408c935feba1.zip |
drm/xe/hwmon: Fix kernel version documentation for fan speed
The version in the sysfs attribute should correspond to the version in
which this is enabled and visible for end users. It usually doesn't
correspond to the version in which the patch was developed, but rather a
release that will contain it. Update them to 6.16.
Fixes: 28f79ac609de ("drm/xe/hwmon: expose fan speed")
Reported-by: Ulisses Furquim <ulisses.furquim@intel.com>
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/4841
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Raag Jadav <raag.jadav@intel.com>
Link: https://lore.kernel.org/r/20250421-hwmon-doc-fix-v1-2-9f68db702249@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon b/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon index 6fbab98fb639..4ca917ac6382 100644 --- a/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon +++ b/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon @@ -127,7 +127,7 @@ Description: RO. VRAM temperature in millidegree Celsius. What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/fan1_input Date: March 2025 -KernelVersion: 6.14 +KernelVersion: 6.16 Contact: intel-xe@lists.freedesktop.org Description: RO. Fan 1 speed in RPM. @@ -135,7 +135,7 @@ Description: RO. Fan 1 speed in RPM. What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/fan2_input Date: March 2025 -KernelVersion: 6.14 +KernelVersion: 6.16 Contact: intel-xe@lists.freedesktop.org Description: RO. Fan 2 speed in RPM. @@ -143,7 +143,7 @@ Description: RO. Fan 2 speed in RPM. What: /sys/bus/pci/drivers/xe/.../hwmon/hwmon<i>/fan3_input Date: March 2025 -KernelVersion: 6.14 +KernelVersion: 6.16 Contact: intel-xe@lists.freedesktop.org Description: RO. Fan 3 speed in RPM. |