Marneni PoornaChandu
395107a7c9
docs: driver-api: fix spelling of "buses".
...
Replace incorrect plural form "busses" with "buses" in
multiple documentation files under "Documentation/driver-api".
Signed-off-by: Marneni PoornaChandu <Poornachandumarneni@gmail.com >
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
Message-ID: <20250917220430.5815-1-Poornachandumarneni@gmail.com >
2025-09-18 10:40:46 -06:00
Praveen Balakrishnan
08effa6b77
docs: ipmi: fix spelling and grammar mistakes
...
Corrected various spelling and grammatical mistakes in
Documentation/driver-api/ipmi.rst to improve readability.
No changes to the technical content has been made.
Signed-off-by: Praveen Balakrishnan <praveen.balakrishnan@magd.ox.ac.uk >
Message-ID: <20250515234757.19710-1-praveen.balakrishnan@magd.ox.ac.uk >
Reviewed-by: Randy Dunlap <rdunlap@infradead.org >
Signed-off-by: Corey Minyard <corey@minyard.net >
2025-05-15 20:43:14 -05:00
Corey Minyard
be816bc4f8
Documentation:ipmi: Remove comments about interrupt level
...
Callbacks no longer run at interrupt level or bh, so remove those
comments.
Signed-off-by: Corey Minyard <cminyard@mvista.com >
2025-05-07 17:25:48 -05:00
Wolfram Sang
64dce81f8c
ipmi: docs: don't advertise deprecated sysfs entries
...
"i2c-adapter" class entries are deprecated since 2009. Switch to the
proper location.
Reported-by: Heiner Kallweit <hkallweit1@gmail.com >
Closes: https://lore.kernel.org/r/80c4a898-5867-4162-ac85-bdf7c7c68746@gmail.com
Fixes: 259307074b ("ipmi: Add SMBus interface driver (SSIF)")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Message-Id: <20240901090211.3797-2-wsa+renesas@sang-engineering.com >
Signed-off-by: Corey Minyard <corey@minyard.net >
2024-09-01 14:35:35 -05:00
Corey Minyard
b81a817af1
ipmi: Add docs for the IPMI IPMB driver
...
Describe how to use the IPMI IPMB driver, including it's quirks.
Signed-off-by: Corey Minyard <minyard@acm.org >
Tested-by: Andrew Manley <andrew.manley@sealingtech.com >
Reviewed-by: Andrew Manley <andrew.manley@sealingtech.com >
2021-10-05 06:54:17 -05:00
Corey Minyard
ddf58738f5
ipmi: Add docs for IPMB direct addressing
...
Describe the addressing mechanism and how to use it.
Signed-off-by: Corey Minyard <minyard@acm.org >
Tested-by: Andrew Manley <andrew.manley@sealingtech.com >
Reviewed-by: Andrew Manley <andrew.manley@sealingtech.com >
2021-10-05 06:54:17 -05:00
Linus Torvalds
11030fe96b
Merge tag 'for-linus-5.9-1' of git://github.com/cminyard/linux-ipmi
...
Pull IPMI updates from Corey Minyard:
"Minor cleanups to the IPMI driver for 5.9
Nothing of any major consequence. Duplicate code, some missing \n's in
sysfs files, some documentation and comment changes"
* tag 'for-linus-5.9-1' of git://github.com/cminyard/linux-ipmi:
ipmi/watchdog: add missing newlines when printing parameters by sysfs
ipmi: remve duplicate code in __ipmi_bmc_register()
ipmi: ssif: Remove finished TODO comment about SMBus alert
Doc: driver-api: ipmi: Add description of alerts_broken module param
2020-08-08 09:32:18 -07:00
Alexander A. Klimov
8a74c93d15
docs: ipmi: Replace HTTP links with HTTPS ones
...
Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.
Deterministic algorithm:
For each file:
If not .svg:
For each line:
If doesn't contain `\bxmlns\b`:
For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
If both the HTTP and HTTPS versions
return 200 OK and serve the same content:
Replace HTTP with HTTPS.
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de >
Link: https://lore.kernel.org/r/20200708202417.22375-1-grandmaster@al2klimov.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-07-13 11:32:15 -06:00
Misono Tomohiro
c8e0506f88
Doc: driver-api: ipmi: Add description of alerts_broken module param
...
Add description about alerts_broken module parameter of ipmi_ssif driver
which skips enabling SMBus alert during setup.
Signed-off-by: Misono Tomohiro <misono.tomohiro@jp.fujitsu.com >
Message-Id: <20200624065405.17653-3-misono.tomohiro@jp.fujitsu.com >
Signed-off-by: Corey Minyard <cminyard@mvista.com >
2020-06-24 06:41:36 -05:00
Mauro Carvalho Chehab
b25fc491cb
docs: move IPMI.txt to the driver API book
...
The IPMI is under drivers/char. This doc describes the kAPI
part of the IPMI (mainly).
So, move it to the driver-api directory and add it to the
corresponding index.rst file.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org >
Link: https://lore.kernel.org/r/ae4edbc6753dc522cb93de36800978e3b58e0cfb.1588345503.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2020-05-15 11:55:04 -06:00