Re: [RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-18 Thread Darren Hart
On 8/18/14, 4:29, "Mika Westerberg" wrote: >On Sun, Aug 17, 2014 at 01:54:16PM +0100, Grant Likely wrote: >> On Sun, 17 Aug 2014 09:04:14 +0300, Mika Westerberg >> wrote: >> > From: Aaron Lu >> > >> > With the unified device properties interface in place, add device >>tree support. >> > By

Re: [RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-18 Thread Rob Herring
On 08/17/2014 01:04 AM, Mika Westerberg wrote: > From: Aaron Lu > > With the unified device properties interface in place, add device tree > support. > By adding the dev_prop_ops for of_node devices, drivers can access properties > from ACPI or Device Tree in a generic way. > > Signed-off-by:

Re: [RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-18 Thread Mika Westerberg
On Sun, Aug 17, 2014 at 01:54:16PM +0100, Grant Likely wrote: > On Sun, 17 Aug 2014 09:04:14 +0300, Mika Westerberg > wrote: > > From: Aaron Lu > > > > With the unified device properties interface in place, add device tree > > support. > > By adding the dev_prop_ops for of_node devices,

Re: [RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-18 Thread Mika Westerberg
On Sun, Aug 17, 2014 at 01:54:16PM +0100, Grant Likely wrote: On Sun, 17 Aug 2014 09:04:14 +0300, Mika Westerberg mika.westerb...@linux.intel.com wrote: From: Aaron Lu aaron...@intel.com With the unified device properties interface in place, add device tree support. By adding the

Re: [RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-18 Thread Rob Herring
On 08/17/2014 01:04 AM, Mika Westerberg wrote: From: Aaron Lu aaron...@intel.com With the unified device properties interface in place, add device tree support. By adding the dev_prop_ops for of_node devices, drivers can access properties from ACPI or Device Tree in a generic way.

Re: [RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-18 Thread Darren Hart
On 8/18/14, 4:29, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Sun, Aug 17, 2014 at 01:54:16PM +0100, Grant Likely wrote: On Sun, 17 Aug 2014 09:04:14 +0300, Mika Westerberg mika.westerb...@linux.intel.com wrote: From: Aaron Lu aaron...@intel.com With the unified device

Re: [RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-17 Thread Grant Likely
On Sun, 17 Aug 2014 09:04:14 +0300, Mika Westerberg wrote: > From: Aaron Lu > > With the unified device properties interface in place, add device tree > support. > By adding the dev_prop_ops for of_node devices, drivers can access properties > from ACPI or Device Tree in a generic way. > >

[RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-17 Thread Mika Westerberg
From: Aaron Lu With the unified device properties interface in place, add device tree support. By adding the dev_prop_ops for of_node devices, drivers can access properties from ACPI or Device Tree in a generic way. Signed-off-by: Aaron Lu Reviewed-by: Darren Hart Signed-off-by: Mika

[RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-17 Thread Mika Westerberg
From: Aaron Lu aaron...@intel.com With the unified device properties interface in place, add device tree support. By adding the dev_prop_ops for of_node devices, drivers can access properties from ACPI or Device Tree in a generic way. Signed-off-by: Aaron Lu aaron...@intel.com Reviewed-by:

Re: [RFC PATCH 4/9] of: Add property_ops callback for devices with of_node

2014-08-17 Thread Grant Likely
On Sun, 17 Aug 2014 09:04:14 +0300, Mika Westerberg mika.westerb...@linux.intel.com wrote: From: Aaron Lu aaron...@intel.com With the unified device properties interface in place, add device tree support. By adding the dev_prop_ops for of_node devices, drivers can access properties from