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

From: Rob Herring
Date: Wed Mar 22 2017 - 10:50:15 EST


On Tue, Mar 21, 2017 at 10:49 PM, Alistair Popple <alistair@xxxxxxxxxxxx> 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 <alistair@xxxxxxxxxxxx>
> ---
> drivers/of/base.c | 31 +++++++++++++++++++++++++++++++
> include/linux/of.h | 3 +++
> 2 files changed, 34 insertions(+)

Acked-by: Rob Herring <robh@xxxxxxxxxx>