Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-16 Thread lee.jo...@linaro.org
On Thu, 15 Nov 2012, Per Förlin wrote: > On 11/15/2012 04:52 PM, Grant Likely wrote: > > On Mon, 12 Nov 2012 23:54:40 +0100, Per Förlin > > wrote: > >> On 11/12/2012 04:20 PM, Grant Likely wrote: > >>> On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin > >>> wrote: > Add support to extract

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-16 Thread lee.jo...@linaro.org
On Thu, 15 Nov 2012, Per Förlin wrote: On 11/15/2012 04:52 PM, Grant Likely wrote: On Mon, 12 Nov 2012 23:54:40 +0100, Per Förlin per.for...@stericsson.com wrote: On 11/12/2012 04:20 PM, Grant Likely wrote: On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin per.for...@stericsson.com wrote:

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-15 Thread Per Förlin
On 11/15/2012 04:52 PM, Grant Likely wrote: > On Mon, 12 Nov 2012 23:54:40 +0100, Per Förlin > wrote: >> On 11/12/2012 04:20 PM, Grant Likely wrote: >>> On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin >>> wrote: Add support to extract device name from device tree blob. If the property

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-15 Thread Per Förlin
On 11/15/2012 04:52 PM, Grant Likely wrote: On Mon, 12 Nov 2012 23:54:40 +0100, Per Förlin per.for...@stericsson.com wrote: On 11/12/2012 04:20 PM, Grant Likely wrote: On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin per.for...@stericsson.com wrote: Add support to extract device name from

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-14 Thread Lee Jones
On Mon, 12 Nov 2012, Per Forlin wrote: > Add support to extract device name from device tree blob. > If the property "dev-name" is set in the DTS this name will > be used when creating the device. > The auxdata_lookup has precedence and will override > the "dev-name" property. > > Adding support

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-14 Thread Lee Jones
On Mon, 12 Nov 2012, Per Forlin wrote: Add support to extract device name from device tree blob. If the property dev-name is set in the DTS this name will be used when creating the device. The auxdata_lookup has precedence and will override the dev-name property. Adding support to parse

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-13 Thread Per Förlin
On 11/12/2012 11:54 PM, Per Förlin wrote: > On 11/12/2012 04:20 PM, Grant Likely wrote: >> On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin >> wrote: >>> Add support to extract device name from device tree blob. >>> If the property "dev-name" is set in the DTS this name will >>> be used when creating

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-13 Thread Per Förlin
On 11/12/2012 11:54 PM, Per Förlin wrote: On 11/12/2012 04:20 PM, Grant Likely wrote: On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin per.for...@stericsson.com wrote: Add support to extract device name from device tree blob. If the property dev-name is set in the DTS this name will be used when

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-12 Thread Per Förlin
On 11/12/2012 04:20 PM, Grant Likely wrote: > On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin wrote: >> Add support to extract device name from device tree blob. >> If the property "dev-name" is set in the DTS this name will >> be used when creating the device. >> The auxdata_lookup has precedence

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-12 Thread Grant Likely
On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin wrote: > Add support to extract device name from device tree blob. > If the property "dev-name" is set in the DTS this name will > be used when creating the device. > The auxdata_lookup has precedence and will override > the "dev-name" property. Using

[PATCH] dt: platform: Extract device name from device tree blob

2012-11-12 Thread Per Forlin
Add support to extract device name from device tree blob. If the property "dev-name" is set in the DTS this name will be used when creating the device. The auxdata_lookup has precedence and will override the "dev-name" property. Adding support to parse DTS "dev-name" will make it possible to

[PATCH] dt: platform: Extract device name from device tree blob

2012-11-12 Thread Per Forlin
Add support to extract device name from device tree blob. If the property dev-name is set in the DTS this name will be used when creating the device. The auxdata_lookup has precedence and will override the dev-name property. Adding support to parse DTS dev-name will make it possible to replace

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-12 Thread Grant Likely
On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin per.for...@stericsson.com wrote: Add support to extract device name from device tree blob. If the property dev-name is set in the DTS this name will be used when creating the device. The auxdata_lookup has precedence and will override the dev-name

Re: [PATCH] dt: platform: Extract device name from device tree blob

2012-11-12 Thread Per Förlin
On 11/12/2012 04:20 PM, Grant Likely wrote: On Mon, Nov 12, 2012 at 2:59 PM, Per Forlin per.for...@stericsson.com wrote: Add support to extract device name from device tree blob. If the property dev-name is set in the DTS this name will be used when creating the device. The auxdata_lookup has