linux/drivers/hwmon
Guenter Roeck 72cbdddcc1 hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUs
So far, we use the NM10 Express Chipset PCI chip ID to detect TjMax for
Atom CPUs with model 0x1c. As it turns out, we can use the CPU stepping
(x86_mask) for the same purpose; stepping is 10 for all model 0x1c CPUs
with TjMax of 100 degrees C. This was verified by checking the output of
/proc/cpuinfo for the respective CPUs (D4xx, D5xx, N4xx, N5xx).

Other CPUs currently covered by the same code (Exx, Z6xx, Z2460) are not
supported by the NM10 Express Chipset. Most of those CPUs have TjMax of 90
degrees C, except for E6xxT models which have a TjMax of 110 degrees C.
E6xxT CPUs can however not be detected by software.

Calculate TjMax for Atom CPUs as follows. Note that the listed values are not
correct in some cases (230, 330). tjmax_table is used for those to override
the default values.

ID	Stepping	TjMax		Models
0x1c	10		100		D4xx, N4xx, D5xx, N5xx
0x1c	not 10		90		Z5xx, N2xx, 230, 330, others
0x26	-		90		Atom Tunnel Creek (Exx),
					Lincroft (Z6xx)
0x27	-		90		Atom Medfield (Z2460)
0x36	-		100		Atom Cedar Trail (N2xxx, D2xxx)

