Hi Linus,
please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release
Bug fixes, per below.
Note that I've refreshed a patch from Rafael
(ac7729da880e742613129ee6dea0045328670d2d)
and re-pushed this branch since yesterday.
In the event you already pulled it, I can instead send
a small incremental patch.
This will update the files shown below.
thanks!
--
Len Brown
Intel Open Source Technology Center
ps. individual patches are available on linux-acpi@vger.kernel.org
and a consolidated plain patch is available here:
http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/2.6.34/acpi-release-20...
drivers/acpi/acpica/evgpe.c | 19 ++++-------
drivers/acpi/acpica/exprep.c | 12 +++++++
drivers/acpi/battery.c | 6 ++--
drivers/acpi/dock.c | 7 +---
drivers/acpi/ec.c | 35 +++++---------------
drivers/acpi/numa.c | 6 ++-
drivers/acpi/osl.c | 23 +++++++------
drivers/acpi/scan.c | 12 +++---
drivers/acpi/video.c | 67 +++++++++++++++++++++++++++------------
drivers/pnp/pnpacpi/rsparser.c | 42 ++++++++++++++++++-------
10 files changed, 131 insertions(+), 98 deletions(-)
through these commits:
Alan Jenkins (2):
ACPI: battery: Fix CONFIG_ACPI_SYSFS_POWER=n
ACPI: battery drivers should call power_supply_changed()
Alexey Starikovskiy (1):
ACPI: EC: Allow multibyte access to EC
Bjorn Helgaas (2):
ACPI: use _HID when supplied by root-level devices
PNPACPI: truncate _CRS windows with _LEN > _MAX - _MIN + 1
Chase Douglas (1):
ACPI: Reduce ACPI resource conflict message to KERN_WARNING, printk cleanup
David Rientjes (1):
ACPI: NUMA: map pxms to low node ids
Matthew Garrett (1):
ACPI: Don't send KEY_UNKNOWN for random video notifications
Rafael J. Wysocki (2):
ACPI / ACPICA: Do not check reference counters in ...