summaryrefslogtreecommitdiff
path: root/drivers/acpi/battery.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-10ACPI: battery: Rename extensions to hook in messagesThomas Weißschuh1-7/+7
2024-11-28Merge tag 'for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-1/+2
2024-11-04ACPI: battery: Check for error code from devm_mutex_init() callAndy Shevchenko1-2/+8
2024-10-15ACPI: battery: Register power supply with power_supply_register()Thomas Weißschuh1-1/+2
2024-10-07ACPI: battery: use DEFINE_SIMPLE_DEV_PM_OPSThomas Weißschuh1-6/+2
2024-10-07ACPI: battery: initialize mutexes through devm_ APIsThomas Weißschuh1-7/+2
2024-10-07ACPI: battery: allocate driver data through devm_ APIsThomas Weißschuh1-3/+1
2024-10-07ACPI: battery: check result of register_pm_notifier()Thomas Weißschuh1-1/+3
2024-10-04Merge tag 'acpi-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-11/+17
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-02ACPI: battery: Fix possible crash when unregistering a battery hookArmin Wolf1-3/+9
2024-10-02ACPI: battery: Simplify battery hook lockingArmin Wolf1-9/+9
2024-09-04ACPI: battery: use driver core managed async probingThomas Weißschuh1-24/+7
2024-08-02ACPI: battery: Remove redundant NULL initalizationsIlpo Järvinen1-2/+2
2024-08-02ACPI: battery: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed1-2/+2
2024-07-16Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-13/+24
2024-07-01ACPI: battery: Add support for charge limiting stateArmin Wolf1-4/+7
2024-07-01ACPI: battery: add devm_battery_hook_register()Thomas Weißschuh1-0/+15
2024-06-13ACPI: battery: create alarm sysfs attribute atomicallyThomas Weißschuh1-4/+12
2024-06-13ACPI: battery: use sysfs_emit over sprintfThomas Weißschuh1-1/+1
2024-06-13ACPI: battery: constify powersupply propertiesThomas Weißschuh1-4/+4
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki1-1/+1
2023-07-14ACPI: battery: Install Notify() handler directlyMichal Wilczynski1-5/+19
2023-01-30ACPI: battery: Increase maximum string lengthArmin Wolf1-5/+7
2023-01-30ACPI: battery: Fix buffer overread if not NUL-terminatedArmin Wolf1-8/+17
2023-01-18ACPI: battery: Fix missing NUL-termination with large stringsArmin Wolf1-1/+1
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+6
2022-12-12Merge branches 'acpi-apei', 'acpi-x86', 'acpi-battery' and 'acpi-pfrut'Rafael J. Wysocki1-1/+4
2022-12-02ACPI: battery: Call power_supply_changed() when adding hooksArmin Wolf1-1/+4
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-3/+2
2022-11-16ACPI: battery: Pass battery hook pointer to hook callbacksArmin Wolf1-4/+4
2022-05-06ACPI: battery: Make "not-charging" the default on no charging or full infoWerner Sembach1-23/+1
2022-02-25ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3Maximilian Luz1-0/+12
2022-01-10Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-t...Rafael J. Wysocki1-0/+22
2022-01-04ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helperHans de Goede1-39/+3
2021-12-30ACPI: battery: Add the ThinkPad "Not Charging" quirkThomas Weißschuh1-0/+22
2021-10-13ACPI: battery: Accept charges over the design capacity as fullAndré Almeida1-1/+1
2021-04-08ACPI: battery: fix some coding style issuesXiaofei Tan1-29/+34
2021-02-04ACPI: battery: Clean up printing messagesRafael J. Wysocki1-17/+16
2020-11-09ACPI: Fix whitespace inconsistenciesMaximilian Luz1-1/+1
2020-06-22ACPI: procfs: Remove last dirs after being marked deprecated for a decadeThomas Renninger1-255/+0
2020-03-04ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entryHans de Goede1-5/+5
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2019-12-16ACPI / battery: Deal better with neither design nor full capacity not being r...Hans de Goede1-12/+39
2019-12-16ACPI / battery: Use design-cap for capacity calculations if full-cap is not a...Hans de Goede1-3/+8
2019-12-16ACPI / battery: Deal with design or full capacity being reported as -1Hans de Goede1-7/+12
2019-10-18acpi: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-14/+1
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