]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: (spd5118) Add support for reading SPD data
authorGuenter Roeck <linux@roeck-us.net>
Fri, 31 May 2024 16:55:37 +0000 (09:55 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 10 Jun 2024 16:13:41 +0000 (09:13 -0700)
commit25dff444c6cb122eed08e328ddc9698f3b3d2ca9
tree46e1bbd917f923295c8ee634f92e086253d79b09
parentd1b4c755081a50b4ce21cd03c38f9176aa41f21e
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>
Documentation/hwmon/spd5118.rst
drivers/hwmon/spd5118.c