forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'pm+acpi-3.12-rc5' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/rafael/linux-pm Pull ACPI and power management fixes from Rafael Wysocki: "These fix two recent bugs in ACPIPHP (ACPI-based PCI hotplug) and update a bunch of web links and e-mail addresses in MAINTAINERS, docs and Kconfig that either are stale or will expire soon. Specifics: - The WARN_ON() in acpiphp_enumerate_slots() triggers as a false positive in some cases, so drop it. - Add a missing pci_dev_put() to an error code path in acpiphp_enumerate_slots(). - Replace my old e-mail address that's going to expire with a new one. - Update ACPI web links and git tree information in MAINTAINERS. - Update links to the Linux-ACPI project's page in MAINTAINERS. - Update some stale links and e-mail addresses under Documentation and in the ACPI Kconfig file" * tag 'pm+acpi-3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: ACPI / hotplug / PCI: Drop WARN_ON() from acpiphp_enumerate_slots() ACPI / hotplug / PCI: Fix error code path in acpiphp_enumerate_slots() ACPI / PM / Documentation: Replace outdated project links and addresses MAINTAINERS / ACPI: Update links to the Linux-ACPI project web page MAINTAINERS / ACPI: Update links and git tree information MAINTAINERS / Documentation: Update Rafael's e-mail address
- Loading branch information
Showing
7 changed files
with
51 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,8 @@ Description: | |
that the USB device has been connected to the machine. This | ||
file is read-only. | ||
Users: | ||
PowerTOP <power@bughost.org> | ||
http://www.lesswatts.org/projects/powertop/ | ||
PowerTOP <[email protected].org> | ||
https://01.org/powertop/ | ||
|
||
What: /sys/bus/usb/device/.../power/active_duration | ||
Date: January 2008 | ||
|
@@ -57,8 +57,8 @@ Description: | |
will give an integer percentage. Note that this does not | ||
account for counter wrap. | ||
Users: | ||
PowerTOP <power@bughost.org> | ||
http://www.lesswatts.org/projects/powertop/ | ||
PowerTOP <[email protected].org> | ||
https://01.org/powertop/ | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<port[.port]>...:<config num>-<interface num>/supports_autosuspend | ||
Date: January 2008 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,11 +237,11 @@ F: drivers/platform/x86/acer-wmi.c | |
|
||
ACPI | ||
M: Len Brown <[email protected]> | ||
M: Rafael J. Wysocki <rjw@sisk.pl> | ||
M: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
L: [email protected] | ||
W: http://www.lesswatts.org/projects/acpi/ | ||
Q: http://patchwork.kernel.org/project/linux-acpi/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux | ||
W: https://01.org/linux-acpi | ||
Q: https://patchwork.kernel.org/project/linux-acpi/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | ||
S: Supported | ||
F: drivers/acpi/ | ||
F: drivers/pnp/pnpacpi/ | ||
|
@@ -256,21 +256,21 @@ F: drivers/pci/*/*/*acpi* | |
ACPI FAN DRIVER | ||
M: Zhang Rui <[email protected]> | ||
L: [email protected] | ||
W: http://www.lesswatts.org/projects/acpi/ | ||
W: https://01.org/linux-acpi | ||
S: Supported | ||
F: drivers/acpi/fan.c | ||
|
||
ACPI THERMAL DRIVER | ||
M: Zhang Rui <[email protected]> | ||
L: [email protected] | ||
W: http://www.lesswatts.org/projects/acpi/ | ||
W: https://01.org/linux-acpi | ||
S: Supported | ||
F: drivers/acpi/*thermal* | ||
|
||
ACPI VIDEO DRIVER | ||
M: Zhang Rui <[email protected]> | ||
L: [email protected] | ||
W: http://www.lesswatts.org/projects/acpi/ | ||
W: https://01.org/linux-acpi | ||
S: Supported | ||
F: drivers/acpi/video.c | ||
|
||
|
@@ -2300,7 +2300,7 @@ S: Maintained | |
F: drivers/net/ethernet/ti/cpmac.c | ||
|
||
CPU FREQUENCY DRIVERS | ||
M: Rafael J. Wysocki <rjw@sisk.pl> | ||
M: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
M: Viresh Kumar <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
|
@@ -2331,7 +2331,7 @@ S: Maintained | |
F: drivers/cpuidle/cpuidle-big_little.c | ||
|
||
CPUIDLE DRIVERS | ||
M: Rafael J. Wysocki <rjw@sisk.pl> | ||
M: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
M: Daniel Lezcano <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -3553,7 +3553,7 @@ F: fs/freevxfs/ | |
|
||
FREEZER | ||
M: Pavel Machek <[email protected]> | ||
M: "Rafael J. Wysocki" <rjw@sisk.pl> | ||
M: "Rafael J. Wysocki" <rjw@rjwysocki.net> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/power/freezing-of-tasks.txt | ||
|
@@ -3889,7 +3889,7 @@ F: drivers/video/hgafb.c | |
|
||
HIBERNATION (aka Software Suspend, aka swsusp) | ||
M: Pavel Machek <[email protected]> | ||
M: "Rafael J. Wysocki" <rjw@sisk.pl> | ||
M: "Rafael J. Wysocki" <rjw@rjwysocki.net> | ||
L: [email protected] | ||
S: Supported | ||
F: arch/x86/power/ | ||
|
@@ -4339,7 +4339,7 @@ F: drivers/video/i810/ | |
INTEL MENLOW THERMAL DRIVER | ||
M: Sujith Thomas <[email protected]> | ||
L: [email protected] | ||
W: http://www.lesswatts.org/projects/acpi/ | ||
W: https://01.org/linux-acpi | ||
S: Supported | ||
F: drivers/platform/x86/intel_menlow.c | ||
|
||
|
@@ -8095,7 +8095,7 @@ F: drivers/sh/ | |
SUSPEND TO RAM | ||
M: Len Brown <[email protected]> | ||
M: Pavel Machek <[email protected]> | ||
M: "Rafael J. Wysocki" <rjw@sisk.pl> | ||
M: "Rafael J. Wysocki" <rjw@rjwysocki.net> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/power/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters