diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 20:28:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 20:28:37 -0400 |
commit | 474829e875ab93512dbe0a713f564d3cd3874bc9 (patch) | |
tree | e0c066ca80e2d0c4b1eb4109393f5911bcb92998 /MAINTAINERS | |
parent | 27afe58fe60fbf71a25f1f592472c0e7b72b3502 (diff) | |
parent | 7e31842441776b4d6ec7fd916c91663ad05b7814 (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: (53 commits)
ACPI: install ACPI table handler before any dynamic tables being loaded
ACPI / PM: Blacklist another machine that needs acpi_sleep=nonvs
ACPI: Page based coalescing of I/O remappings optimization
ACPI: Convert simple locking to RCU based locking
ACPI: Pre-map 'system event' related register blocks
ACPI: Add interfaces for ioremapping/iounmapping ACPI registers
ACPI: Maintain a list of ACPI memory mapped I/O remappings
ACPI: Fix ioremap size for MMIO reads and writes
ACPI / Battery: Return -ENODEV for unknown values in get_property()
ACPI / PM: Fix reference counting of power resources
Subject: [PATCH] ACPICA: Fix Scope() op in module level code
ACPI battery: support percentage battery remaining capacity
ACPI: Make Embedded Controller command timeout delay configurable
ACPI dock: move some functions to .init.text
ACPI: thermal: remove unused limit code
ACPI: static sleep_states[] and acpi_gts_bfs_check
ACPI: remove dead code
ACPI: delete dedicated MAINTAINERS entries for ACPI EC and BATTERY drivers
ACPI: Only processor needs CPU_IDLE
ACPICA: Update version to 20101013
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 014b648f99ed..635f8801c45a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -243,21 +243,6 @@ F: drivers/pnp/pnpacpi/ | |||
243 | F: include/linux/acpi.h | 243 | F: include/linux/acpi.h |
244 | F: include/acpi/ | 244 | F: include/acpi/ |
245 | 245 | ||
246 | ACPI BATTERY DRIVERS | ||
247 | M: Alexey Starikovskiy <astarikovskiy@suse.de> | ||
248 | L: linux-acpi@vger.kernel.org | ||
249 | W: http://www.lesswatts.org/projects/acpi/ | ||
250 | S: Supported | ||
251 | F: drivers/acpi/battery.c | ||
252 | F: drivers/acpi/*sbs* | ||
253 | |||
254 | ACPI EC DRIVER | ||
255 | M: Alexey Starikovskiy <astarikovskiy@suse.de> | ||
256 | L: linux-acpi@vger.kernel.org | ||
257 | W: http://www.lesswatts.org/projects/acpi/ | ||
258 | S: Supported | ||
259 | F: drivers/acpi/ec.c | ||
260 | |||
261 | ACPI FAN DRIVER | 246 | ACPI FAN DRIVER |
262 | M: Zhang Rui <rui.zhang@intel.com> | 247 | M: Zhang Rui <rui.zhang@intel.com> |
263 | L: linux-acpi@vger.kernel.org | 248 | L: linux-acpi@vger.kernel.org |