aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/battery.c
AgeCommit message (Collapse)AuthorFilesLines
2006-07-01Pull smart-battery into release branchLen Brown1-6/+7
2006-07-01ACPI: add support for Smart BatteryRich Townsend1-6/+7
Most batteries today are ACPI "Control Method" batteries, but some models ship with the older "Smart Battery" that requires this code. Rich Townsend and Bruno Ducrot were the original authors. Vladimir Lebedev updated to run on latest kernel. http://bugzilla.kernel.org/show_bug.cgi?id=3734 Signed-off-by: Len Brown <[email protected]>
2006-07-01ACPI: handle battery notify event on broken BIOSVladimir Lebedev1-2/+4
http://bugzilla.kernel.org/show_bug.cgi?id=3241 Signed-off-by: Vladimir Lebedev <[email protected]> Signed-off-by: Len Brown <[email protected]>
2006-07-01Pull acpi_device_handle_cleanup into release branchLen Brown1-13/+10
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-2/+2
Signed-off-by: Len Brown <[email protected]>
2006-06-30ACPI: battery: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
Signed-off-by: Patrick Mochel <[email protected]> Signed-off-by: Len Brown <[email protected]>
2006-06-30ACPI: battery: Use acpi_device's handle instead of driver'sPatrick Mochel1-6/+6
Signed-off-by: Patrick Mochel <[email protected]> Signed-off-by: Len Brown <[email protected]>
2006-06-30ACPI: battery: add struct acpi_device to struct acpi_battery.Patrick Mochel1-5/+4
- Use it instead of acpi_bus_get_device().. Signed-off-by: Patrick Mochel <[email protected]> Signed-off-by: Len Brown <[email protected]>
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-56/+41
Signed-off-by: Len Brown <[email protected]>
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-22/+9
Signed-off-by: Thomas Renninger <[email protected]> Signed-off-by: Len Brown <[email protected]>
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-217/+183
Signed-off-by: Len Brown <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+846
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!