From: "Voon, Weifeng" <weifeng.v...@intel.com>

The patch is the "device property" backport for Apollo Lake/Broxton.

Patch "device property: always check for fwnode type" is from mainline.
The other patches is to make sure the patch apply cleanly.

The patches are targeted for linux-yocto-4.1 on standard/base branch.

Alexander Sverdlin (1):
  ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and
    to_acpi_node()

Andy Shevchenko (3):
  device property: attach 'else if' to the proper 'if'
  device property: fallback to pset when gettng one string
  device property: always check for fwnode type

Guenter Roeck (1):
  device property: Return -ENXIO if there is no suitable FW interface

Rafael J. Wysocki (5):
  ACPI / property: Refine consistency check for PRP0001
  ACPI / property: Define a symbol for PRP0001
  ACPI / property: Add routine for extraction of _DSD properties
  ACPI / property: Add support for data-only subnodes
  ACPI / property: Extend fwnode_property_* to data-only subnodes

Suthikulpanit, Suravee (1):
  ACPI / scan: Parse _CCA and setup device coherency

 drivers/acpi/Kconfig         |   3 +
 drivers/acpi/acpi_platform.c |   2 +-
 drivers/acpi/glue.c          |   5 +
 drivers/acpi/internal.h      |   2 +
 drivers/acpi/property.c      | 359 ++++++++++++++++++++++++++++++++++---------
 drivers/acpi/scan.c          |  63 ++++++--
 drivers/base/property.c      |  58 ++++---
 drivers/gpio/gpiolib.c       |   8 +-
 drivers/leds/leds-gpio.c     |   2 +-
 include/acpi/acpi_bus.h      |  68 +++++++-
 include/linux/acpi.h         |  58 +++++--
 include/linux/fwnode.h       |   1 +
 include/linux/of.h           |   4 +-
 13 files changed, 500 insertions(+), 133 deletions(-)

-- 
1.9.1

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to