Merge branches 'acpica', 'acpi-osl', 'acpi-tables', 'acpi-properties' and 'acpi-scan...
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 28 Feb 2022 19:45:04 +0000 (20:45 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 28 Feb 2022 19:45:04 +0000 (20:45 +0100)
commit20895f85ae50c4af7e56da7cc83b04b03d4977cd
treec89ebc3c27909698235c127d9fc369c0d673e02f
parent7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3
parentae57857b9b6341096ddfd9c0cf26fb640c561160
parent2e433a94dab0246fee706d18aaecd67007ead404
parentb2301472f1215cf85b622374132f93b43cbe7b20
parent9978f446d406a7dae080ca4a682bac927c9b8773
parentad2f3b08d1ab17e481df753aae221f085fe1cc8a
Merge branches 'acpica', 'acpi-osl', 'acpi-tables', 'acpi-properties' and 'acpi-scan' into linux-next

* acpica:
  ACPICA: Use uintptr_t and offsetof() in Linux kernel builds

* acpi-osl:
  ACPI: OSL: Fix and clean up acpi_os_read/write_port()

* acpi-tables:
  ACPI: tables: Add CEDT signature to the list of known tables

* acpi-properties:
  ACPI: property: Get rid of redundant 'else'
  ACPI: properties: Consistently return -ENOENT if there are no more references

* acpi-scan:
  ACPI: scan: Use ida_alloc() instead of ida_simple_get()