diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-24 16:00:02 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-24 16:00:02 -0500 |
commit | 71492fd1bdd4734d8efd20fe00ebf31027d86d3c (patch) | |
tree | d98ce4131c47f0027dded482d25528b9a57f44ac /MAINTAINERS | |
parent | 45e62974fb110da926e2a6c5b357c15639bdc233 (diff) | |
parent | fcb11235d3910c39afece52f6e106a9ca565d34b (diff) |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (34 commits)
classmate-laptop: add support for Classmate PC ACPI devices
hp-wmi: Fix two memleaks
acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIAS
dell-wmi: do not keep driver loaded on unsupported boxes
wmi: Free the allocated acpi objects through wmi_get_event_data
drivers/platform/x86/acerhdf.c: check BIOS information whether it begins with string of table
acerhdf: add new BIOS versions
acerhdf: limit modalias matching to supported
toshiba_acpi: convert to seq_file
asus_acpi: convert to seq_file
ACPI: do not select ACPI_DOCK from ATA_ACPI
sony-laptop: enumerate rfkill devices using SN06
sony-laptop: rfkill support for newer models
ACPI: fix OSC regression that caused aer and pciehp not to load
MAINTAINERS: add maintainer for msi-wmi driver
fujitu-laptop: fix tests of acpi_evaluate_integer() return value
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by using smp_call_function_any()
ACPI: processor: remove _PDC object list from struct acpi_processor
ACPI: processor: change acpi_processor_set_pdc() interface
ACPI: processor: open code acpi_processor_cleanup_pdc
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 745643b8c344..66f5f7dab285 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1472,6 +1472,12 @@ L: linux-scsi@vger.kernel.org | |||
1472 | S: Supported | 1472 | S: Supported |
1473 | F: drivers/scsi/fnic/ | 1473 | F: drivers/scsi/fnic/ |
1474 | 1474 | ||
1475 | CMPC ACPI DRIVER | ||
1476 | M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | ||
1477 | M: Daniel Oliveira Nascimento <don@syst.com.br> | ||
1478 | S: Supported | ||
1479 | F: drivers/platform/x86/classmate-laptop.c | ||
1480 | |||
1475 | CODA FILE SYSTEM | 1481 | CODA FILE SYSTEM |
1476 | M: Jan Harkes <jaharkes@cs.cmu.edu> | 1482 | M: Jan Harkes <jaharkes@cs.cmu.edu> |
1477 | M: coda@cs.cmu.edu | 1483 | M: coda@cs.cmu.edu |
@@ -3646,6 +3652,11 @@ W: http://0pointer.de/lennart/tchibo.html | |||
3646 | S: Maintained | 3652 | S: Maintained |
3647 | F: drivers/platform/x86/msi-laptop.c | 3653 | F: drivers/platform/x86/msi-laptop.c |
3648 | 3654 | ||
3655 | MSI WMI SUPPORT | ||
3656 | M: Anisse Astier <anisse@astier.eu> | ||
3657 | S: Supported | ||
3658 | F: drivers/platform/x86/msi-wmi.c | ||
3659 | |||
3649 | MULTIFUNCTION DEVICES (MFD) | 3660 | MULTIFUNCTION DEVICES (MFD) |
3650 | M: Samuel Ortiz <sameo@linux.intel.com> | 3661 | M: Samuel Ortiz <sameo@linux.intel.com> |
3651 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git | 3662 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |