From: Krzysztof Kozlowski <krzk@kernel.org>
To: Frank Li <Frank.li@oss.nxp.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>,
Laurentiu Mihalcea <laurentiumihalcea111@gmail.com>,
Bjorn Andersson <andersson@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Peng Fan <peng.fan@nxp.com>, Fabio Estevam <festevam@gmail.com>,
Daniel Baluta <daniel.baluta@oss.nxp.com>,
Francesco Dolcini <francesco@dolcini.it>,
linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"
Date: Fri, 31 Jul 2026 11:42:33 +0200 [thread overview]
Message-ID: <47266a1b-1e19-4a9d-af0c-9a5abe51fabd@kernel.org> (raw)
In-Reply-To: <airFCYTIPiOUG3DJ@lizhi-Precision-Tower-5810>
On 11/06/2026 16:24, Frank Li wrote:
> On Thu, Jun 11, 2026 at 03:47:00PM +0200, Krzysztof Kozlowski wrote:
>> On 10/06/2026 16:29, Frank Li wrote:
>>> For example:
>>>
>>> rsc_table: rsc-table@90000000
>>> { ret = <0x90000000>;
>>> no-map;
>>> }
>>>
>>> m4 {
>>> ...
>>> memory-region = <&rsc_table>;
>>> }
>>>
>>> If you change node name "rsc-table" to "memory", driver will failure
>>> because it parse node name "rsc-table", which phandle point to. but no
>>> binding to restrict node name to "rsc-table". So rsc-table became hidden
>>> ABI.
>>
>> Then you need to fix the driver to not parse the node names. Node names
>> are not supposed to be ABI.
>
> Yes, that is this patch set's purpose. Just need below steps to do smooth
> migration.
> 1. allow memory-region-name as options for binding
> 2. update driver to parse memory-region-names
> 3. update all dts to add memory-region-names
> 4. remove old Node name code and change binding to force memory-region-names
>
Obviously that is ABI break, so no.
Fix the driver properly instead of coming with band-aid solutions
ignoring my feedback here.
v3 repeats THE SAME mistakes and basically asks me to give the same NAK.
Best regards,
Krzysztof
next prev parent reply other threads:[~2026-07-31 9:42 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-05 11:36 [PATCH v2 0/4] Add RPROC support for the MX95-15x15-FRDM board Laurentiu Mihalcea
2026-06-05 11:36 ` [PATCH v2 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names" Laurentiu Mihalcea
2026-06-05 15:11 ` Frank Li
2026-06-09 16:40 ` Mathieu Poirier
2026-06-09 17:06 ` Frank Li
2026-06-09 17:33 ` Mathieu Poirier
2026-06-09 18:18 ` Frank Li
2026-06-10 7:39 ` Krzysztof Kozlowski
2026-06-10 14:29 ` Frank Li
2026-06-11 13:47 ` Krzysztof Kozlowski
2026-06-11 14:24 ` Frank Li
2026-07-31 9:42 ` Krzysztof Kozlowski [this message]
2026-06-10 7:37 ` Krzysztof Kozlowski
2026-06-10 9:10 ` Laurentiu Mihalcea
2026-06-10 9:14 ` Krzysztof Kozlowski
2026-06-10 10:22 ` Francesco Dolcini
2026-06-10 13:27 ` Laurentiu Mihalcea
2026-06-05 11:36 ` [PATCH v2 2/4] remoteproc: imx_rpoc: fix carveout name parsing Laurentiu Mihalcea
2026-06-05 11:36 ` [PATCH v2 3/4] arm64: dts: freescale: imx95-15x15-frdm: remove some rmem regions Laurentiu Mihalcea
2026-06-05 11:36 ` [PATCH v2 4/4] arm64: dts: freescale: add DT overlay for MX95-15x15-FRDM RPMSG usage Laurentiu Mihalcea
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=47266a1b-1e19-4a9d-af0c-9a5abe51fabd@kernel.org \
--to=krzk@kernel.org \
--cc=Frank.li@oss.nxp.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=daniel.baluta@oss.nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=francesco@dolcini.it \
--cc=imx@lists.linux.dev \
--cc=krzk+dt@kernel.org \
--cc=laurentiumihalcea111@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=peng.fan@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
/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.