0001 =========================
0002 Kernel driver i2c-adm8111
0003 =========================
0004
0005 Supported adapters:
0006 * AMD-8111 SMBus 2.0 PCI interface
0007
0008 Datasheets:
0009 AMD datasheet not yet available, but almost everything can be found
0010 in the publicly available ACPI 2.0 specification, which the adapter
0011 follows.
0012
0013 Author: Vojtech Pavlik <vojtech@suse.cz>
0014
0015 Description
0016 -----------
0017
0018 If you see something like this::
0019
0020 00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
0021 Subsystem: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0
0022 Flags: medium devsel, IRQ 19
0023 I/O ports at d400 [size=32]
0024
0025 in your ``lspci -v``, then this driver is for your chipset.
0026
0027 Process Call Support
0028 --------------------
0029
0030 Supported.
0031
0032 SMBus 2.0 Support
0033 -----------------
0034
0035 Supported. Both PEC and block process call support is implemented. Slave
0036 mode or host notification are not yet implemented.
0037
0038 Notes
0039 -----
0040
0041 Note that for the 8111, there are two SMBus adapters. The SMBus 2.0 adapter
0042 is supported by this driver, and the SMBus 1.0 adapter is supported by the
0043 i2c-amd756 driver.