summaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-02-15 15:34:12 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-02-15 15:34:12 +0100
commitb7ab6b91b9e7b98ce746b22893e45edfc458c231 (patch)
tree43d3fde44d8577532590c0903e4a7827c3ccaebc /drivers/acpi
parent9f4512c2aeca02d75b246fe456e7540043c5e81b (diff)
parent17bb7046e7ce038a73ee97eaa804e0300c5199e2 (diff)
parent7de6c3fb6dfbf9b920caa8cad953d8ac406f6790 (diff)
parent91507d25a67c561f97c34fdd9fdf04e9a1dd7355 (diff)
parent53fc7e80f3aa9c34d396bcfbcc03a4c0d2eaac96 (diff)
Merge branches 'acpi-resource', 'acpi-pmic', 'acpi-battery' and 'acpi-apei'
Merge ACPI resources handling changes, ACPI PMIC and battery drivers changes and ACPI APEI changes for 6.3-rc1: - Add two more entries to the ACPI IRQ override quirk list (Adam Niederer, Werner Sembach). - Add a pmic_i2c_address entry for Intel Bay Trail Crystal Cove to allow intel_soc_pmic_exec_mipi_pmic_seq_element() to be used with the Bay Trail Crystal Cove PMIC OpRegion driver (Hans de Goede). - Add comments with DSDT power OpRegion field names to the ACPI PMIC driver (Hans de Goede). - Fix string termination handling in the ACPI battery driver (Armin Wolf). - Limit error type to 32-bit width in the ACPI APEI error injection code (Shuai Xue). * acpi-resource: ACPI: resource: Do IRQ override on all TongFang GMxRGxx ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 models * acpi-pmic: ACPI: PMIC: Add comments with DSDT power opregion field names ACPI: PMIC: Add pmic_i2c_address to BYT Crystal Cove support * acpi-battery: ACPI: battery: Increase maximum string length ACPI: battery: Fix buffer overread if not NUL-terminated ACPI: battery: Fix missing NUL-termination with large strings * acpi-apei: ACPI: APEI: EINJ: Limit error type to 32-bit width