Also drop the module dependency on PCI.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Jean Delvare <khali@linux-fr.org>
2012-12-05 10:55:54 -08:00
..
pmbus hwmon: (pmbus) remove CONFIG_EXPERIMENTAL 2012-10-14 15:21:33 -07:00
abituguru.c hwmon: (abituguru) Convert to use devm_ functions 2012-09-23 21:08:29 -07:00
abituguru3.c hwmon: (abituguru3) Convert to use devm_ functions 2012-09-23 21:08:29 -07:00
acpi_power_meter.c hwmon: Add missing inclusions of <linux/err.h> 2012-10-10 15:25:56 +02:00
ad7314.c hwmon: (ad7314) Convert to use devm_ functions 2012-09-23 21:08:29 -07:00
ad7414.c hwmon: (ad7414) Convert to use devm_ functions 2012-09-23 21:08:29 -07:00
ad7418.c hwmon: (ad7418) Convert to use devm_ functions 2012-09-23 21:08:29 -07:00
adcxx.c hwmon: (adcxx) Simplify show_name function 2012-09-23 21:08:35 -07:00
adm1021.c hwmon: (adm1021) Convert to use devm_ functions 2012-07-21 21:48:39 -07:00
adm1025.c
adm1026.c hwmon: (adm1026) Convert to use devm_ functions 2012-07-21 21:48:39 -07:00
adm1029.c hwmon: (adm1029) Convert to use devm_ functions 2012-09-23 21:08:29 -07:00
adm1031.c hwmon: (adm1031) Convert to use devm_ functions 2012-07-21 21:48:39 -07:00
adm9240.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
ads1015.c hwmon: (ads1015) Convert to use devm_ functions 2012-09-23 21:08:30 -07:00
ads7828.c hwmon: (ads7828) add support for ADS7830 2012-12-05 10:55:54 -08:00
ads7871.c hwmon: (ads7871) Convert to use devm_ functions 2012-09-23 21:08:30 -07:00
adt7410.c hwmon: (adt7410) handle errors from adt7410_update_device() 2012-09-23 21:08:33 -07:00
adt7411.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
adt7462.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
adt7470.c hwmon: (adt7470) Convert to use devm_ functions 2012-09-23 21:08:30 -07:00
adt7475.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
amc6821.c hwmon: (amc6821) Convert to use devm_ functions 2012-09-23 21:08:30 -07:00
applesmc.c hwmon: Add missing inclusions of <linux/err.h> 2012-10-10 15:25:56 +02:00
asb100.c hwmon: Fix chip feature table headers 2012-11-05 21:54:40 +01:00
asc7621.c hwmon: (asc7621) Convert to use devm_ functions 2012-07-21 21:48:40 -07:00
asus_atk0110.c hwmon: Add missing inclusions of <linux/err.h> 2012-10-10 15:25:56 +02:00
atxp1.c hwmon: (atxp1) Convert to use devm_ functions 2012-07-21 21:48:39 -07:00
coretemp.c hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUs 2012-12-05 10:55:54 -08:00
da9052-hwmon.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
dme1737.c hwmon: (dme1737) Convert to use devm_ functions 2012-09-23 21:08:30 -07:00
ds620.c hwmon: (ds620) Convert to use devm_ functions 2012-09-23 21:08:31 -07:00
ds1621.c hwmon: (ds1621) Convert to use devm_ functions 2012-07-21 21:48:39 -07:00
emc6w201.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
emc1403.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
emc2103.c hwmon: (emc2103) Convert to use devm_ functions 2012-09-23 21:08:31 -07:00
f71805f.c
f71882fg.c hwmon: (f71882fg) Convert to use devm_ functions 2012-09-23 21:08:31 -07:00
f75375s.c hwmon: (f75375s) Convert to use devm_ functions 2012-09-23 21:08:31 -07:00
fam15h_power.c x86,AMD: Power driver support for AMD's family 16h processors 2012-12-05 10:54:41 -08:00
fschmd.c
g760a.c hwmon: (g760a) Convert to use devm_ functions 2012-09-23 21:08:31 -07:00
gl518sm.c hwmon: (gl518sm) Convert to use devm_ functions 2012-07-21 21:48:39 -07:00
gl520sm.c hwmon: (gl520sm) Convert to use devm_ functions 2012-07-21 21:48:40 -07:00
gpio-fan.c hwmon: Only include of_match_table with CONFIG_OF_GPIO 2012-11-01 17:31:20 -07:00
hih6130.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
hwmon-vid.c
hwmon.c
i5k_amb.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
ibmaem.c hwmon: Add missing inclusions of <linux/err.h> 2012-10-10 15:25:56 +02:00
ibmpex.c hwmon: Add missing inclusions of <linux/err.h> 2012-10-10 15:25:56 +02:00
ina2xx.c hwmon: (ina2xx) use module_i2c_driver to simplify the code 2012-12-05 10:55:54 -08:00
it87.c
jc42.c hwmon: (jc42) Don't reset hysteresis on device removal 2012-07-27 13:59:22 -07:00
jz4740-hwmon.c hwmon: (jz4740-hwmon) Convert to use devm_ functions 2012-09-23 21:08:33 -07:00
k8temp.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
k10temp.c
Kconfig hwmon: (coretemp) Drop dependency on PCI for TjMax detection on Atom CPUs 2012-12-05 10:55:54 -08:00
lineage-pem.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
lm63.c hwmon: (lm63) Convert to use devm_ functions 2012-07-21 21:48:40 -07:00
lm70.c hwmon: (lm70) Simplify show_name function 2012-09-23 21:08:35 -07:00
lm73.c
lm75.c hwmon: (lm75) Convert to use devm_ functions 2012-07-21 21:48:40 -07:00
lm75.h
lm77.c hwmon: (lm77) Convert to use devm_ functions 2012-07-21 21:48:40 -07:00
lm78.c
lm80.c hwmon: (lm80) Convert to use devm_ functions 2012-07-21 21:48:40 -07:00
lm83.c
lm85.c hwmon: (lm85) Convert to use devm_ functions 2012-07-21 21:48:40 -07:00
lm87.c hwmon: (lm87) Convert to use devm_ functions 2012-07-21 21:48:40 -07:00
lm90.c hwmon: (lm90) Convert to use devm_ functions 2012-07-21 21:48:38 -07:00
lm92.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
lm93.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
lm95241.c hwmon: (lm95241) Convert to use devm_ functions 2012-09-23 21:08:31 -07:00
lm95245.c hwmon: (lm95245) Convert to use devm_ functions 2012-09-23 21:08:31 -07:00
ltc4151.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
ltc4215.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
ltc4245.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
ltc4261.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
Makefile Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into thermal 2012-10-09 01:35:52 -04:00
max197.c hwmon: add Maxim MAX197 support 2012-09-23 21:08:33 -07:00
max1111.c hwmon: (max1111) Add support for MAX1110, MAX1112, and MAX1113 2012-09-23 21:08:34 -07:00
max1619.c hwmon: Update Alexey Fisher's name 2012-10-10 15:25:56 +02:00
max1668.c hwmon: (max1668) Convert to use devm_ functions 2012-09-23 21:08:32 -07:00
max6639.c
max6642.c hwmon: Update Alexey Fisher's name 2012-10-10 15:25:56 +02:00
max6650.c
max16065.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
mc13783-adc.c
mcp3021.c hwmon: (mcp3021) Add MCP3221 support 2012-09-23 21:08:36 -07:00
ntc_thermistor.c hwmon: (ntc_thermistor) Ensure that data->name string is terminated 2012-07-21 21:48:44 -07:00
pc87360.c
pc87427.c hwmon: (pc87427) Convert to use devm_ functions 2012-07-21 21:48:41 -07:00
pcf8591.c hwmon: (pcf8591) Convert to use devm_ functions 2012-07-21 21:48:41 -07:00
s3c-hwmon.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
sch56xx-common.c hwmon: (sch56xx-common) Fix build warnings 2012-09-23 21:08:29 -07:00
sch56xx-common.h
sch5627.c hwmon: (sch5627) Convert to use devm_ functions 2012-09-23 21:08:32 -07:00
sch5636.c hwmon: (sch5636) Convert to use devm_ functions 2012-09-23 21:08:32 -07:00
sht15.c hwmon: (sht15) move header to linux/platform_data/ 2012-09-23 21:08:35 -07:00
sht21.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
sis5595.c hwmon: (sis5595) Convert to use devm_ functions 2012-07-21 21:48:42 -07:00
smm665.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
smsc47b397.c hwmon: (smsc47b397) Convert to use devm_ functions 2012-07-21 21:48:43 -07:00
smsc47m1.c hwmon: (smsc47m1) Convert to use devm_ functions 2012-07-21 21:48:43 -07:00
smsc47m192.c hwmon: (smsc47m192) Convert to use devm_ functions 2012-07-21 21:48:43 -07:00
thmc50.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
tmp102.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
tmp401.c hwmon: (tmp401) Convert to use devm_ functions 2012-07-21 21:48:42 -07:00
tmp421.c hwmon: (tmp421) Convert to use devm_ functions 2012-07-21 21:48:42 -07:00
twl4030-madc-hwmon.c hwmon: (twl4030-madc-hwmon) Initialize uninitialized structure elements 2012-09-11 21:16:27 -07:00
ultra45_env.c hwmon: Add missing inclusions of <linux/err.h> 2012-10-10 15:25:56 +02:00
via-cputemp.c hwmon: (via-cputemp) Convert to use devm_ functions 2012-09-23 21:08:33 -07:00
via686a.c hwmon: (via686a) Convert to use devm_ functions 2012-07-21 21:48:42 -07:00
vt1211.c hwmon: (vt1211) Convert to use devm_ functions 2012-07-21 21:48:42 -07:00
vt8231.c hwmon: (vt8231) Convert to use devm_ functions 2012-09-23 21:08:33 -07:00
w83l785ts.c hwmon: (w83l785ts) Convert to use devm_ functions 2012-07-21 21:48:43 -07:00
w83l786ng.c hwmon: Fix chip feature table headers 2012-11-05 21:54:40 +01:00
w83627ehf.c hwmon: (w83627ehf) Force initial bank selection 2012-11-05 21:54:39 +01:00
w83627hf.c hwmon: Fix chip feature table headers 2012-11-05 21:54:40 +01:00
w83781d.c hwmon: Fix chip feature table headers 2012-11-05 21:54:40 +01:00
w83791d.c hwmon: Fix chip feature table headers 2012-11-05 21:54:40 +01:00
w83792d.c hwmon: Fix chip feature table headers 2012-11-05 21:54:40 +01:00
w83793.c hwmon: Add missing inclusions of <linux/jiffies.h> 2012-10-10 15:25:56 +02:00
w83795.c hwmon: Drop needless includes of <linux/delay.h> 2012-10-10 15:25:57 +02:00
wm831x-hwmon.c
wm8350-hwmon.c