Lines Matching +full:i2c +full:- +full:controller +full:- +full:id

2 Kernel driver i2c-i801
7 * Intel 82801AA and 82801AB (ICH and ICH0 - part of the
9 * Intel 82801BA (ICH2 - part of the '815E' chipset)
51 On Intel Patsburg and later chipsets, both the normal host SMBus controller
55 - Mark Studebaker <mdsxyz123@yahoo.com>
56 - Jean Delvare <jdelvare@suse.de>
60 -----------------
71 0x08 disable the I2C block read functionality
78 -----------
82 Intel's '810' chipset for Celeron-based PCs, '810E' chipset for
83 Pentium-based PCs, '815E' chipset, and others.
92 00:1f.2 USB Controller: Intel Corporation: Unknown device 2412 (rev 01)
95 The SMBus controller is function 3 in device 1f. Class 0c05 is SMBus Serial
96 Controller.
99 SMBus controller.
103 --------------------
108 I2C Block Read Support
109 ----------------------
111 I2C block read is supported on the 82801EB (ICH5) and later chips.
115 -----------------
121 -----------------
127 ----------------
135 The first thing to try is the "i2c-scmi" ACPI driver. It could be that the
137 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
138 don't try to unhide the ICH SMBus. Even if i2c-scmi doesn't work, you
153 host bridge PCI device. Get yours with ``lspci -n -v -s 00:00.0``::
158 Memory at fc000000 (32-bit, prefetchable) [size=32M]
162 Here the host bridge ID is 2570 (82865G/PE/P), the subvendor ID is 1043
163 (Asus) and the subdevice ID is 80f2 (P4P800-X). You can find the symbolic
164 names for the bridge ID and the subvendor ID in include/linux/pci_ids.h,
165 and then add a case for your subdevice ID at the right place in
179 ----------------------------------------------------------------------------