Searched hist:"14 a8086d27ad9761d505489d5a239f21cd67ef0f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-piix4.c | diff 14a8086d27ad9761d505489d5a239f21cd67ef0f Tue Jul 24 07:13:56 CDT 2012 Andrew Armenia <andrew@asquaredlabs.com> i2c-piix4: Eliminate piix4_smba global variable
Some chipsets have multiple sets of piix4-compatible SMBus registers. Eliminating the global variable will allow these chipsets to be fully supported.
Return value from piix4_setup and piix4_sb800_setup now returns the smba value detected. This is stored in a struct i2c_piix4_adapdata. Thus the global variable is eliminated.
Signed-off-by: Andrew Armenia <andrew@asquaredlabs.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
|