Merge branch 'acpi-properties'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 11 Aug 2022 17:21:03 +0000 (19:21 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 11 Aug 2022 17:21:03 +0000 (19:21 +0200)
commitda2679f26bd6ae20b06d49e53eedc2880cf5e65e
tree103108c9e94b2be81fd9467117f0f678db896636
parentb0f2fe5a38389790a97334c5df1c5dec52c5d627
parent46981fa78490e16589559cec8c762e5527d665d2
Merge branch 'acpi-properties'

Merge changes adding support for device properties with buffer values
to the ACPI device properties handling code.

* acpi-properties:
  ACPI: property: Fix error handling in acpi_init_properties()
  ACPI: property: Read buffer properties as integers
  ACPI: property: Add support for parsing buffer property UUID
  ACPI: property: Unify integer value reading functions
  ACPI: property: Switch node property referencing from ifs to a switch
  ACPI: property: Move property ref argument parsing into a new function
  ACPI: property: Use acpi_object_type consistently in property ref parsing
  ACPI: property: Tie data nodes to acpi handles
  ACPI: property: Return type of acpi_add_nondev_subnodes() should be bool
drivers/acpi/property.c
include/acpi/acpi_bus.h
include/linux/acpi.h