public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Frank Li <Frank.li@nxp.com>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Ioana Ciornei <ioana.ciornei@nxp.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Michael Walle <mwalle@kernel.org>,
	devicetree@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: (subset) [PATCH v6 0/9] drivers: gpio: and the QIXIS FPGA GPIO controller
Date: Thu, 16 Oct 2025 10:45:25 -0400	[thread overview]
Message-ID: <aPEFBXwDUTwJK4us@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <CAMRc=Mepg=Cw0yUouEi9sJw+rPh3xRCQsbgYc=GVCsLXr3GAXg@mail.gmail.com>

On Thu, Oct 16, 2025 at 03:47:30PM +0200, Bartosz Golaszewski wrote:
> On Thu, Oct 16, 2025 at 3:25 PM Ioana Ciornei <ioana.ciornei@nxp.com> wrote:
> >
> > On Thu, Oct 16, 2025 at 12:05:13PM +0200, Bartosz Golaszewski wrote:
> > > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > >
> > >
> > > On Tue, 14 Oct 2025 18:53:49 +0300, Ioana Ciornei wrote:
> > > > This patch set adds support for the GPIO controllers on the QIXIS FPGAs
> > > > found on some Layerscape boards such as LX2160ARDB and LS1046AQDS. At
> > > > the same time it describes the SFP+ cages found on these boards, which
> > > > are the users of those GPIO lines.
> > > >
> > > > Before actually adding the GPIO driver, patches #2 and #3 add and
> > > > describe a new compatible string - fsl,lx2160ardb-fpga - which would be
> > > > used for the QIXIS FPGA found on the LX2160ARDB board. As opposed to the
> > > > other compatible strings found in fsl,fpga-qixis-i2c.yaml, the
> > > > fsl,lx2160ardb-fpga imposes a unit address for its child devices. This
> > > > will be used in the next patches when the gpio controller node will
> > > > define its unit address as the address of its underlying register offset
> > > > inside the FPGA. This requirement is described in the yaml file and it
> > > > only affects the newly added compatible.
> > > >
> > > > [...]
> > >
> > > Applied, thanks!
> > >
> > > [1/9] dt-bindings: gpio: add QIXIS FPGA based GPIO controller
> > >       https://git.kernel.org/brgl/linux/c/d5896130a8781de5ac8970dbb7083ce4cd6fe57a
> > > [4/9] gpio: regmap: add the .fixed_direction_output configuration parameter
> > >       https://git.kernel.org/brgl/linux/c/ae495810cffe29c3c30a757bd48b0bb035fc3098
> > > [5/9] gpio: add QIXIS FPGA GPIO controller
> > >       https://git.kernel.org/brgl/linux/c/e88500247dc3267787abc837848b001c1237f692
> > >
> >
> > Thanks!
> >
> > How are the two remaining dt-binding patches going to be handled?
> >
> > The driver changes for the new fsl,lx2160ardb-fpga compatible were
> > merged but not the associated dt-bindings changes in patch 2/9. And for
> > patch 3/9 there are no associated driver changes.
> >
> > Ioana
>
> I would assume Frank Li will pick them up? Ping me if that doesn't
> happen in the following days, I'll pick them up into the GPIO tree.

I think Shawn Guo can pick it.

Frank

>
> Bart

  reply	other threads:[~2025-10-16 14:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-14 15:53 [PATCH v6 0/9] drivers: gpio: and the QIXIS FPGA GPIO controller Ioana Ciornei
2025-10-14 15:53 ` [PATCH v6 1/9] dt-bindings: gpio: add QIXIS FPGA based " Ioana Ciornei
2025-10-14 15:53 ` [PATCH v6 2/9] dt-bindings: fsl,fpga-qixis-i2c: add support for LX2160ARDB FPGA Ioana Ciornei
2025-10-27  6:23   ` Shawn Guo
2025-10-14 15:53 ` [PATCH v6 3/9] dt-bindings: fsl,fpga-qixis: describe the gpio child node found on LS1046AQDS Ioana Ciornei
2025-10-27  6:24   ` Shawn Guo
2025-10-14 15:53 ` [PATCH v6 4/9] gpio: regmap: add the .fixed_direction_output configuration parameter Ioana Ciornei
2025-10-14 15:53 ` [PATCH v6 5/9] gpio: add QIXIS FPGA GPIO controller Ioana Ciornei
2025-10-14 15:53 ` [PATCH v6 6/9] arm64: dts: lx2160a-rdb: describe the QIXIS FPGA and two child GPIO controllers Ioana Ciornei
2025-10-27  6:26   ` Shawn Guo
2025-10-14 15:53 ` [PATCH v6 7/9] arm64: dts: ls1046a-qds: describe the FPGA based GPIO controller Ioana Ciornei
2025-10-27  6:27   ` Shawn Guo
2025-10-14 15:53 ` [PATCH v6 8/9] arm64: dts: lx2160a-rdb: fully describe the two SFP+ cages Ioana Ciornei
2025-10-27  6:29   ` Shawn Guo
2025-10-14 15:53 ` [PATCH v6 9/9] arm64: dts: ls1046a-qds: describe the two on-board " Ioana Ciornei
2025-10-27  6:29   ` Shawn Guo
2025-10-16 10:05 ` (subset) [PATCH v6 0/9] drivers: gpio: and the QIXIS FPGA GPIO controller Bartosz Golaszewski
2025-10-16 13:25   ` Ioana Ciornei
2025-10-16 13:47     ` Bartosz Golaszewski
2025-10-16 14:45       ` Frank Li [this message]
2025-10-23  7:39         ` Ioana Ciornei

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=aPEFBXwDUTwJK4us@lizhi-Precision-Tower-5810 \
    --to=frank.li@nxp.com \
    --cc=brgl@bgdev.pl \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ioana.ciornei@nxp.com \
    --cc=krzk+dt@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mwalle@kernel.org \
    --cc=robh@kernel.org \
    --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