summaryrefslogtreecommitdiff
path: root/drivers/acpi/battery.c
AgeCommit message (Expand)Author
2026-05-25ACPI: battery: Switch over to devres-based resource managementRafael J. Wysocki
2026-05-19ACPI: battery: Fix system wakeup on critical battery statusRafael J. Wysocki
2026-05-11ACPI: driver: Check ACPI_COMPANION() against NULL during probeRafael J. Wysocki
2026-03-13ACPI: driver: Do not set acpi_device_class() unnecessarilyRafael J. Wysocki
2026-03-13ACPI: driver: Avoid using pnp.device_class for netlink handlingRafael J. Wysocki
2026-03-13ACPI: event: Redefine acpi_notifier_call_chain()Rafael J. Wysocki
2026-03-13ACPI: driver: Do not set acpi_device_name() unnecessarilyRafael J. Wysocki
2026-02-13ACPI: battery: Drop redundant checks from acpi_battery_remove()Rafael J. Wysocki
2026-02-11ACPI: battery: Drop redundant check from acpi_battery_notify()Rafael J. Wysocki
2026-02-01ACPI: battery: fix incorrect charging status when current is zeroAta İlhan Köktürk
2025-12-26ACPI: battery: Convert the driver to a platform oneRafael J. Wysocki
2025-12-26ACPI: battery: Reduce code duplication related to cleanupRafael J. Wysocki
2025-12-26ACPI: battery: Adjust event notification routineRafael J. Wysocki
2025-10-27ACPI: battery: Drop redundant lockingRafael J. Wysocki
2025-09-28ACPI: battery: Add synchronization between interface updatesRafael J. Wysocki
2025-07-03Revert "ACPI: battery: negate current when discharging"Rafael J. Wysocki
2025-05-09ACPI: battery: negate current when dischargingPeter Marheine
2025-04-09ACPI: battery: Round capacity percengate to closest integershitao
2024-12-10ACPI: battery: Rename extensions to hook in messagesThomas Weißschuh
2024-11-28Merge tag 'for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2024-11-04ACPI: battery: Check for error code from devm_mutex_init() callAndy Shevchenko
2024-10-15ACPI: battery: Register power supply with power_supply_register()Thomas Weißschuh
2024-10-07ACPI: battery: use DEFINE_SIMPLE_DEV_PM_OPSThomas Weißschuh
2024-10-07ACPI: battery: initialize mutexes through devm_ APIsThomas Weißschuh
2024-10-07ACPI: battery: allocate driver data through devm_ APIsThomas Weißschuh
2024-10-07ACPI: battery: check result of register_pm_notifier()Thomas Weißschuh
2024-10-04Merge tag 'acpi-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02ACPI: battery: Fix possible crash when unregistering a battery hookArmin Wolf
2024-10-02ACPI: battery: Simplify battery hook lockingArmin Wolf
2024-09-04ACPI: battery: use driver core managed async probingThomas Weißschuh
2024-08-02ACPI: battery: Remove redundant NULL initalizationsIlpo Järvinen
2024-08-02ACPI: battery: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed
2024-07-16Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-07-01ACPI: battery: Add support for charge limiting stateArmin Wolf
2024-07-01ACPI: battery: add devm_battery_hook_register()Thomas Weißschuh
2024-06-13ACPI: battery: create alarm sysfs attribute atomicallyThomas Weißschuh
2024-06-13ACPI: battery: use sysfs_emit over sprintfThomas Weißschuh
2024-06-13ACPI: battery: constify powersupply propertiesThomas Weißschuh
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki
2023-07-14ACPI: battery: Install Notify() handler directlyMichal Wilczynski
2023-01-30ACPI: battery: Increase maximum string lengthArmin Wolf
2023-01-30ACPI: battery: Fix buffer overread if not NUL-terminatedArmin Wolf
2023-01-18ACPI: battery: Fix missing NUL-termination with large stringsArmin Wolf
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-12-12Merge branches 'acpi-apei', 'acpi-x86', 'acpi-battery' and 'acpi-pfrut'Rafael J. Wysocki
2022-12-02ACPI: battery: Call power_supply_changed() when adding hooksArmin Wolf
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li
2022-11-16ACPI: battery: Pass battery hook pointer to hook callbacksArmin Wolf
2022-05-06ACPI: battery: Make "not-charging" the default on no charging or full infoWerner Sembach