Commit c3d0868
committed
i2c: i801: Remove usage of I2C_CLASS_SPD
JIRA: https://issues.redhat.com/browse/RHEL-47426
commit 780868f
Author: Heiner Kallweit <hkallweit1@gmail.com>
Date: Mon Apr 15 22:47:55 2024 +0200
i2c: i801: Remove usage of I2C_CLASS_SPD
Only remaining client driver supporting I2C_CLASS_SPD is jc42. This
type of thermal sensor can be found on several DDR3/DDR4 modules.
i2c_register_spd() instantiates also such thermal sensor i2c devices.
Since 893fef0 ("i2c: i801: Call i2c_register_spd for muxed child
segments") i2c_register_spd() is called also for the remaining use case,
systems with muxed SMBUS segments for SPD EEPROMs.
Therefore I2C_CLASS_SPD class-based instantiation isn't needed any longer
in this driver, so remove it.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: David Arcari <darcari@redhat.com>1 parent c82cd8f commit c3d0868
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | 269 | | |
271 | 270 | | |
272 | 271 | | |
| |||
1319 | 1318 | | |
1320 | 1319 | | |
1321 | 1320 | | |
1322 | | - | |
1323 | 1321 | | |
1324 | 1322 | | |
1325 | 1323 | | |
| |||
1328 | 1326 | | |
1329 | 1327 | | |
1330 | 1328 | | |
1331 | | - | |
1332 | 1329 | | |
1333 | 1330 | | |
1334 | 1331 | | |
| |||
1438 | 1435 | | |
1439 | 1436 | | |
1440 | 1437 | | |
1441 | | - | |
1442 | 1438 | | |
1443 | 1439 | | |
1444 | 1440 | | |
| |||
0 commit comments