root/lm-sensors/trunk/doc/busses/i2c-amd8111 @ 1658

Revision 1658, 1.1 KB (checked in by mds, 11 years ago)

compile fixes for i2c-amd8111.c, and add support in mkpatch.

Patch from

Vojtech Pavlik <vojtech@…>

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Kernel driver `i2c-adm8111.o'
2
3Status: Slightly tested.
4
5Supported adapters:
6    * AMD-8111 SMBus 2.0 PCI interface
7
8Datasheets:
9        AMD datasheet not yet available, but almost everything can be found in
10        publically available ACPI 2.0 specification, which the adapter follows.
11
12Author: Vojtech Pavlik <vojtech@suse.cz>
13
14Module Parameters
15-----------------
16
17None.
18
19Description
20-----------
21
22If you see something like this:
23
2400:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
25        Subsystem: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0
26        Flags: medium devsel, IRQ 19
27        I/O ports at d400 [size=32]
28
29in your 'lspci -v', then this driver is for your chipset.
30
31Process Call Support
32--------------------
33
34Supported.
35
36SMBus 2.0 Support
37-----------------
38
39Supported. Both PEC and block process call support is implemented.
40Slave mode or host notification are not yet implemented.
41
42Notes
43-----
44
45Note that for the 8111, there are two SMBus adapters. The SMBus 2.0 adapter is
46supported by this driver, and the SMBus 1.0 adapter is supported
47by the i2c-amd756 driver.
Note: See TracBrowser for help on using the browser.