]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drivers/of/base.c: Add of_property_read_u64_index
authorAlistair Popple <alistair@popple.id.au>
Fri, 12 May 2017 17:03:38 +0000 (14:03 -0300)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 20 Jun 2017 08:45:42 +0000 (10:45 +0200)
commit43ca9837be177fd4cb4571e9462bcb50d7f0565c
tree42bc4cc9f4b01f0a028cc5e7f9be62c0cc977551
parent9d7ddf47bb40591b9002c4fe2850435210bbe6d3
drivers/of/base.c: Add of_property_read_u64_index

BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1690412
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>
(cherry picked from commit 2475a2b6c877a0c8d1ca42c3f2b30f8ce518ac0b)
Signed-off-by: Breno Leitao <breno.leitao@gmail.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
drivers/of/base.c
include/linux/of.h