Re: [PATCH 1/3] drivers/of/base.c: Add of_property_read_u64_index
From: Rob Herring <robh+dt@kernel.org>
Date: 2017-03-22 14:50:12
Also in:
linux-devicetree, lkml
From: Rob Herring <robh+dt@kernel.org>
Date: 2017-03-22 14:50:12
Also in:
linux-devicetree, lkml
On Tue, Mar 21, 2017 at 10:49 PM, Alistair Popple [off-list ref] 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 <redacted> --- drivers/of/base.c | 31 +++++++++++++++++++++++++++++++ include/linux/of.h | 3 +++ 2 files changed, 34 insertions(+)
Acked-by: Rob Herring <robh@kernel.org>