aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/battery.c
AgeCommit message (Expand)Author
2014-09-24ACPI / battery: Replace strnicmp with strncasecmpRasmus Villemoes
2014-09-09Revert "ACPI / battery: fix wrong value of capacity_now reported when fully c...Bjørn Mork
2014-09-09Revert "ACPI / battery: Fix warning message in acpi_battery_get_state()"Bjørn Mork
2014-08-10ACPI / battery: Fix warning message in acpi_battery_get_state()Mariusz Ceier
2014-07-30ACPI / battery: remove duplicated include from battery.cWei Yongjun
2014-07-07ACPI / battery: fix wrong value of capacity_now reported when fully chargedJosef Gajdusek
2014-07-07ACPI / battery: Retry to get battery information if failed during probingLan Tianyu
2014-06-19Merge branches 'acpi-general', 'acpi-processor', 'acpi-lpss' and 'acpi-battery'Rafael J. Wysocki
2014-06-17ACPI: use kstrto*() instead of simple_strto*()Christoph Jaeger
2014-06-17ACPI / battery: add quirk for Acer Aspire V5-573GAlexander Mezin
2014-06-17ACPI / battery: use callback for setting up quirksAlexander Mezin
2014-05-30ACPI / battery: wakeup the system only when necessaryZhang Rui
2014-05-30ACPI / battery: introduce support for POWER_SUPPLY_PROP_CAPACITY_LEVELZhang Rui
2014-05-16ACPI / battery: Accelerate battery resume callbackLan Tianyu
2014-05-06ACPI: Revert "ACPI / Battery: Remove battery's proc directory"Lan Tianyu
2014-03-19ACPI / battery: call ACPI notifier chain in acpi_battery_notifyAlexander Mezin
2014-03-19ACPI / battery: move some ACPI_BATTERY_* definitions to headerAlexander Mezin
2014-02-13ACPI / battery: fix battery driver compile error when CONFIG_PM_SLEEP is unde...Shuah Khan
2014-02-05ACPI / battery: Fix incorrect sscanf() string in acpi_battery_init_alarm()Luis G.F
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki
2014-01-06ACPI / Battery: Add a _BIX quirk for NEC LZ750/LSLan Tianyu
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng
2013-10-12ACPI / Battery: Remove battery's proc directoryLan Tianyu
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki
2013-08-27Merge branch 'acpi-cleanup'Rafael J. Wysocki
2013-08-14Merge back earlier 'acpi-assorted' materialRafael J. Wysocki
2013-07-30ACPI / battery: Fix parsing _BIX return valueLan Tianyu
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger
2013-07-15ACPI: introduce helper function acpi_execute_simple_method()Jiang Liu
2013-07-15ACPI: introduce helper function acpi_has_method()Jiang Liu
2013-06-19ACPI / battery: Make sure all spaces are in correct placesNicholas Mazzuca
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-25ACPI: suppress compiler warning in battery.cAndy Shevchenko
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki
2012-11-16ACPI / battery: Correct battery capacity values on ThinkpadsKamil Iskra
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-07-01ACPI: Use struct dev_pm_ops for power management in the battery driverRafael J. Wysocki
2012-06-01ACPI Battery: Added capacitysrinivas pandruvada
2012-05-08ACPI battery: only refresh the sysfs files when pertinent information changesAndy Whitcroft
2012-01-03switch procfs to umode_t useAl Viro
2011-08-05Merge branch 'battery' into releaseLen Brown
2011-08-05Battery: sysfs_remove_battery(): possible circular lockingSergey Senozhatsky
2011-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-08-02Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from...Len Brown
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody
2011-07-16ACPI / Battery: propagate sysfs error in acpi_battery_add()Stefan Hajnoczi
2011-07-16ACPI / Battery: avoid acpi_battery_add() use-after-freeStefan Hajnoczi
2011-07-16ACPI: constify ops structsVasiliy Kulikov