aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_parser.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-05-26 19:31:50 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-05-26 19:31:50 +0200
commitf5b4df96ee890a075b3004f913fea8d2143df7ca (patch)
tree25e746160b1960ba0c4ca1b5cd52010f2f7b02ad /scripts/lib/kdoc/kdoc_parser.py
parentMerge branches 'acpi-processor' and 'acpi-cppc' (diff)
parentACPI: PCI: Constify fwnode_handle in acpi_pci_root_remap_iospace() (diff)
parentACPI: battery: negate current when discharging (diff)
parentACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list (diff)
parentACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type() (diff)
downloadlinux-rng-f5b4df96ee890a075b3004f913fea8d2143df7ca.tar.xz
linux-rng-f5b4df96ee890a075b3004f913fea8d2143df7ca.zip
Merge branches 'acpi-pci', 'acpi-battery', 'acpi-ec' and 'acpi-apei'
Merge an ACPI PCI root driver update, ACPI battery driver updates, an ACPI EC driver update and APEI updates for 6.16-rc1: - Turn the acpi_pci_root_remap_iospace() fwnode_handle parameter into a const pointer (Pei Xiao). - Round battery capacity percengate in the ACPI battery driver to the closest integer to avoid user confusion (shitao). - Make the ACPI battery driver report the current as a negative number to the power supply framework when the battery is discharging as documented (Peter Marheine). - Add TUXEDO InfinityBook Pro AMD Gen9 to the acpi_ec_no_wakeup[] list to prevent spurious wakeups from suspend-to-idle (Werner Sembach). - Convert the APEI EINJ driver to a faux device one (Sudeep Holla, Jon Hunter). - Remove redundant calls to einj_get_available_error_type() from the APEI EINJ driver (Zaid Alali). * acpi-pci: ACPI: PCI: Constify fwnode_handle in acpi_pci_root_remap_iospace() * acpi-battery: ACPI: battery: negate current when discharging ACPI: battery: Round capacity percengate to closest integer * acpi-ec: ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list * acpi-apei: ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type() ACPI: APEI: EINJ: Fix probe error message ACPI: APEI: EINJ: Transition to the faux device interface