diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-10-05 06:08:57 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 10:10:43 -0400 |
commit | bd9fc3a72345807683a009c1e19dc0d517f0f4e7 (patch) | |
tree | 40bdb1b25b8936f97148b0e563f87a4887ead164 /MAINTAINERS | |
parent | 75b2d09a295d3232fdacd0a0a07d91c6f118ca18 (diff) |
Move hdaps driver to platform/x86
The hdaps driver isn't a hardware monitoring driver, so it shouldn't
live under driver/hwmon. drivers/platform/x86 seems much more
appropriate, as the driver is only useful on x86 laptops.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Frank Seidel <frank@f-seidel.de>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f2a2b8e647c5..3436e267586d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2604,10 +2604,10 @@ F: drivers/net/greth* | |||
2604 | 2604 | ||
2605 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER | 2605 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
2606 | M: Frank Seidel <frank@f-seidel.de> | 2606 | M: Frank Seidel <frank@f-seidel.de> |
2607 | L: lm-sensors@lm-sensors.org | 2607 | L: platform-driver-x86@vger.kernel.org |
2608 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | 2608 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ |
2609 | S: Maintained | 2609 | S: Maintained |
2610 | F: drivers/hwmon/hdaps.c | 2610 | F: drivers/platform/x86/hdaps.c |
2611 | 2611 | ||
2612 | HWPOISON MEMORY FAILURE HANDLING | 2612 | HWPOISON MEMORY FAILURE HANDLING |
2613 | M: Andi Kleen <andi@firstfloor.org> | 2613 | M: Andi Kleen <andi@firstfloor.org> |