diff options
| -rw-r--r-- | Documentation/hwmon/fam15h_power | 2 | ||||
| -rw-r--r-- | MAINTAINERS | 2 | ||||
| -rw-r--r-- | drivers/hwmon/fam15h_power.c | 4 | ||||
| -rw-r--r-- | drivers/hwmon/gpio-fan.c | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/hwmon/fam15h_power b/Documentation/hwmon/fam15h_power index a92918e0bd69..80654813d04a 100644 --- a/Documentation/hwmon/fam15h_power +++ b/Documentation/hwmon/fam15h_power | |||
| @@ -10,7 +10,7 @@ Supported chips: | |||
| 10 | BIOS and Kernel Developer's Guide (BKDG) For AMD Family 15h Processors | 10 | BIOS and Kernel Developer's Guide (BKDG) For AMD Family 15h Processors |
| 11 | (not yet published) | 11 | (not yet published) |
| 12 | 12 | ||
| 13 | Author: Andreas Herrmann <andreas.herrmann3@amd.com> | 13 | Author: Andreas Herrmann <herrmann.der.user@googlemail.com> |
| 14 | 14 | ||
| 15 | Description | 15 | Description |
| 16 | ----------- | 16 | ----------- |
diff --git a/MAINTAINERS b/MAINTAINERS index cb7d1a42f2cd..28eeaece87c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -503,7 +503,7 @@ F: include/linux/altera_uart.h | |||
| 503 | F: include/linux/altera_jtaguart.h | 503 | F: include/linux/altera_jtaguart.h |
| 504 | 504 | ||
| 505 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER | 505 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER |
| 506 | M: Andreas Herrmann <andreas.herrmann3@amd.com> | 506 | M: Andreas Herrmann <herrmann.der.user@googlemail.com> |
| 507 | L: lm-sensors@lm-sensors.org | 507 | L: lm-sensors@lm-sensors.org |
| 508 | S: Maintained | 508 | S: Maintained |
| 509 | F: Documentation/hwmon/fam15h_power | 509 | F: Documentation/hwmon/fam15h_power |
diff --git a/drivers/hwmon/fam15h_power.c b/drivers/hwmon/fam15h_power.c index 68ad7d255512..4f4110407387 100644 --- a/drivers/hwmon/fam15h_power.c +++ b/drivers/hwmon/fam15h_power.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * fam15h_power.c - AMD Family 15h processor power monitoring | 2 | * fam15h_power.c - AMD Family 15h processor power monitoring |
| 3 | * | 3 | * |
| 4 | * Copyright (c) 2011 Advanced Micro Devices, Inc. | 4 | * Copyright (c) 2011 Advanced Micro Devices, Inc. |
| 5 | * Author: Andreas Herrmann <andreas.herrmann3@amd.com> | 5 | * Author: Andreas Herrmann <herrmann.der.user@googlemail.com> |
| 6 | * | 6 | * |
| 7 | * | 7 | * |
| 8 | * This driver is free software; you can redistribute it and/or | 8 | * This driver is free software; you can redistribute it and/or |
| @@ -28,7 +28,7 @@ | |||
| 28 | #include <asm/processor.h> | 28 | #include <asm/processor.h> |
| 29 | 29 | ||
| 30 | MODULE_DESCRIPTION("AMD Family 15h CPU processor power monitor"); | 30 | MODULE_DESCRIPTION("AMD Family 15h CPU processor power monitor"); |
| 31 | MODULE_AUTHOR("Andreas Herrmann <andreas.herrmann3@amd.com>"); | 31 | MODULE_AUTHOR("Andreas Herrmann <herrmann.der.user@googlemail.com>"); |
| 32 | MODULE_LICENSE("GPL"); | 32 | MODULE_LICENSE("GPL"); |
| 33 | 33 | ||
| 34 | /* D18F3 */ | 34 | /* D18F3 */ |
diff --git a/drivers/hwmon/gpio-fan.c b/drivers/hwmon/gpio-fan.c index 36509ae32083..1381a2e3bbd4 100644 --- a/drivers/hwmon/gpio-fan.c +++ b/drivers/hwmon/gpio-fan.c | |||
| @@ -630,7 +630,9 @@ static struct platform_driver gpio_fan_driver = { | |||
| 630 | .driver = { | 630 | .driver = { |
| 631 | .name = "gpio-fan", | 631 | .name = "gpio-fan", |
| 632 | .pm = GPIO_FAN_PM, | 632 | .pm = GPIO_FAN_PM, |
| 633 | #ifdef CONFIG_OF_GPIO | ||
| 633 | .of_match_table = of_match_ptr(of_gpio_fan_match), | 634 | .of_match_table = of_match_ptr(of_gpio_fan_match), |
| 635 | #endif | ||
| 634 | }, | 636 | }, |
| 635 | }; | 637 | }; |
| 636 | 638 | ||
