Re: [PATCH 1/3] drivers/of/base.c: Add of_property_read_u64_index

2017-03-22 Thread Rob Herring
On Tue, Mar 21, 2017 at 10:49 PM, Alistair Popple wrote: > There is of_property_read_u32_index but no u64 variant. This patch > adds one similar to the u32 version for u64. > > Signed-off-by: Alistair Popple > --- > drivers/of/base.c | 31

[PATCH 1/3] drivers/of/base.c: Add of_property_read_u64_index

2017-03-21 Thread Alistair Popple
There is of_property_read_u32_index but no u64 variant. This patch adds one similar to the u32 version for u64. Signed-off-by: Alistair Popple --- drivers/of/base.c | 31 +++ include/linux/of.h | 3 +++ 2 files changed, 34 insertions(+) diff