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