Re: [PATCHv3] dt: add helper to read 64-bit integers

2011-10-04 Thread Grant Likely
On Wed, Sep 14, 2011 at 08:49:59PM +0100, Jamie Iles wrote: > Add a helper similar to of_property_read_u32() that handles 64-bit > integers. > > v2/v3: constify device node and property name parameters. > > Cc: Grant Likely > Reviewed-by: Rob Herring > Signed-off-by: Jamie Iles > --- > > Just

Re: [PATCHv3] dt: add helper to read 64-bit integers

2011-10-04 Thread Jamie Iles
On Wed, Sep 14, 2011 at 08:49:59PM +0100, Jamie Iles wrote: > Add a helper similar to of_property_read_u32() that handles 64-bit > integers. > > v2/v3: constify device node and property name parameters. > > Cc: Grant Likely > Reviewed-by: Rob Herring > Signed-off-by: Jamie Iles > --- Hi Grant

[PATCHv3] dt: add helper to read 64-bit integers

2011-09-14 Thread Jamie Iles
Add a helper similar to of_property_read_u32() that handles 64-bit integers. v2/v3: constify device node and property name parameters. Cc: Grant Likely Reviewed-by: Rob Herring Signed-off-by: Jamie Iles --- Just a resend but with Rob's Reviewed-by added since it was a while since last posted.