[Skiboot] [PATCH] tree-wide: use dt_add_property_u64s() where we can

Stewart Smith stewart at linux.vnet.ibm.com
Wed Dec 21 17:02:34 AEDT 2016


Oliver O'Halloran <oohall at gmail.com> writes:
> A few places (mostly old code) were using:
>
> 	add_property_cells(hi32(number), lo32(number));
>
> This patch converts them to use the helper rather than doing it manually.
>
> Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
> ---
>  core/console.c     |  5 +----
>  core/opal.c        |  4 +---
>  core/trace.c       |  3 +--
>  hdata/cpu-common.c |  3 +--
>  hdata/iohub.c      | 13 ++++---------
>  hdata/memory.c     |  5 ++---
>  hdata/spira.c      |  6 ++----
>  hw/npu.c           |  3 +--
>  hw/nx-rng.c        |  3 +--
>  hw/p7ioc-phb.c     |  6 ++----
>  hw/phb3.c          |  5 +----
>  hw/phb4.c          |  5 +----
>  hw/psi.c           |  2 +-
>  13 files changed, 19 insertions(+), 44 deletions(-)

Thanks! merged to master as of 5413f5c9a1c3183711f1062ff19dfda39cfb711f
-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list