Re: [PATCH] driver core: Implement device property accessors through fwnode ones

2015-03-23 Thread Greg Kroah-Hartman
On Mon, Mar 23, 2015 at 12:10:30AM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > 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_*()

Re: [PATCH] driver core: Implement device property accessors through fwnode ones

2015-03-23 Thread Greg Kroah-Hartman
On Mon, Mar 23, 2015 at 12:10:30AM +0100, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com 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

[PATCH] driver core: Implement device property accessors through fwnode ones

2015-03-22 Thread Rafael J. Wysocki
From: Rafael J. Wysocki 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,

[PATCH] driver core: Implement device property accessors through fwnode ones

2015-03-22 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com 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