From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCB541710; Thu, 7 Dec 2023 12:16:00 -0800 (PST) Received: by mail-ot1-f47.google.com with SMTP id 46e09a7af769-6d9d1962bbbso884264a34.3; Thu, 07 Dec 2023 12:16:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701980160; x=1702584960; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=5cQkDdnzepc6At1PDW9suBRg6vKVDLjVoo/BJeFLK1g=; b=Sd4rwBwKEW9DkhWkoNcxrhM+uHT3ZpKc2za/ehgHYyYH8cBStbtPZUZs8827KinQa2 VBQrxhS58zzzCzAtVG0haU8YvR6qinqxdEFKr9iq7qPNzJmZpIv/CVxRb9ho1HCNZ/Qw /KnG2NKj9OWQsXd9Bm2SLoK/3BJcQ3UkS7D50Na0DMLmLSjDEDx9DDX1bf1Zd0dn6RYT JW8p9twOlof6r6bnjx1BzByFIm/RQrCStEJMEMbjpIoY6eSAyjgVRS5YmRKN7PQ2JpIK pEONR7zi4mYb+2oFeHU6NGY2eneQZvg4pk0XGIVp74TDJXaQZobrx4Og/h19EQy0X8t/ 6LYA== X-Gm-Message-State: AOJu0Yz9RTuRPycT3sRYtbtqr30YkHI+Lh/f4mKr+9emrTsi85qsG0En 6mq6lrrurVl6X8OEfYNSWV6fFMnQag== X-Google-Smtp-Source: AGHT+IFa/J/UWM9ONWck/IBcMt0yTQGD1q3vexfwZIVq0OcVUIh+Jxedgy1LdSaEjeGZFUduSZ6QrA== X-Received: by 2002:a9d:6d85:0:b0:6d8:7ffc:d878 with SMTP id x5-20020a9d6d85000000b006d87ffcd878mr2821370otp.16.1701980160090; Thu, 07 Dec 2023 12:16:00 -0800 (PST) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id r17-20020a056830135100b006d98106678esm83811otq.18.2023.12.07.12.15.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Dec 2023 12:15:59 -0800 (PST) Received: (nullmailer pid 3350935 invoked by uid 1000); Thu, 07 Dec 2023 20:15:58 -0000 Date: Thu, 7 Dec 2023 14:15:58 -0600 From: Rob Herring To: Christophe Leroy Cc: Michael Ellerman , Nicholas Piggin , Frank Rowand , 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 Message-ID: <20231207201558.GB3348285-robh@kernel.org> References: Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 > --- > 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