1 ========================= 2 Kernel driver i2c-adm8111 3 ========================= 4 5 Supported adapters: 6 * AMD-8111 SMBus 2.0 PCI interface 7 8 Datasheets: 9 AMD datasheet not yet available, but almost everything can be found 10 in the publicly available ACPI 2.0 specification, which the adapter 11 follows. 12 13 Author: Vojtech Pavlik <vojtech@suse.cz> 14 15 Description 16 ----------- 17 18 If you see something like this:: 19 20 00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02) 21 Subsystem: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 22 Flags: medium devsel, IRQ 19 23 I/O ports at d400 [size=32] 24 25 in your ``lspci -v``, then this driver is for your chipset. 26 27 Process Call Support 28 -------------------- 29 30 Supported. 31 32 SMBus 2.0 Support 33 ----------------- 34 35 Supported. Both PEC and block process call support is implemented. Slave 36 mode or host notification are not yet implemented. 37 38 Notes 39 ----- 40 41 Note that for the 8111, there are two SMBus adapters. The SMBus 2.0 adapter 42 is supported by this driver, and the SMBus 1.0 adapter is supported by the 43 i2c-amd756 driver.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.