]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
device property: Move FW type specific functionality to FW specific files
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 6 Jun 2017 09:37:37 +0000 (12:37 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Jun 2017 00:55:34 +0000 (02:55 +0200)
commit3708184afc77bb67709a67a35d9f367ebd32cbc4
tree75f7ab2569948a6f6bc3b95c75f9af5e90c12434
parentcde1f95f407a593ad6baf1b7b01daa2c6cbd34fd
device property: Move FW type specific functionality to FW specific files

The device and fwnode property API supports Devicetree, ACPI and pset
properties. The implementation of this functionality for each firmware
type was embedded in the fwnode property core. Move it out to firmware
type specific locations, making it easier to maintain.

Depends-on: ("of: Move OF property and graph API from base.c to property.c")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/property.c
drivers/acpi/scan.c
drivers/base/property.c
drivers/of/property.c
include/linux/acpi.h
include/linux/fwnode.h
include/linux/of.h