diff options
| author | 2026-02-05 15:03:47 +0100 | |
|---|---|---|
| committer | 2026-02-05 15:03:47 +0100 | |
| commit | 1a91d4e27d67d87673a0f2c1f90a98ae67b89885 (patch) | |
| tree | b9be409aa4da143615efca49613fda8a9becebcc /tools/perf/scripts/python/stackcollapse.py | |
| parent | Merge branch 'acpi-driver' (diff) | |
| parent | ACPI: battery: fix incorrect charging status when current is zero (diff) | |
| parent | ACPI: acpi_watchdog: use LIST_HEAD for stack-allocated list (diff) | |
Merge branches 'acpi-battery' and 'acpi-misc'
Merge ACPI battery driver changes and a generic ACPI watchdog device
driver change for 6.20-rc1/7.0-rc1:
- Convert the generic ACPI battery driver to a proper platform driver
using struct platform_driver for device binding (Rafael Wysocki)
- Fix incorrect charging status when current is zero in the generic
ACPI battery driver (Ata İlhan Köktürk)
- Use LIST_HEAD() for initializing a stack-allocated list in the
generic ACPI watchdog device driver (Can Peng)
* acpi-battery:
ACPI: battery: fix incorrect charging status when current is zero
ACPI: battery: Convert the driver to a platform one
ACPI: battery: Reduce code duplication related to cleanup
ACPI: battery: Adjust event notification routine
* acpi-misc:
ACPI: acpi_watchdog: use LIST_HEAD for stack-allocated list
