diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-05-31 18:55:37 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-06-10 18:13:41 +0200 |
commit | 25dff444c6cb122eed08e328ddc9698f3b3d2ca9 (patch) | |
tree | 46e1bbd917f923295c8ee634f92e086253d79b09 /Documentation/hwmon | |
parent | hwmon: (spd5118) Add suspend/resume support (diff) | |
download | linux-25dff444c6cb122eed08e328ddc9698f3b3d2ca9.tar.xz linux-25dff444c6cb122eed08e328ddc9698f3b3d2ca9.zip |
hwmon: (spd5118) Add support for reading SPD data
Add support for reading SPD NVMEM data from SPD5118 (Jedec JESD300)
compliant memory modules. NVMEM write operation is not supported.
NVMEM support is optional. If CONFIG_NVMEM is disabled, the driver will
still instantiate but not provide NVMEM attribute files.
Reviewed-by: Thomas Weißschuh <linux@weissschuh.net>
Tested-by: Armin Wolf <W_Armin@gmx.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/spd5118.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/hwmon/spd5118.rst b/Documentation/hwmon/spd5118.rst index a15d75aa2066..ef7338f46575 100644 --- a/Documentation/hwmon/spd5118.rst +++ b/Documentation/hwmon/spd5118.rst @@ -53,3 +53,11 @@ temp1_crit_alarm Temperature critical alarm Alarm attributes are sticky until read and will be cleared afterwards unless the alarm condition still applies. + + +SPD (Serial Presence Detect) support +------------------------------------ + +The driver also supports reading the SPD NVRAM on SPD5118 compatible chips. +SPD data is available from the 'eeprom' binary attribute file attached to the +chip's I2C device. |