Michael Ellerman writes:
> On Sun, 19 Mar 2023 11:31:53 -0500, Rob Herring wrote:
>> Replace open coded reading of "reg" or of_get_address()/
>> of_translate_address() calls with a single call to
>> of_address_to_resource().
>>
>>
>
> Applied to powerpc/next.
>
> [1/1] powerpc: Use of_address_to
On Sun, 19 Mar 2023 11:31:53 -0500, Rob Herring wrote:
> Replace open coded reading of "reg" or of_get_address()/
> of_translate_address() calls with a single call to
> of_address_to_resource().
>
>
Applied to powerpc/next.
[1/1] powerpc: Use of_address_to_resource()
https://git.kernel.or
patch link:
https://lore.kernel.org/r/20230319163154.225597-1-robh%40kernel.org
patch subject: [PATCH] powerpc: Use of_address_to_resource()
config: powerpc-mpc7448_hpc2_defconfig
(https://download.01.org/0day-ci/archive/20230321/202303211421.vzx1l2qw-...@intel.com/config)
compiler: powerpc-linu
Replace open coded reading of "reg" or of_get_address()/
of_translate_address() calls with a single call to
of_address_to_resource().
Signed-off-by: Rob Herring
---
arch/powerpc/mm/numa.c| 21 +++--
arch/powerpc/platforms/52xx/lite5200_pm.c | 9 ++--
arch/powerpc