diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-10 18:39:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-10 18:39:48 -0500 |
commit | 443e6221e465efa8efb752a8405a759ef1161af9 (patch) | |
tree | 8732213fc309a14f8613849b1ff2a2951757aff1 /MAINTAINERS | |
parent | 0caca697a2d173c6beff3c24e7d9481b732bd131 (diff) | |
parent | 1a7d946993aaf2a79e9c65abbe169a108e351bcb (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: (36 commits)
sony-laptop: support new hotkeys on the P, Z and EC series
platform/x86: Consistently select LEDS Kconfig options
sony-laptop: fix sparse non-ANSI function warning
intel_ips: fix sparse non-ANSI function warning
Support KHLB2 in the compal laptop driver
acer-wmi: Enabled Acer Launch Manager mode
[PATCH] intel_pmic_gpio: modify EOI handling following change of kernel irq subsystem
ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in thinkpad_acpi.c::acpi_evalf()
acer-wmi: Initialize wlan/bluetooth/wwan rfkill software block state
acer-wmi: Detect the WiFi/Bluetooth/3G devices available
acer-wmi: Add 3G rfkill sysfs file
acer-wmi: Add acer wmi hotkey events support
platform/x86: Kconfig: Replace select by depends on ACPI_WMI
ideapad: pass ideapad_priv as argument (part 2)
ideapad: pass ideapad_priv as argument (part 1)
ideapad: add markups, unify comments and return result when init
ideapad: add hotkey support
ideapad: let camera power control entry under platform driver
ideapad: add platform driver for ideapad
fujitsu-laptop: fix compiler warning on pnp_ids
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9e4d4ca690e2..5181828012ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2271,6 +2271,14 @@ W: http://acpi4asus.sf.net | |||
2271 | S: Maintained | 2271 | S: Maintained |
2272 | F: drivers/platform/x86/eeepc-laptop.c | 2272 | F: drivers/platform/x86/eeepc-laptop.c |
2273 | 2273 | ||
2274 | EEEPC WMI EXTRAS DRIVER | ||
2275 | M: Corentin Chary <corentincj@iksaif.net> | ||
2276 | L: acpi4asus-user@lists.sourceforge.net | ||
2277 | L: platform-driver-x86@vger.kernel.org | ||
2278 | W: http://acpi4asus.sf.net | ||
2279 | S: Maintained | ||
2280 | F: drivers/platform/x86/eeepc-wmi.c | ||
2281 | |||
2274 | EFIFB FRAMEBUFFER DRIVER | 2282 | EFIFB FRAMEBUFFER DRIVER |
2275 | L: linux-fbdev@vger.kernel.org | 2283 | L: linux-fbdev@vger.kernel.org |
2276 | M: Peter Jones <pjones@redhat.com> | 2284 | M: Peter Jones <pjones@redhat.com> |