[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <170966167830.3808046.18290518120456288771.robh@kernel.org>
Date: Tue, 5 Mar 2024 12:02:00 -0600
From: Rob Herring <robh@...nel.org>
To: Rob Herring <robh@...nel.org>
Cc: Li Yang <leoyang.li@....com>, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH] soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage
On Thu, 01 Feb 2024 13:29:30 -0600, Rob Herring wrote:
> There is no reason to use RESERVEDMEM_OF_DECLARE() as the initialization
> hook just saves off the base address and size. Use of
> RESERVEDMEM_OF_DECLARE() is reserved for non-driver code and
> initialization which must be done early. For qbman, retrieving the
> address and size can be done in probe just as easily.
>
> Signed-off-by: Rob Herring <robh@...nel.org>
> ---
> drivers/soc/fsl/qbman/bman_ccsr.c | 27 +++---------
> drivers/soc/fsl/qbman/dpaa_sys.c | 12 +++--
> drivers/soc/fsl/qbman/dpaa_sys.h | 4 +-
> drivers/soc/fsl/qbman/qman_ccsr.c | 73 ++++++++++---------------------
> 4 files changed, 38 insertions(+), 78 deletions(-)
>
No one is going to pick this up? I applied to the DT tree.
Rob
Powered by blists - more mailing lists