diff options
author | 2023-11-14 15:13:28 +0100 | |
---|---|---|
committer | 2024-01-18 21:10:42 +0100 | |
commit | 13e3a512a29001cab68fe9a0c12be94e6d42a10c (patch) | |
tree | 12dd8a490091500b721b6ae196e81c7fd444caa8 /scripts/gdb/linux/tasks.py | |
parent | i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126 (diff) | |
download | wireguard-linux-13e3a512a29001cab68fe9a0c12be94e6d42a10c.tar.xz wireguard-linux-13e3a512a29001cab68fe9a0c12be94e6d42a10c.zip |
i2c: smbus: Support up to 8 SPD EEPROMs
I originally restricted i2c_register_spd() to only support systems
with up to 4 memory slots, so that we can experiment with it on
a limited numbers of systems. It's been more than 3 years and it
seems to work just fine, so the time has come to lift this arbitrary
limitation.
The maximum number of memory slots which can be connected to a single
I2C segment is 8, so support that many SPD EEPROMs. Any system with
more than 8 memory slots would have either multiple SMBus channels
or SMBus multiplexing, so it would need dedicated care. We'll get to
that later as needed.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions