Re: [PATCH] dm: core: support reading a single indexed u64 value

2023-08-25 Thread Michal Simek
On 8/11/23 15:36, Simon Glass wrote: Hi Ashok, On Fri, 11 Aug 2023 at 00:11, Ashok Reddy Soma wrote: Add helper function to allow reading a single indexed u64 value from a device-tree property containing multiple u64 values, that is an array of u64's. Signed-off-by: Ashok Reddy Soma ---

Re: [PATCH] dm: core: support reading a single indexed u64 value

2023-08-11 Thread Simon Glass
Hi Ashok, On Fri, 11 Aug 2023 at 00:11, Ashok Reddy Soma wrote: > > Add helper function to allow reading a single indexed u64 value from a > device-tree property containing multiple u64 values, that is an array of > u64's. > > Signed-off-by: Ashok Reddy Soma > --- > > drivers/core/of_access.c |

[PATCH] dm: core: support reading a single indexed u64 value

2023-08-10 Thread Ashok Reddy Soma
Add helper function to allow reading a single indexed u64 value from a device-tree property containing multiple u64 values, that is an array of u64's. Signed-off-by: Ashok Reddy Soma --- drivers/core/of_access.c | 22 ++ drivers/core/ofnode.c| 30