diff options
Diffstat (limited to 'Documentation/hwmon')
| -rw-r--r-- | Documentation/hwmon/coretemp | 1 | ||||
| -rw-r--r-- | Documentation/hwmon/fam15h_power | 2 | ||||
| -rw-r--r-- | Documentation/hwmon/submitting-patches | 3 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/hwmon/coretemp b/Documentation/hwmon/coretemp index c86b50c03ea..f17256f069b 100644 --- a/Documentation/hwmon/coretemp +++ b/Documentation/hwmon/coretemp @@ -105,6 +105,7 @@ Process		Processor					TjMax(C)  		330/230						125  		E680/660/640/620				90  		E680T/660T/640T/620T				110 +		CE4170/4150/4110				110  45nm		Core2 Processors  		Solo ULV SU3500/3300				100 diff --git a/Documentation/hwmon/fam15h_power b/Documentation/hwmon/fam15h_power index a92918e0bd6..80654813d04 100644 --- a/Documentation/hwmon/fam15h_power +++ b/Documentation/hwmon/fam15h_power @@ -10,7 +10,7 @@ Supported chips:    BIOS and Kernel Developer's Guide (BKDG) For AMD Family 15h Processors      (not yet published) -Author: Andreas Herrmann <andreas.herrmann3@amd.com> +Author: Andreas Herrmann <herrmann.der.user@googlemail.com>  Description  ----------- diff --git a/Documentation/hwmon/submitting-patches b/Documentation/hwmon/submitting-patches index 790f774a303..843751c41fe 100644 --- a/Documentation/hwmon/submitting-patches +++ b/Documentation/hwmon/submitting-patches @@ -60,8 +60,7 @@ increase the chances of your change being accepted.  * Add the driver to Kconfig and Makefile in alphabetical order. -* Make sure that all dependencies are listed in Kconfig. For new drivers, it -  is most likely prudent to add a dependency on EXPERIMENTAL. +* Make sure that all dependencies are listed in Kconfig.  * Avoid forward declarations if you can. Rearrange the code if necessary.  |