aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-02-26 20:20:18 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2010-02-26 20:20:18 -0500
commit98723153dc32106e5be701da15551853c9f785a9 (patch)
treea04631cbeb50703474ac4f5f20310f7ef53b2b38 /MAINTAINERS
parent4cbd55188fe01f22783815cbb6d4f55a0ebf5969 (diff)
parent6335e4d56681f6f08f24f4b812a72d402793d393 (diff)
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86: toshiba_acpi: Add full hotkey support hp-wmi: Add support for tablet rotation key dell-laptop: Add another Dell laptop to the DMI whitelist classmate-laptop: use a single MODULE_DEVICE_TABLE to get correct aliases dell-laptop: Pay attention to which devices the hardware switch controls dell-laptop: Use buffer with 32-bit physical address dell-laptop: Blacklist machines not supporting dell-laptop dell-laptop: Block software state changes when rfkill hard blocked dell-laptop: Fix small memory leak dell-laptop: Fix platform device unregistration dell-laptop: Update rfkill state on kill switch compal-laptop: Replace sysfs support with rfkill support compal-laptop: Add support for known Compal made Dell laptops MAINTAINERS: update drivers/platform/x86 information
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS29
1 files changed, 25 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a0491af7b243..2653b44f90da 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -221,6 +221,7 @@ F: drivers/net/acenic*
221 221
222ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER 222ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
223M: Peter Feuerer <peter@piie.net> 223M: Peter Feuerer <peter@piie.net>
224L: platform-driver-x86@vger.kernel.org
224W: http://piie.net/?section=acerhdf 225W: http://piie.net/?section=acerhdf
225S: Maintained 226S: Maintained
226F: drivers/platform/x86/acerhdf.c 227F: drivers/platform/x86/acerhdf.c
@@ -228,6 +229,7 @@ F: drivers/platform/x86/acerhdf.c
228ACER WMI LAPTOP EXTRAS 229ACER WMI LAPTOP EXTRAS
229M: Carlos Corbacho <carlos@strangeworlds.co.uk> 230M: Carlos Corbacho <carlos@strangeworlds.co.uk>
230L: aceracpi@googlegroups.com (subscribers-only) 231L: aceracpi@googlegroups.com (subscribers-only)
232L: platform-driver-x86@vger.kernel.org
231W: http://code.google.com/p/aceracpi 233W: http://code.google.com/p/aceracpi
232S: Maintained 234S: Maintained
233F: drivers/platform/x86/acer-wmi.c 235F: drivers/platform/x86/acer-wmi.c
@@ -288,7 +290,7 @@ F: drivers/acpi/video.c
288 290
289ACPI WMI DRIVER 291ACPI WMI DRIVER
290M: Carlos Corbacho <carlos@strangeworlds.co.uk> 292M: Carlos Corbacho <carlos@strangeworlds.co.uk>
291L: linux-acpi@vger.kernel.org 293L: platform-driver-x86@vger.kernel.org
292W: http://www.lesswatts.org/projects/acpi/ 294W: http://www.lesswatts.org/projects/acpi/
293S: Maintained 295S: Maintained
294F: drivers/platform/x86/wmi.c 296F: drivers/platform/x86/wmi.c
@@ -968,6 +970,7 @@ ASUS ACPI EXTRAS DRIVER
968M: Corentin Chary <corentincj@iksaif.net> 970M: Corentin Chary <corentincj@iksaif.net>
969M: Karol Kozimor <sziwan@users.sourceforge.net> 971M: Karol Kozimor <sziwan@users.sourceforge.net>
970L: acpi4asus-user@lists.sourceforge.net 972L: acpi4asus-user@lists.sourceforge.net
973L: platform-driver-x86@vger.kernel.org
971W: http://acpi4asus.sf.net 974W: http://acpi4asus.sf.net
972S: Maintained 975S: Maintained
973F: drivers/platform/x86/asus_acpi.c 976F: drivers/platform/x86/asus_acpi.c
@@ -981,6 +984,7 @@ F: drivers/hwmon/asb100.c
981ASUS LAPTOP EXTRAS DRIVER 984ASUS LAPTOP EXTRAS DRIVER
982M: Corentin Chary <corentincj@iksaif.net> 985M: Corentin Chary <corentincj@iksaif.net>
983L: acpi4asus-user@lists.sourceforge.net 986L: acpi4asus-user@lists.sourceforge.net
987L: platform-driver-x86@vger.kernel.org
984W: http://acpi4asus.sf.net 988W: http://acpi4asus.sf.net
985S: Maintained 989S: Maintained
986F: drivers/platform/x86/asus-laptop.c 990F: drivers/platform/x86/asus-laptop.c
@@ -1473,6 +1477,7 @@ F: drivers/scsi/fnic/
1473CMPC ACPI DRIVER 1477CMPC ACPI DRIVER
1474M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> 1478M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1475M: Daniel Oliveira Nascimento <don@syst.com.br> 1479M: Daniel Oliveira Nascimento <don@syst.com.br>
1480L: platform-driver-x86@vger.kernel.org
1476S: Supported 1481S: Supported
1477F: drivers/platform/x86/classmate-laptop.c 1482F: drivers/platform/x86/classmate-laptop.c
1478 1483
@@ -1516,6 +1521,7 @@ F: drivers/pci/hotplug/cpcihp_generic.c
1516 1521
1517COMPAL LAPTOP SUPPORT 1522COMPAL LAPTOP SUPPORT
1518M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> 1523M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1524L: platform-driver-x86@vger.kernel.org
1519S: Maintained 1525S: Maintained
1520F: drivers/platform/x86/compal-laptop.c 1526F: drivers/platform/x86/compal-laptop.c
1521 1527
@@ -1746,6 +1752,7 @@ F: drivers/net/defxx.*
1746 1752
1747DELL LAPTOP DRIVER 1753DELL LAPTOP DRIVER
1748M: Matthew Garrett <mjg59@srcf.ucam.org> 1754M: Matthew Garrett <mjg59@srcf.ucam.org>
1755L: platform-driver-x86@vger.kernel.org
1749S: Maintained 1756S: Maintained
1750F: drivers/platform/x86/dell-laptop.c 1757F: drivers/platform/x86/dell-laptop.c
1751 1758
@@ -2028,6 +2035,7 @@ F: drivers/edac/r82600_edac.c
2028EEEPC LAPTOP EXTRAS DRIVER 2035EEEPC LAPTOP EXTRAS DRIVER
2029M: Corentin Chary <corentincj@iksaif.net> 2036M: Corentin Chary <corentincj@iksaif.net>
2030L: acpi4asus-user@lists.sourceforge.net 2037L: acpi4asus-user@lists.sourceforge.net
2038L: platform-driver-x86@vger.kernel.org
2031W: http://acpi4asus.sf.net 2039W: http://acpi4asus.sf.net
2032S: Maintained 2040S: Maintained
2033F: drivers/platform/x86/eeepc-laptop.c 2041F: drivers/platform/x86/eeepc-laptop.c
@@ -2306,7 +2314,7 @@ F: arch/frv/
2306 2314
2307FUJITSU LAPTOP EXTRAS 2315FUJITSU LAPTOP EXTRAS
2308M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> 2316M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2309L: linux-acpi@vger.kernel.org 2317L: platform-driver-x86@vger.kernel.org
2310S: Maintained 2318S: Maintained
2311F: drivers/platform/x86/fujitsu-laptop.c 2319F: drivers/platform/x86/fujitsu-laptop.c
2312 2320
@@ -2584,6 +2592,7 @@ F: drivers/net/wireless/hostap/
2584 2592
2585HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 2593HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2586M: Carlos Corbacho <carlos@strangeworlds.co.uk> 2594M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2595L: platform-driver-x86@vger.kernel.org
2587S: Odd Fixes 2596S: Odd Fixes
2588F: drivers/platform/x86/tc1100-wmi.c 2597F: drivers/platform/x86/tc1100-wmi.c
2589 2598
@@ -2794,7 +2803,7 @@ F: drivers/video/i810/
2794 2803
2795INTEL MENLOW THERMAL DRIVER 2804INTEL MENLOW THERMAL DRIVER
2796M: Sujith Thomas <sujith.thomas@intel.com> 2805M: Sujith Thomas <sujith.thomas@intel.com>
2797L: linux-acpi@vger.kernel.org 2806L: platform-driver-x86@vger.kernel.org
2798W: http://www.lesswatts.org/projects/acpi/ 2807W: http://www.lesswatts.org/projects/acpi/
2799S: Supported 2808S: Supported
2800F: drivers/platform/x86/intel_menlow.c 2809F: drivers/platform/x86/intel_menlow.c
@@ -3660,6 +3669,7 @@ F: drivers/char/mxser.*
3660 3669
3661MSI LAPTOP SUPPORT 3670MSI LAPTOP SUPPORT
3662M: Lennart Poettering <mzxreary@0pointer.de> 3671M: Lennart Poettering <mzxreary@0pointer.de>
3672L: platform-driver-x86@vger.kernel.org
3663W: https://tango.0pointer.de/mailman/listinfo/s270-linux 3673W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3664W: http://0pointer.de/lennart/tchibo.html 3674W: http://0pointer.de/lennart/tchibo.html
3665S: Maintained 3675S: Maintained
@@ -3667,6 +3677,7 @@ F: drivers/platform/x86/msi-laptop.c
3667 3677
3668MSI WMI SUPPORT 3678MSI WMI SUPPORT
3669M: Anisse Astier <anisse@astier.eu> 3679M: Anisse Astier <anisse@astier.eu>
3680L: platform-driver-x86@vger.kernel.org
3670S: Supported 3681S: Supported
3671F: drivers/platform/x86/msi-wmi.c 3682F: drivers/platform/x86/msi-wmi.c
3672 3683
@@ -4119,6 +4130,7 @@ F: drivers/i2c/busses/i2c-pasemi.c
4119 4130
4120PANASONIC LAPTOP ACPI EXTRAS DRIVER 4131PANASONIC LAPTOP ACPI EXTRAS DRIVER
4121M: Harald Welte <laforge@gnumonks.org> 4132M: Harald Welte <laforge@gnumonks.org>
4133L: platform-driver-x86@vger.kernel.org
4122S: Maintained 4134S: Maintained
4123F: drivers/platform/x86/panasonic-laptop.c 4135F: drivers/platform/x86/panasonic-laptop.c
4124 4136
@@ -5064,7 +5076,7 @@ F: include/linux/ssb/
5064 5076
5065SONY VAIO CONTROL DEVICE DRIVER 5077SONY VAIO CONTROL DEVICE DRIVER
5066M: Mattia Dongili <malattia@linux.it> 5078M: Mattia Dongili <malattia@linux.it>
5067L: linux-acpi@vger.kernel.org 5079L: platform-driver-x86@vger.kernel.org
5068W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 5080W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5069S: Maintained 5081S: Maintained
5070F: Documentation/laptops/sony-laptop.txt 5082F: Documentation/laptops/sony-laptop.txt
@@ -5270,6 +5282,7 @@ F: arch/xtensa/
5270THINKPAD ACPI EXTRAS DRIVER 5282THINKPAD ACPI EXTRAS DRIVER
5271M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> 5283M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5272L: ibm-acpi-devel@lists.sourceforge.net 5284L: ibm-acpi-devel@lists.sourceforge.net
5285L: platform-driver-x86@vger.kernel.org
5273W: http://ibm-acpi.sourceforge.net 5286W: http://ibm-acpi.sourceforge.net
5274W: http://thinkwiki.org/wiki/Ibm-acpi 5287W: http://thinkwiki.org/wiki/Ibm-acpi
5275T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 5288T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
@@ -5323,10 +5336,12 @@ F: security/tomoyo/
5323 5336
5324TOPSTAR LAPTOP EXTRAS DRIVER 5337TOPSTAR LAPTOP EXTRAS DRIVER
5325M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> 5338M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5339L: platform-driver-x86@vger.kernel.org
5326S: Maintained 5340S: Maintained
5327F: drivers/platform/x86/topstar-laptop.c 5341F: drivers/platform/x86/topstar-laptop.c
5328 5342
5329TOSHIBA ACPI EXTRAS DRIVER 5343TOSHIBA ACPI EXTRAS DRIVER
5344L: platform-driver-x86@vger.kernel.org
5330S: Orphan 5345S: Orphan
5331F: drivers/platform/x86/toshiba_acpi.c 5346F: drivers/platform/x86/toshiba_acpi.c
5332 5347
@@ -6054,6 +6069,12 @@ S: Maintained
6054F: Documentation/x86/ 6069F: Documentation/x86/
6055F: arch/x86/ 6070F: arch/x86/
6056 6071
6072X86 PLATFORM DRIVERS
6073M: Matthew Garrett <mjg@redhat.com>
6074L: platform-driver-x86@vger.kernel.org
6075S: Maintained
6076F: drivers/platform/x86
6077
6057XEN HYPERVISOR INTERFACE 6078XEN HYPERVISOR INTERFACE
6058M: Jeremy Fitzhardinge <jeremy@xensource.com> 6079M: Jeremy Fitzhardinge <jeremy@xensource.com>
6059M: Chris Wright <chrisw@sous-sol.org> 6080M: Chris Wright <chrisw@sous-sol.org>