| Commit message (Expand) | Author | Age |
* | ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP | Rafael J. Wysocki | 2012-08-10 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-07-26 |
|\ |
|
| * | ACPI Battery: Added capacity | srinivas pandruvada | 2012-06-01 |
* | | ACPI: Use struct dev_pm_ops for power management in the battery driver | Rafael J. Wysocki | 2012-07-01 |
|/ |
|
* | ACPI battery: only refresh the sysfs files when pertinent information changes | Andy Whitcroft | 2012-05-08 |
* | switch procfs to umode_t use | Al Viro | 2012-01-03 |
* | Merge branch 'battery' into release | Len Brown | 2011-08-05 |
|\ |
|
| * | Battery: sysfs_remove_battery(): possible circular locking | Sergey Senozhatsky | 2011-08-05 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-08-03 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from... | Len Brown | 2011-08-02 |
| |\ \ \
| | | |/
| | |/| |
|
| | | * | ACPI: constify ops structs | Vasiliy Kulikov | 2011-07-16 |
| | |/
| |/| |
|
| | * | ACPI / Battery: propagate sysfs error in acpi_battery_add() | Stefan Hajnoczi | 2011-07-16 |
| | * | ACPI / Battery: avoid acpi_battery_add() use-after-free | Stefan Hajnoczi | 2011-07-16 |
| | * | ACPI / Battery: Resolve the race condition in the sysfs_remove_battery() | Lan Tianyu | 2011-07-14 |
| | * | ACPI / Battery: Add the check before refresh sysfs in the battery_notify() | Lan Tianyu | 2011-07-14 |
| | * | ACPI / Battery: Add the hibernation process in the battery_notify() | Lan Tianyu | 2011-07-14 |
| | * | ACPI / Battery: Rename acpi_battery_quirks2 with acpi_battery_quirks | Lan Tianyu | 2011-07-14 |
| | * | ACPI / Battery: Change 16-bit signed negative battery current into correct value | Lan Tianyu | 2011-07-14 |
| | * | ACPI / Battery: Add the power unit macro | Lan Tianyu | 2011-07-14 |
| |/ |
|
* / | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2011-07-21 |
|/ |
|
* | ACPI battery: fribble sysfs files from a resume notifier | Kyle McMartin | 2011-03-22 |
* | ACPI / Battery: remove battery refresh on resume | Linus Torvalds | 2011-01-20 |
* | ACPI / Battery: Update information on info notification and resume | Rafael J. Wysocki | 2011-01-12 |
* | ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39 | Zhang Rui | 2011-01-12 |
* | Merge branch 'battery' into release | Len Brown | 2010-10-25 |
|\ |
|
| * | ACPI / Battery: Return -ENODEV for unknown values in get_property() | Rafael J. Wysocki | 2010-10-23 |
* | | ACPI battery: support percentage battery remaining capacity | Zhang Rui | 2010-10-22 |
* | | ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by default | Zhang Rui | 2010-10-15 |
|/ |
|
* | ACPI: Don't report current_now if battery reports in mWh | Matthew Garrett | 2010-08-31 |
* | ACPI battery: don't invoke power_supply_changed twice when battery is hot-added | Zhang Rui | 2010-07-06 |
*-. | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 2010-04-06 |
|\ \ |
|
| | * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
| |/ |
|
* | | ACPI: battery drivers should call power_supply_changed() | Alan Jenkins | 2010-04-04 |
* | | ACPI: battery: Fix CONFIG_ACPI_SYSFS_POWER=n | Alan Jenkins | 2010-04-04 |
|/ |
|
*-. | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 2010-03-14 |
|\ \ |
|
| | * | ACPI: replace acpi_integer by u64 | Lin Ming | 2010-01-28 |
| |/ |
|
* | | ACPI: Battery: Add support for _BIX extended info method | Alexey Starikovskiy | 2010-01-15 |
* | | ACPI: Battery: Add bit flags | Alexey Starikovskiy | 2010-01-15 |
|/ |
|
* | battery: fix typo in comment | Justin P. Mattock | 2009-12-16 |
* | Merge branch 'battery' into release | Len Brown | 2009-09-19 |
|\ |
|
| * | ACPI battery: work around negative s16 battery current on Acer | Hector Martin | 2009-08-29 |
* | | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 2009-08-28 |
|/ |
|
* | ACPI: battery: fix CONFIG_ACPI_PROCFS_POWER=n build warning | Len Brown | 2009-06-18 |
* | ACPI: battery: use .notify method instead of installing handler directly | Bjorn Helgaas | 2009-06-18 |
* | Revert "ACPI battery: fix async boot oops" | Linus Torvalds | 2009-04-11 |
* | ACPI battery: fix async boot oops | Vegard Nossum | 2009-04-07 |
* | Merge branch 'linus' into release | Len Brown | 2009-04-05 |
|\ |
|
| * | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-30 |
* | | Merge branch 'constify' into release | Len Brown | 2009-04-05 |
|\ \ |
|
| * | | ACPI: constify VFTs (1/2) | Jan Engelhardt | 2009-04-03 |
| |/ |
|