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)
59 - Mark Studebaker <mdsxyz123@yahoo.com>
60 - Jean Delvare <jdelvare@suse.de>
64 -----------------
82 -----------
86 Intel's '810' chipset for Celeron-based PCs, '810E' chipset for
87 Pentium-based PCs, '815E' chipset, and others.
102 The ICH chips are quite similar to Intel's PIIX4 chip, at least in the
107 --------------------
113 ----------------------
119 -----------------
125 -----------------
131 ----------------
139 The first thing to try is the "i2c-scmi" ACPI driver. It could be that the
141 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
142 don't try to unhide the ICH SMBus. Even if i2c-scmi doesn't work, you
145 find a thermal zone with type "acpitz", it's likely that the ACPI is
146 accessing the SMBus and it's safer not to unhide it. Only once you are
153 and you think there's something interesting on the SMBus (e.g. a
157 host bridge PCI device. Get yours with ``lspci -n -v -s 00:00.0``::
162 Memory at fc000000 (32-bit, prefetchable) [size=32M]
167 (Asus) and the subdevice ID is 80f2 (P4P800-X). You can find the symbolic
176 Note: There's a useful script in lm_sensors 2.10.2 and later, named
179 kernel. It's very convenient if you just want to check if there's
183 ----------------------------------------------------------------------------