diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 13:24:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 13:24:29 -0500 |
commit | 174a86dff2f3c72ef55d994b1e7faa7099d3f844 (patch) | |
tree | 0129019c0bf7117b81afd28fc05d3a882088f385 /Documentation/feature-removal-schedule.txt | |
parent | 1896a1346a80b2dac1f63a338f1e2ee0b6484646 (diff) | |
parent | 06f3d9fb4a7d3528121446e94ee37b95bba4d106 (diff) |
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
hwmon: (dme1737) Minor cleanups
hwmon: (dme1737) Add support for in7 for SCH5127
hwmon: (emc1403) Add EMC1423 support
hwmon: (w83627hf) Document W83627THF voltage pin mapping
hwmon: (w83793) Drop useless mutex
hwmon: (fschmd) Drop useless mutex
hwmon: (w83781d) Use pr_fmt and pr_<level>
hwmon: (pc87427) Use pr_fmt and pr_<level>
hwmon: (pc87360) Use pr_fmt and pr_<level>
hwmon: (lm78) Use pr_fmt and pr_<level>
hwmon: (it87) Use pr_fmt and pr_<level>
hwmon: Schedule the removal of the old intrusion detection interfaces
hwmon: (w83793) Implement the standard intrusion detection interface
hwmon: (w83792d) Implement the standard intrusion detection interface
hwmon: (adm9240) Implement the standard intrusion detection interface
hwmon: (via686a) Initialize fan_div values
hwmon: (w83795) Silent false warning from gcc
hwmon: (ads7828) Update email contact details
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 07eb3f624998..6cbbd20534cf 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -590,3 +590,13 @@ Why: The functions have been superceded by cancel_delayed_work_sync() | |||
590 | Who: Tejun Heo <tj@kernel.org> | 590 | Who: Tejun Heo <tj@kernel.org> |
591 | 591 | ||
592 | ---------------------------- | 592 | ---------------------------- |
593 | |||
594 | What: Legacy, non-standard chassis intrusion detection interface. | ||
595 | When: June 2011 | ||
596 | Why: The adm9240, w83792d and w83793 hardware monitoring drivers have | ||
597 | legacy interfaces for chassis intrusion detection. A standard | ||
598 | interface has been added to each driver, so the legacy interface | ||
599 | can be removed. | ||
600 | Who: Jean Delvare <khali@linux-fr.org> | ||
601 | |||
602 | ---------------------------- | ||