include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / acpi / battery.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-15 Len BrownMerge branches 'battery-2.6.34', 'bugzilla-10805',...
2010-01-28 Lin MingACPI: replace acpi_integer by u64
2010-01-15 Alexey StarikovskiyACPI: Battery: Add support for _BIX extended info method
2010-01-15 Alexey StarikovskiyACPI: Battery: Add bit flags
2009-12-16 Justin P. Mattockbattery: fix typo in comment
2009-09-19 Len BrownMerge branch 'battery' into release
2009-08-30 Hector MartinACPI battery: work around negative s16 battery current...
2009-08-28 Len BrownACPI: Move definition of PREFIX from acpi_bus.h to...
2009-06-18 Len BrownACPI: battery: fix CONFIG_ACPI_PROCFS_POWER=n build...
2009-06-18 Bjorn HelgaasACPI: battery: use .notify method instead of installing...
2009-04-11 Linus TorvaldsRevert "ACPI battery: fix async boot oops"
2009-04-07 Vegard NossumACPI battery: fix async boot oops
2009-04-05 Len BrownMerge branch 'linus' into release
2009-04-05 Len BrownMerge branch 'constify' into release
2009-04-05 Len BrownMerge branch 'async-battery' into release
2009-04-04 Arjan van de VenACPI: battery: asynchronous init
2009-04-04 Jan EngelhardtACPI: constify VFTs (1/2)
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-28 Alexey StarikovskiyACPI: battery: add power_{now,avg} properties to power_...
2009-02-21 Richard Hughesbattery: don't assume we are fully charged when not...
2008-12-23 Alexey StarikovskiyNewly inserted battery might differ from one just remov...
2008-12-05 Linus TorvaldsRevert "ACPI: battery: Convert discharge energy rate...
2008-12-05 Rafael J. WysockiACPI: Fix ACPI battery regression introduced by commit...
2008-11-26 Alexey StarikovskiyACPI: battery: Convert discharge energy rate to current...
2008-11-12 Len BrownMerge branch 'sysfs' into release
2008-11-08 Bjorn HelgaasACPI: consolidate ACPI_*_COMPONENT definitions in acpi_...
2008-11-07 Kay SieversACPI: struct device - replace bus_id with dev_name...
2008-10-23 Len BrownMerge branch 'linus' into test
2008-10-20 Parag Warudkarx86: sysfs: kill owner field from attribute
2008-10-10 Pavel MachekACPI: catch calls of acpi_driver_data on pointer of...
2008-04-29 Denis V. Lunevacpi: use non-racy method for proc entries creation
2008-03-18 Alexey StarikovskiyACPI: battery: Don't return -EFAIL on broken packages.
2008-02-06 maximilian attemsACPI: battery: add sysfs serial number
2008-01-01 Alexey StarikovskiyACPI: Make sysfs interface in ACPI power optional.
2007-12-07 Andrey BorzenkovACPI: battery: fix ACPI battery technology reporting
2007-11-20 Len BrownPull procfs-default into release branch
2007-11-20 Len BrownPull battery into release branch
2007-11-19 Alexey StarikovskiyACPI: Split out control for /proc/acpi entries from...
2007-11-13 Alexey StarikovskiyACPI: Battery: remove cycle from battery removal.
2007-11-08 Roland DreierACPI: Always return valid 'status' from acpi_battery_ge...
2007-10-29 Alexey StarikovskiyACPI: Battery: Allow extract string from integer
2007-10-29 Alexey StarikovskiyACPI: battery: Support for non-spec name for LiIon...
2007-10-29 Andrey BorzenkovACPI: battery: register power_supply subdevice only...
2007-10-25 Alexey StarikovskiyACPI: battery: Update battery information upon sysfs...
2007-10-25 Adrian BunkACPI: battery: remove dead code
2007-09-27 Alexey StarikovskiyACPI: Battery: add sysfs alarm
2007-09-27 Alexey StarikovskiyACPI: Battery: Add sysfs support
2007-09-27 Alexey StarikovskiyACPI: Battery: Misc clean-ups, no functional changes
2007-09-27 Alexey StarikovskiyACPI: Battery: simplify update scheme
2007-09-27 Alexey StarikovskiyACPI: Battery: don't use acpi_extract_package()
2007-08-25 Len BrownPull events into release branch
2007-08-23 Len BrownACPI: Schedule /proc/acpi/event for removal
2007-08-23 Zhang RuiACPI: don't duplicate input events on netlink
2007-08-15 Len BrownRevert "ACPI: Battery: Synchronize battery operations."
2007-08-03 Alexey StarikovskiyACPI: Battery: Synchronize battery operations.
2007-07-23 Thomas RenningerACPI: autoload modules - Create __mod_acpi_device_table...
2007-05-11 Alexey StarikovskiyACPI: battery: syntax cleanup
2007-04-22 Vladimir Lebedevprocess reading battery status hangs
2007-03-07 Vladimir LebedevACPI: battery: Lindent
2007-03-07 Vladimir LebedevACPI: Cache battery status instead of re-evaluating AML
2007-03-07 Vladimir LebedevACPI: battery: make internal names consistent with...
2007-02-17 Len BrownPull bugzilla-7200 into release branch
2007-02-13 Len BrownACPI: delete extra #defines in /drivers/acpi/ drivers
2007-02-13 Len BrownACPI: fix acpi_driver.name usage
2007-02-13 Len BrownACPI: clean up ACPI_MODULE_NAME() use
2007-02-10 Vladimir LebedevACPI: battery: check for battery present on /proc/batte...
2007-02-03 Len BrownPull sysfs into test branch
2006-12-20 Burman YanACPI: replace kmalloc+memset with kzalloc
2006-12-16 Len BrownPull style into test branch
2006-12-16 Patrick MochelACPI: add ACPI bus_type for driver model
2006-10-14 Jiri KosinaACPI: check battery status on resume for un/plug events...
2006-10-14 Jan EngelhardtACPI: Remove unnecessary from/to-void* and to-void...
2006-08-16 Pavel MachekACPI: fix boot with acpi=off
2006-07-10 Arjan van de VenACPI: add 'const' to several ACPI file_operations
2006-07-01 Len BrownPull smart-battery into release branch
2006-07-01 Len BrownPull acpi_device_handle_cleanup into release branch
2006-07-01 Rich TownsendACPI: add support for Smart Battery
2006-07-01 Vladimir LebedevACPI: handle battery notify event on broken BIOS
2006-07-01 Len BrownPull acpi_device_handle_cleanup into release branch
2006-06-30 Len BrownACPI: delete acpi_os_free(), use kfree() directly
2006-06-30 Patrick MochelACPI: battery: Remove unneeded acpi_handle from driver.
2006-06-30 Patrick MochelACPI: battery: Use acpi_device's handle instead of...
2006-06-30 Patrick MochelACPI: battery: add struct acpi_device to struct acpi_ba...
2006-06-27 Patrick MochelACPI: delete tracing macros from drivers/acpi/*.c
2006-06-27 Thomas RenningerACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
2005-08-05 Len Brown[ACPI] Lindent all ACPI files
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2