Lines Matching +full:soc +full:- +full:s

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)
27 * Intel Avoton (SOC)
31 * Intel BayTrail (SOC)
32 * Intel Braswell (SOC)
35 * Intel DNV (SOC)
36 * Intel Broxton (SOC)
38 * Intel Gemini Lake (SOC)
45 * Intel Jasper Lake (SOC)
49 * Intel Meteor Lake (SOC and PCH)
50 * Intel Birch Stream (SOC)
51 * Intel Arrow Lake (SOC)
52 * Intel Panther Lake (SOC)
60 - Mark Studebaker <[email protected]>
61 - Jean Delvare <[email protected]>
65 -----------------
83 -----------
87 Intel's '810' chipset for Celeron-based PCs, '810E' chipset for
88 Pentium-based PCs, '815E' chipset, and others.
103 The ICH chips are quite similar to Intel's PIIX4 chip, at least in the
108 --------------------
114 ----------------------
120 -----------------
126 -----------------
132 ----------------
140 The first thing to try is the "i2c-scmi" ACPI driver. It could be that the
142 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
143 don't try to unhide the ICH SMBus. Even if i2c-scmi doesn't work, you
146 find a thermal zone with type "acpitz", it's likely that the ACPI is
147 accessing the SMBus and it's safer not to unhide it. Only once you are
154 and you think there's something interesting on the SMBus (e.g. a
158 host bridge PCI device. Get yours with ``lspci -n -v -s 00:00.0``::
163 Memory at fc000000 (32-bit, prefetchable) [size=32M]
168 (Asus) and the subdevice ID is 80f2 (P4P800-X). You can find the symbolic
177 Note: There's a useful script in lm_sensors 2.10.2 and later, named
180 kernel. It's very convenient if you just want to check if there's
184 ----------------------------------------------------------------------------