]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/of/base.c: Add of_property_read_u64_index
authorAlistair Popple <alistair@popple.id.au>
Mon, 3 Apr 2017 09:51:42 +0000 (19:51 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 3 Apr 2017 13:35:59 +0000 (23:35 +1000)
commit2475a2b6c877a0c8d1ca42c3f2b30f8ce518ac0b
treeb4413f8113475bc42b6f7dd3a371ba6b568f70eb
parentf6f9195ba0b0b1406af384037d9e7eb8215aca98
drivers/of/base.c: Add of_property_read_u64_index

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@popple.id.au>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/of/base.c
include/linux/of.h