]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a90225dd2f1d9d864f4fd8fb099a22bb3085dec
treea1f0adcf2b1674e581333de2dc5d011d8d5be091
parent1871c7e665460d162b2b5a2c933514273a805d51
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