Re: [PATCH 1/1] of: Add a function to read 64-bit arrays

2014-11-04 Thread Grant Likely
On Fri, 3 Oct 2014 00:59:23 +0300 , Sakari Ailus wrote: > Implement of_property_read_u64_array() for reading 64-bit arrays. > > This is needed for e.g. reading the valid link frequencies in the smiapp > driver. > > Signed-off-by: Sakari Ailus A patch that adds this function is alread part

Re: [PATCH 1/1] of: Add a function to read 64-bit arrays

2014-11-04 Thread Grant Likely
On Fri, 3 Oct 2014 00:59:23 +0300 , Sakari Ailus sakari.ai...@iki.fi wrote: Implement of_property_read_u64_array() for reading 64-bit arrays. This is needed for e.g. reading the valid link frequencies in the smiapp driver. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi A patch that

[PATCH 1/1] of: Add a function to read 64-bit arrays

2014-10-02 Thread Sakari Ailus
Implement of_property_read_u64_array() for reading 64-bit arrays. This is needed for e.g. reading the valid link frequencies in the smiapp driver. Signed-off-by: Sakari Ailus --- Hi, While the smiapp (found in drivers/media/i2c/smiapp/) OF support which needs this isn't in yet, other drivers

[PATCH 1/1] of: Add a function to read 64-bit arrays

2014-10-02 Thread Sakari Ailus
Implement of_property_read_u64_array() for reading 64-bit arrays. This is needed for e.g. reading the valid link frequencies in the smiapp driver. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- Hi, While the smiapp (found in drivers/media/i2c/smiapp/) OF support which needs this isn't in