driver core: Implement device property accessors through fwnode ones
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 23 Mar 2015 23:24:16 +0000 (00:24 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 25 Mar 2015 20:00:09 +0000 (21:00 +0100)
commit9017f25254e474f2cc05df489e4f83b972d3d6fd
treea1f0adcf2b1674e581333de2dc5d011d8d5be091
parentfe0a20a3eff282efae9f891fd10081a9e2b45c96
driver core: Implement device property accessors through fwnode ones

Now that the ACPI companions of devices are pointed to by the fwnode
field in struct device, the device_property_*() accessor functions
can be modified to use their fwnode_property_*() counterparts
internally with minimum extra overhead in the IS_ENABLED(CONFIG_OF)
case, so make those changes.

This allows us to get rid of the rather ugly DEV_PROP_READ_ARRAY()
macro among other things.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/property.c