diff options
author | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-22 21:46:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-22 21:46:56 -0500 |
commit | 18ed1c051317ac3a685120cead2adb192b802347 (patch) | |
tree | c08a9147119a6cb69114166c7107f6b0bba6e2ab /MAINTAINERS | |
parent | dab6df63086762629936e8b89a5984bae39724f6 (diff) | |
parent | 36bcbec7ce21e2e8b3143b11a05747330abeca70 (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: (68 commits)
ACPI: replace kmalloc+memset with kzalloc
ACPI: Add support for acpi_load_table/acpi_unload_table_id
fbdev: update after backlight argument change
ACPI: video: Add dev argument for backlight_device_register
ACPI: Implement acpi_video_get_next_level()
ACPI: Kconfig - depend on PM rather than selecting it
ACPI: fix NULL check in drivers/acpi/osl.c
ACPI: make drivers/acpi/ec.c:ec_ecdt static
ACPI: prevent processor module from loading on failures
ACPI: fix single linked list manipulation
ACPI: ibm_acpi: allow clean removal
ACPI: fix git automerge failure
ACPI: ibm_acpi: respond to workqueue update
ACPI: dock: add uevent to indicate change in device status
ACPI: ec: Lindent once again
ACPI: ec: Change #define to enums there possible.
ACPI: ec: Style changes.
ACPI: ec: Acquire Global Lock under EC mutex.
ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead.
ACPI: ec: Rename gpe_bit to gpe
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 366465d3a912..db090362d731 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1400,6 +1400,15 @@ W: http://www.ia64-linux.org/ | |||
1400 | T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git | 1400 | T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
1401 | S: Maintained | 1401 | S: Maintained |
1402 | 1402 | ||
1403 | IBM ACPI EXTRAS DRIVER | ||
1404 | P: Henrique de Moraes Holschuh | ||
1405 | M: ibm-acpi@hmh.eng.br | ||
1406 | L: ibm-acpi-devel@lists.sourceforge.net | ||
1407 | W: http://ibm-acpi.sourceforge.net | ||
1408 | W: http://thinkwiki.org/wiki/Ibm-acpi | ||
1409 | T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git | ||
1410 | S: Maintained | ||
1411 | |||
1403 | SN-IA64 (Itanium) SUB-PLATFORM | 1412 | SN-IA64 (Itanium) SUB-PLATFORM |
1404 | P: Jes Sorensen | 1413 | P: Jes Sorensen |
1405 | M: jes@sgi.com | 1414 | M: jes@sgi.com |