Home
last modified time | relevance | path

Searched hist:e154bf6fbfc167426ee938111a5ffa36bd8541a1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-piix4.cdiff e154bf6fbfc167426ee938111a5ffa36bd8541a1 Tue Jul 24 07:13:56 CDT 2012 Andrew Armenia <andrew@asquaredlabs.com> i2c-piix4: Separate registration and probing code

Some chipsets have multiple sets of SMBus registers each controlling a
separate SMBus. Supporting these chipsets properly will require registering
multiple I2C adapters for one piix4.

The code to initialize and register the i2c_adapter structure has been
separated from piix4_probe and allows registration of a piix4 adapter
given its base address. Note that the i2c_adapter and i2c_piix4_adapdata
structures are now dynamically allocated.

Signed-off-by: Andrew Armenia <andrew@asquaredlabs.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>