summaryrefslogtreecommitdiff
path: root/drivers/acpi/battery.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-09ACPI / battery: Do not export energy_full[_design] on devices without full_ch...Hans de Goede1-0/+19
2018-07-25ACPI / battery: get rid of negations in conditionsDmitry Rozhkov1-10/+12
2018-07-25ACPI / battery: use specialized print macrosDmitry Rozhkov1-5/+3
2018-07-25ACPI / battery: reorder headers alphabeticallyDmitry Rozhkov1-5/+6
2018-07-25ACPI / battery: drop inclusion of init.hDmitry Rozhkov1-1/+0
2018-07-24ACPI: battery: remove redundant old_present check on insertionLucas Rangit Magasweran1-4/+4
2018-07-04ACPI / battery: Safe unregistering of hooksJouke Witteveen1-4/+5
2018-06-05Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-11/+70
2018-05-16acpi/battery: simplify procfs codeChristoph Hellwig1-95/+26
2018-05-10ACPI / battery: Add quirk to avoid checking for PMIC with native driverCarlo Caione1-8/+34
2018-05-02ACPI / battery: Ignore AC state in handle_discharging on systems where it is ...Hans de Goede1-1/+21
2018-05-02ACPI / battery: Add handling for devices which wrongly report discharging stateHans de Goede1-1/+14
2018-05-02ACPI / battery: Remove initializer for unused ident dmi_system_idHans de Goede1-2/+2
2018-04-02Merge branches 'acpi-battery', 'acpi-doc' and 'acpi-pmic'Rafael J. Wysocki1-3/+171
2018-03-19Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"Daniel Drake1-45/+3
2018-03-13Revert "ACPI: battery: Add the ThinkPad "Not Charging" quirk"Rafael J. Wysocki1-23/+1
2018-02-27ACPI: battery: do not export degraded capacity values over 100Laszlo Toth1-0/+27
2018-02-27ACPI: battery: make function __battery_hook_unregister() staticColin Ian King1-1/+1
2018-02-21ACPI: battery: Add the ThinkPad "Not Charging" quirkOgnjen Galic1-1/+23
2018-02-21battery: Add the battery hooking APIOgnjen Galic1-3/+144
2018-02-04ACPI / battery: Add quirk for Asus UX360UA and UX410UAKKai Heng Feng1-0/+16
2017-12-18ACPI / battery: Add quirk for Asus GL502VSK and UX305LAKai-Heng Feng1-3/+29
2017-12-13ACPI: battery: Drop redundant test for failureBjørn Mork1-3/+1
2017-08-24ACPI: make device_attribute constBhumika Goyal1-1/+1
2017-06-15ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki1-1/+1
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki1-1/+1
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki1-1/+1
2017-05-09Merge branches 'pm-domains', 'pm-cpuidle', 'pm-sleep' and 'powercap'Rafael J. Wysocki1-1/+1
2017-05-05ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki1-1/+1
2017-04-19ACPI / battery: Add a blacklist with PMIC ACPI HIDs with a native battery driverHans de Goede1-0/+14
2017-04-19ACPI / battery: Fix acpi_battery_exit on acpi_battery_init_async errorsHans de Goede1-2/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-16ACPI / battery: If _BIX fails, retry with _BIFDave Lambley1-24/+48
2016-08-31ACPI / battery: Add sysfs representation after checking _BSTCarlos Garnacho1-4/+6
2016-05-21ACPI / battery: Correctly serialise with the pending async probeChris Wilson1-1/+1
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-06-15ACPI / battery: mark DMI table as __initconstMathias Krause1-3/+5
2015-06-15ACPI / battery: minor tweaks to acpi_battery_units()Mathias Krause1-8/+6
2015-06-15ACPI / battery: constify the offset tablesMathias Krause1-4/+4
2015-05-14ACPI / battery: ensure acpi_battery_init() has finishLuis Henriques1-1/+3
2015-05-14ACPI / battery: drop useless return statementsLuis Henriques1-5/+5
2015-05-14ACPI / battery: abort initialization earlier if acpi_disabledLuis Henriques1-3/+3
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2015-04-14ACPI / battery: Fix doubly added battery on system suspendKrzysztof Kozlowski1-1/+1
2015-03-18ACPI / battery: make warning greppableMartin Kepplinger1-2/+2
2015-03-13power_supply: Change ownership from driver to coreKrzysztof Kozlowski1-25/+30
2015-03-13power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski1-1/+2
2014-11-24ACPI: Add _DEP support to fix battery issue on Asus T100TALan Tianyu1-0/+4
2014-09-24ACPI / battery: Replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-09-09Revert "ACPI / battery: fix wrong value of capacity_now reported when fully c...Bjørn Mork1-14/+0