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