diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-19 11:48:32 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-19 11:48:32 -0700 |
commit | e80bd270ec2838699fd598844fe20d20c2b766dd (patch) | |
tree | af397210439a5eb26604b8affcc4dae54c83bbae /Documentation | |
parent | ccfc27302cdd82529500f3712841f30a62d19aaf (diff) | |
parent | 1102dcab849313bd5a340b299b5cf61b518fbc0f (diff) | |
download | op-kernel-dev-e80bd270ec2838699fd598844fe20d20c2b766dd.zip op-kernel-dev-e80bd270ec2838699fd598844fe20d20c2b766dd.tar.gz |
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon fixes from Guenter Roeck:
"Drop some leftover dependencies on CONFIG_EXPERIMENTAL, and add
support for Intel Atom CE4110/4150/4170."
* tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
hwmon: (coretemp) Add support for Atom CE4110/4150/4170
Documentation/hwmon: remove CONFIG_EXPERIMENTAL
hwmon: (pmbus) remove CONFIG_EXPERIMENTAL
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/coretemp | 1 | ||||
-rw-r--r-- | Documentation/hwmon/submitting-patches | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/hwmon/coretemp b/Documentation/hwmon/coretemp index c86b50c..f17256f 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/submitting-patches b/Documentation/hwmon/submitting-patches index 790f774..843751c 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. |