diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-09 01:48:35 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-16 00:41:52 +0200 |
commit | 3774929d2ac6213a78068a33660d3402f2334d60 (patch) | |
tree | 1d254f36f6ee16a91bbb07c763964d52ab24b739 /MAINTAINERS | |
parent | 94d7ba991fe0dd245babc8f227ad5fabe234303f (diff) | |
download | op-kernel-dev-3774929d2ac6213a78068a33660d3402f2334d60.zip op-kernel-dev-3774929d2ac6213a78068a33660d3402f2334d60.tar.gz |
MAINTAINERS / ACPICA: Add ACPICA information to MAINTAINERS
ACPICA (ACPI Component Architecture) is an external project that
some ACPI kernel code, including the AML interpreter, is derived
from. That kernel code is generated automatically out of the
original upstream ACPICA sources and therefore, as a general rule,
all changes to it have to go through the ACPICA upstream.
Add ACPICA information to MAINTAINERS to provide the upstream
ACPICA maintainers contact information and pointers to the original
ACPICA Web site and source code.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e61c2e8..2cafc0b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -253,6 +253,20 @@ F: drivers/pci/*acpi* F: drivers/pci/*/*acpi* F: drivers/pci/*/*/*acpi* +ACPI COMPONENT ARCHITECTURE (ACPICA) +M: Robert Moore <robert.moore@intel.com> +M: Lv Zheng <lv.zheng@intel.com> +M: Rafael J. Wysocki <rafael.j.wysocki@intel.com> +L: linux-acpi@vger.kernel.org +L: devel@acpica.org +W: https://acpica.org/ +W: https://github.com/acpica/acpica/ +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/acpica/ +F: include/acpi/ + ACPI FAN DRIVER M: Zhang Rui <rui.zhang@intel.com> L: linux-acpi@vger.kernel.org |