From: Conor Dooley <conor@kernel.org>
To: WangYuli <wangyuli@uniontech.com>
Cc: Conor Dooley <conor.dooley@microchip.com>,
Hal Feng <hal.feng@starfivetech.com>,
"stable@vger.kernel.org" <stable@vger.kernel.org>,
"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
"sashal@kernel.org" <sashal@kernel.org>,
William Qiu <william.qiu@starfivetech.com>,
"emil.renner.berthing@canonical.com"
<emil.renner.berthing@canonical.com>,
Xingyu Wu <xingyu.wu@starfivetech.com>,
Walker Chen <walker.chen@starfivetech.com>,
"robh@kernel.org" <robh@kernel.org>,
"kernel@esmil.dk" <kernel@esmil.dk>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"krzysztof.kozlowski+dt@linaro.org"
<krzysztof.kozlowski+dt@linaro.org>,
"conor+dt@kernel.org" <conor+dt@kernel.org>,
"paul.walmsley@sifive.com" <paul.walmsley@sifive.com>,
"palmer@dabbelt.com" <palmer@dabbelt.com>,
"aou@eecs.berkeley.edu" <aou@eecs.berkeley.edu>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-riscv@lists.infradead.org"
<linux-riscv@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"richardcochran@gmail.com" <richardcochran@gmail.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [PATCH 6.6 v2 3/4] riscv: dts: starfive: Add the nodes and pins of I2Srx/I2Stx0/I2Stx1
Date: Thu, 12 Sep 2024 19:48:37 +0100 [thread overview]
Message-ID: <20240912-carnation-aspirate-9a8ef572da2f@spud> (raw)
In-Reply-To: <57B002D3A0A289D5+d784ecd6-ed84-4aa1-ae58-0c67d2de1989@uniontech.com>
[-- Attachment #1: Type: text/plain, Size: 2417 bytes --]
On Thu, Sep 12, 2024 at 07:19:05PM +0800, WangYuli wrote:
> On 2024/9/12 18:40, Conor Dooley wrote:
>
> > On Thu, Sep 12, 2024 at 10:23:09AM +0000, Hal Feng wrote:
> > > > On 12.09.24 10:55, WangYuli wrote:
> > > > + i2srx_pins: i2srx-0 {
> > > > + clk-sd-pins {
> > > > + pinmux = <GPIOMUX(38, GPOUT_LOW,
> > > > + GPOEN_DISABLE,
> > > > + GPI_SYS_I2SRX_BCLK)>,
> > > > + <GPIOMUX(63, GPOUT_LOW,
> > > > + GPOEN_DISABLE,
> > > > + GPI_SYS_I2SRX_LRCK)>,
> > > > + <GPIOMUX(38, GPOUT_LOW,
> > > > + GPOEN_DISABLE,
> > > > + GPI_SYS_I2STX1_BCLK)>,
> > > > + <GPIOMUX(63, GPOUT_LOW,
> > > > + GPOEN_DISABLE,
> > > > + GPI_SYS_I2STX1_LRCK)>,
> > > > + <GPIOMUX(61, GPOUT_LOW,
> > > > + GPOEN_DISABLE,
> > > > + GPI_SYS_I2SRX_SDIN0)>;
> > > > + input-enable;
> > > > + };
> > > > + };
> > > > +
> > > > + i2stx1_pins: i2stx1-0 {
> > > > + sd-pins {
> > > > + pinmux = <GPIOMUX(44, GPOUT_SYS_I2STX1_SDO0,
> > > > + GPOEN_ENABLE,
> > > > + GPI_NONE)>;
> > > > + bias-disable;
> > > > + input-disable;
> > > > + };
> > > > + };
> > > > +
> > > > + mclk_ext_pins: mclk-ext-0 {
> > > > + mclk-ext-pins {
> > > > + pinmux = <GPIOMUX(4, GPOUT_LOW,
> > > > + GPOEN_DISABLE,
> > > > + GPI_SYS_MCLK_EXT)>;
> > > > + input-enable;
> > > > + };
> > > > + };
> > > > +
> > > > mmc0_pins: mmc0-0 {
> > > > rst-pins {
> > > > pinmux = <GPIOMUX(62, GPOUT_SYS_SDIO0_RST,
> > > The above changes had been reverted in commit e0503d47e93d in the mainline.
> > > Is it appropriate to merge this patch into the stable branch?
> > >
> > > https://lore.kernel.org/all/20240415125033.86909-1-hannah.peuckmann@canonical.com/
> > Hah, I had gone looking this morning because I had a hunch that there
> > was some missing fix this series didn't, but couldn't remember what it
> > was. I completely forgot that some of this was non-present overlay
> > related stuff that had had to be reverted.
> >
> > So yes, if it had to be reverted in mainline, it shouldn't get
> > backported. Thanks for spotting that Hal.
> >
> Got it. Thanks for pointing that out, and sorry for bothering you all...
Patch 1 still seems like it could be backported though, even if these
pwmdac patches are not suitble?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2024-09-12 18:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240912025539.1928223-1-wangyuli@uniontech.com>
2024-09-12 2:55 ` [PATCH 6.6 v2 2/4] riscv: dts: starfive: pinfunc: Fix the pins name of I2STX1 WangYuli
2024-09-12 2:55 ` [PATCH 6.6 v2 3/4] riscv: dts: starfive: Add the nodes and pins of I2Srx/I2Stx0/I2Stx1 WangYuli
2024-09-12 10:23 ` Hal Feng
2024-09-12 10:40 ` Conor Dooley
2024-09-12 11:19 ` WangYuli
2024-09-12 18:48 ` Conor Dooley [this message]
2024-09-12 2:55 ` [PATCH 6.6 v2 4/4] riscv: dts: starfive: Add JH7110 PWM-DAC support WangYuli
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=20240912-carnation-aspirate-9a8ef572da2f@spud \
--to=conor@kernel.org \
--cc=aou@eecs.berkeley.edu \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=emil.renner.berthing@canonical.com \
--cc=gregkh@linuxfoundation.org \
--cc=hal.feng@starfivetech.com \
--cc=kernel@esmil.dk \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=netdev@vger.kernel.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=richardcochran@gmail.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=walker.chen@starfivetech.com \
--cc=wangyuli@uniontech.com \
--cc=william.qiu@starfivetech.com \
--cc=xingyu.wu@starfivetech.com \
/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