diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-27 20:14:59 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-27 20:14:59 -0400 |
commit | 9183ea62f71484dd2e91e313b766adeb15789f90 (patch) | |
tree | ee81ef91ec6280f55a90f79a099097cd7be2f3b6 /MAINTAINERS | |
parent | 31c466c1af229b08bec56c6564b50311d9d660ca (diff) | |
parent | 3774929d2ac6213a78068a33660d3402f2334d60 (diff) |
Merge branch 'acpica'
* acpica:
MAINTAINERS / ACPICA: Add ACPICA information to MAINTAINERS
ACPICA: Update version to 20130823.
ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument.
ACPICA: Cleanup exception codes.
ACPICA: Tables: Cleanup RSDP signature codes.
ACPICA: Tables: Cleanup table checksum verification code.
ACPICA: Debugger: Add new command to display full namespace pathnames.
ACPICA: Operation region support: Never free the handler "context" pointer.
ACPICA: Add support for host-installed SCI handlers.
ACPICA: Validate start object for acpi_walk_namespace.
ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behavior is not affected.
ACPICA: Linux-specific header: enable "aarch64" 64-bit build.
ACPICA: Debug output: small formatting update, no functional change.
ACPICA: acpi_read: On error, do not modify the return value target location.
ACPICA: Improve error message for "too many parent prefixes" condition.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3438384d270c..45cdfa3e1067 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -253,6 +253,20 @@ F: drivers/pci/*acpi* | |||
253 | F: drivers/pci/*/*acpi* | 253 | F: drivers/pci/*/*acpi* |
254 | F: drivers/pci/*/*/*acpi* | 254 | F: drivers/pci/*/*/*acpi* |
255 | 255 | ||
256 | ACPI COMPONENT ARCHITECTURE (ACPICA) | ||
257 | M: Robert Moore <robert.moore@intel.com> | ||
258 | M: Lv Zheng <lv.zheng@intel.com> | ||
259 | M: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
260 | L: linux-acpi@vger.kernel.org | ||
261 | L: devel@acpica.org | ||
262 | W: https://acpica.org/ | ||
263 | W: https://github.com/acpica/acpica/ | ||
264 | Q: https://patchwork.kernel.org/project/linux-acpi/list/ | ||
265 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm | ||
266 | S: Supported | ||
267 | F: drivers/acpi/acpica/ | ||
268 | F: include/acpi/ | ||
269 | |||
256 | ACPI FAN DRIVER | 270 | ACPI FAN DRIVER |
257 | M: Zhang Rui <rui.zhang@intel.com> | 271 | M: Zhang Rui <rui.zhang@intel.com> |
258 | L: linux-acpi@vger.kernel.org | 272 | L: linux-acpi@vger.kernel.org |