i2c-amd8111 1020 B

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