From: Rob Herring <robh@kernel.org>
To: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: devicetree@vger.kernel.org, Frank Rowand <frowand.list@gmail.com>,
linux-kernel@vger.kernel.org, Nicholas Piggin <npiggin@gmail.com>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v1 4/4] powerpc: Stop using of_root
Date: Thu, 7 Dec 2023 14:15:58 -0600 [thread overview]
Message-ID: <20231207201558.GB3348285-robh@kernel.org> (raw)
In-Reply-To: <b2f23f982ef414f0eaf7c55ccb79f30bec3c86cd.1701878821.git.christophe.leroy@csgroup.eu>
On Wed, Dec 06, 2023 at 05:13:35PM +0100, Christophe Leroy wrote:
> Replace all usages of of_root by of_find_node_by_path("/")
>
> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
> ---
> arch/powerpc/kernel/secure_boot.c | 8 ++++++--
> arch/powerpc/kexec/ranges.c | 8 +++++---
> arch/powerpc/mm/drmem.c | 10 +++++-----
> arch/powerpc/mm/numa.c | 6 ++++--
> arch/powerpc/platforms/52xx/efika.c | 4 +++-
> arch/powerpc/platforms/pasemi/pci.c | 4 +++-
> arch/powerpc/platforms/pseries/lparcfg.c | 6 +++++-
> arch/powerpc/platforms/pseries/setup.c | 12 +++++++++---
> 8 files changed, 40 insertions(+), 18 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Michael Ellerman <mpe@ellerman.id.au>,
Nicholas Piggin <npiggin@gmail.com>,
Frank Rowand <frowand.list@gmail.com>,
linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v1 4/4] powerpc: Stop using of_root
Date: Thu, 7 Dec 2023 14:15:58 -0600 [thread overview]
Message-ID: <20231207201558.GB3348285-robh@kernel.org> (raw)
In-Reply-To: <b2f23f982ef414f0eaf7c55ccb79f30bec3c86cd.1701878821.git.christophe.leroy@csgroup.eu>
On Wed, Dec 06, 2023 at 05:13:35PM +0100, Christophe Leroy wrote:
> Replace all usages of of_root by of_find_node_by_path("/")
>
> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
> ---
> arch/powerpc/kernel/secure_boot.c | 8 ++++++--
> arch/powerpc/kexec/ranges.c | 8 +++++---
> arch/powerpc/mm/drmem.c | 10 +++++-----
> arch/powerpc/mm/numa.c | 6 ++++--
> arch/powerpc/platforms/52xx/efika.c | 4 +++-
> arch/powerpc/platforms/pasemi/pci.c | 4 +++-
> arch/powerpc/platforms/pseries/lparcfg.c | 6 +++++-
> arch/powerpc/platforms/pseries/setup.c | 12 +++++++++---
> 8 files changed, 40 insertions(+), 18 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2023-12-07 20:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-06 16:13 [PATCH v1 1/4] of: Add of_machine_compatible_match() Christophe Leroy
2023-12-06 16:13 ` Christophe Leroy
2023-12-06 16:13 ` [PATCH v1 2/4] of: Reimplement of_machine_is_compatible() using of_machine_compatible_match() Christophe Leroy
2023-12-06 16:13 ` Christophe Leroy
2023-12-07 20:26 ` Rob Herring
2023-12-07 20:26 ` Rob Herring
2023-12-06 16:13 ` [PATCH v1 3/4] powerpc/machdep: Define 'compatibles' property in ppc_md and use it Christophe Leroy
2023-12-06 16:13 ` Christophe Leroy
2023-12-07 20:15 ` Rob Herring
2023-12-07 20:15 ` Rob Herring
2023-12-06 16:13 ` [PATCH v1 4/4] powerpc: Stop using of_root Christophe Leroy
2023-12-06 16:13 ` Christophe Leroy
2023-12-07 20:15 ` Rob Herring [this message]
2023-12-07 20:15 ` Rob Herring
2023-12-07 20:16 ` [PATCH v1 1/4] of: Add of_machine_compatible_match() Rob Herring
2023-12-07 20:16 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231207201558.GB3348285-robh@kernel.org \
--to=robh@kernel.org \
--cc=christophe.leroy@csgroup.eu \
--cc=devicetree@vger.kernel.org \
--cc=frowand.list@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=npiggin@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.