diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-19 10:33:44 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-09-19 10:33:44 +0300 |
commit | 18aa0ddd4ca60571516ba7e41157c3f746e2036a (patch) | |
tree | 6ef943ae405db98c129d02d3b2e6e7d5a737fc9b /Documentation | |
parent | 84bbfe6b6435658132df2880258d34babe46d3e0 (diff) | |
parent | 64dce81f8c373c681e62d5ffe0397c45a35d48a2 (diff) | |
download | linux-18aa0ddd4ca60571516ba7e41157c3f746e2036a.tar.xz |
Merge tag 'for-linus-6.12-1' of https://github.com/cminyard/linux-ipmi
Pull IPMI updates from Corey Minyard:
"Some minor fixes and cleanups for IPMI. Nothing big.
Handle a bogus BMC a little better, fix autoload on some systems,
remove some deprecated interfaces from the docs"
* tag 'for-linus-6.12-1' of https://github.com/cminyard/linux-ipmi:
ipmi: docs: don't advertise deprecated sysfs entries
ipmi:ssif: Improve detecting during probing
ipmi: ipmi_ssif: fix module autoloading
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/ipmi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/ipmi.rst b/Documentation/driver-api/ipmi.rst index e224e47b6b09..dfa021eacd63 100644 --- a/Documentation/driver-api/ipmi.rst +++ b/Documentation/driver-api/ipmi.rst @@ -540,7 +540,7 @@ at module load time (for a module) with:: alerts_broken The addresses are normal I2C addresses. The adapter is the string -name of the adapter, as shown in /sys/class/i2c-adapter/i2c-<n>/name. +name of the adapter, as shown in /sys/bus/i2c/devices/i2c-<n>/name. It is *NOT* i2c-<n> itself. Also, the comparison is done ignoring spaces, so if the name is "This is an I2C chip" you can say adapter_name=ThisisanI2cchip. This is because it's hard to pass in |