mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Francesco Dolcini <francesco@dolcini.it>
To: Frank Li <Frank.li@oss.nxp.com>
Cc: Francesco Dolcini <francesco@dolcini.it>,
	Frank Li <Frank.Li@nxp.com>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Shawn Guo <shawnguo@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	Emanuele Ghidoli <emanuele.ghidoli@toradex.com>,
	Ernest Van Hoecke <ernest.vanhoecke@toradex.com>,
	Franz Schnyder <franz.schnyder@toradex.com>
Subject: Re: [PATCH v2 3/7] arm64: dts: freescale: Add Lino iMX93
Date: Thu, 17 Sep 2026 19:00:27 +0200	[thread overview]
Message-ID: <20260917170027.GA6655@francesco-nb> (raw)
In-Reply-To: <aqwMib54h5ys5HZL@SMW015318>

Hello Frank,

On Thu, Sep 17, 2026 at 10:51:37AM -0500, Frank Li wrote:
> On Thu, Sep 17, 2026 at 04:08:36PM +0200, Francesco Dolcini wrote:
> > On Mon, Sep 14, 2026 at 04:36:51PM +0200, Francesco Dolcini wrote:
> > > On Mon, Sep 14, 2026 at 09:28:13AM -0500, Frank Li wrote:
> > > > On Mon, Sep 14, 2026 at 07:42:14AM +0200, Francesco Dolcini wrote:
> > > > > On Fri, Sep 11, 2026 at 09:30:36AM -0500, Frank Li wrote:
> > > > > > On Fri, Sep 11, 2026 at 11:19:46AM +0200, Francesco Dolcini wrote:
> > > > > > > From: Francesco Dolcini <francesco.dolcini@toradex.com>
> > > > > > >
> > > > > > > Add support for the Lino iMX93 SoM, its Verdin adapter and development
> > > > > > > carrier board.
> > > > > > >
> > > > > > > The SoM is available in two variants, with i.MX91 or i.MX93 SoC, using
> > > > > > > the same PCB (the two chips are pin to pin compatible), to avoid
> > > > > > > duplication create a common dtsi to share commonalities.

[...]

> > > > > Is this blocking this from being picked up?
> > > > > Is there any other concern on this series?
> > >
> > > Can you answer these two questions?
> >
> > Please let me know if it is a requirement to have the gpio line names
> > wrapped with 4 elements per row or not. I am waiting on your answer on
> > this.
> 
> Although it is not "must" requirement, I think it is easy to read by
> packed 4 elements.

Thanks for the reply. Given this comment and the disagreement we have on
the read-ability I do not plan to change anything in this patch series.

Let me know if any other issue is present or if anything changes on this
specific regard.

Thanks,
Francesco



  reply	other threads:[~2026-09-17 17:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-11  9:19 [PATCH v2 0/7] arm64: dts: freescale: Add Toradex Lino and OSM iMX91/iMX93 Francesco Dolcini
2026-09-11  9:19 ` [PATCH v2 1/7] dt-bindings: arm: fsl: Add Lino iMX91/iMX93 Francesco Dolcini
2026-09-11  9:19 ` [PATCH v2 2/7] dt-bindings: arm: fsl: Add Toradex OSM iMX91/iMX93 Francesco Dolcini
2026-09-11  9:19 ` [PATCH v2 3/7] arm64: dts: freescale: Add Lino iMX93 Francesco Dolcini
2026-09-11 14:30   ` Frank Li
2026-09-14  5:42     ` Francesco Dolcini
2026-09-14 14:28       ` Frank Li
2026-09-14 14:36         ` Francesco Dolcini
2026-09-17 14:08           ` Francesco Dolcini
2026-09-17 15:51             ` Frank Li
2026-09-17 17:00               ` Francesco Dolcini [this message]
2026-09-15 13:19   ` Andrew Lunn
2026-09-15 13:28     ` Francesco Dolcini
2026-09-15 16:49       ` Andrew Lunn
2026-09-15 17:57         ` Francesco Dolcini
2026-09-15 19:57           ` Andrew Lunn
2026-09-16  5:57             ` Francesco Dolcini
2026-09-16 12:27               ` Andrew Lunn
2026-09-16 12:43                 ` Francesco Dolcini
2026-09-16 13:03                   ` Andrew Lunn
2026-09-11  9:19 ` [PATCH v2 4/7] arm64: dts: freescale: imx93-lino: Add dahlia Francesco Dolcini
2026-09-11  9:19 ` [PATCH v2 5/7] arm64: dts: freescale: Add Lino iMX91 Francesco Dolcini
2026-09-11  9:19 ` [PATCH v2 6/7] arm64: dts: freescale: Add Toradex OSM iMX93 Francesco Dolcini
2026-09-11  9:19 ` [PATCH v2 7/7] arm64: dts: freescale: Add Toradex OSM iMX91 Francesco Dolcini

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=20260917170027.GA6655@francesco-nb \
    --to=francesco@dolcini.it \
    --cc=Frank.Li@nxp.com \
    --cc=Frank.li@oss.nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=emanuele.ghidoli@toradex.com \
    --cc=ernest.vanhoecke@toradex.com \
    --cc=festevam@gmail.com \
    --cc=franz.schnyder@toradex.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®