2019-07-26 12:51:16 +00:00
|
|
|
=========================
|
2005-04-16 22:20:36 +00:00
|
|
|
Kernel driver i2c-adm8111
|
2019-07-26 12:51:16 +00:00
|
|
|
=========================
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
Supported adapters:
|
|
|
|
* AMD-8111 SMBus 2.0 PCI interface
|
|
|
|
|
|
|
|
Datasheets:
|
|
|
|
AMD datasheet not yet available, but almost everything can be found
|
2006-12-10 20:21:28 +00:00
|
|
|
in the publicly available ACPI 2.0 specification, which the adapter
|
2005-04-16 22:20:36 +00:00
|
|
|
follows.
|
|
|
|
|
|
|
|
Author: Vojtech Pavlik <vojtech@suse.cz>
|
|
|
|
|
|
|
|
Description
|
|
|
|
-----------
|
|
|
|
|
2019-07-26 12:51:16 +00:00
|
|
|
If you see something like this::
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2019-07-26 12:51:16 +00:00
|
|
|
00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
|
|
|
|
Subsystem: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0
|
|
|
|
Flags: medium devsel, IRQ 19
|
|
|
|
I/O ports at d400 [size=32]
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2019-07-26 12:51:16 +00:00
|
|
|
in your ``lspci -v``, then this driver is for your chipset.
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
Process Call Support
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
Supported.
|
|
|
|
|
|
|
|
SMBus 2.0 Support
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
Supported. Both PEC and block process call support is implemented. Slave
|
|
|
|
mode or host notification are not yet implemented.
|
|
|
|
|
|
|
|
Notes
|
|
|
|
-----
|
|
|
|
|
|
|
|
Note that for the 8111, there are two SMBus adapters. The SMBus 2.0 adapter
|
|
|
|
is supported by this driver, and the SMBus 1.0 adapter is supported by the
|
|
|
|
i2c-amd756 driver.
|