From: Yixun Lan <dlan@gentoo.org>
To: Conor Dooley <conor@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
Palmer Dabbelt <palmer@dabbelt.com>,
Albert Ou <aou@eecs.berkeley.edu>, Yangyu Chen <cyy@cyyself.name>,
Jesse Taube <jesse@rivosinc.com>,
Jisheng Zhang <jszhang@kernel.org>,
Inochi Amaoto <inochiama@outlook.com>,
Icenowy Zheng <uwu@icenowy.me>,
Meng Zhang <zhangmeng.kevin@spacemit.com>,
Meng Zhang <kevin.z.m@hotmail.com>,
devicetree@vger.kernel.org, linux-riscv@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org
Subject: Re: [PATCH v2 1/4] dt-binding: pinctrl: spacemit: add documents for K1 SoC
Date: Tue, 27 Aug 2024 02:23:05 +0000 [thread overview]
Message-ID: <20240827022305.GYA155642.dlan.gentoo> (raw)
In-Reply-To: <20240826-turbofan-unwound-280af18d60cc@spud>
Hi Conor:
On 17:22 Mon 26 Aug , Conor Dooley wrote:
> On Mon, Aug 26, 2024 at 03:09:39AM +0000, Yixun Lan wrote:
> >
> > On 13:10 Sun 25 Aug , Yixun Lan wrote:
> > > Add dt-binding for the pinctrl driver of SpacemiT's K1 SoC.
> > >
> > > Two vendor specific properties are introduced here, As the pinctrl
> > > has dedicated slew rate enable control - bit[7], so we have
> > > spacemit,slew-rate-{enable,disable} for this. For the same reason,
> > > creating spacemit,strong-pull-up for the strong pull up control.
> > >
> > > Signed-off-by: Yixun Lan <dlan@gentoo.org>
>
> I got this mail, and one of your other ones, 5 times. What's going wrong
> with your mail setup?
>
Oops, sorry for this, it's the second time you complain this..
TBO, I have no idea what's happened, asked Yangyu, he didn't have this problem
I'm using mutt+msmtp to reply, while using b4 to send the patch series,
for all the mails you received, do they all have same message-id?
I have a local filter for duplicated mails myself, could this help?
(I leave only one address of your mail in this reply, see if still have problem?)
> | 250 T Aug 25 Yixun Lan (6.0K) ┌─>[PATCH v2 4/4] riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3
> | 251 N T Aug 26 Inochi Amaoto ( 12K) │ ┌─>
> | 252 T Aug 25 Yixun Lan (6.8K) ├─>[PATCH v2 3/4] riscv: dts: spacemit: add pinctrl support for K1 SoC
> | 253 N T Aug 26 Inochi Amaoto ( 46K) │ ┌─>
> | 254 T Aug 25 Yixun Lan ( 38K) ├─>[PATCH v2 2/4] pinctrl: spacemit: add support for SpacemiT K1 SoC
> | 255 N T Aug 26 Inochi Amaoto ( 22K) │ ┌─>
> | 256 T Aug 26 Yixun Lan ( 333) │ ├─>
> | 257 T Aug 26 Yixun Lan ( 338) │ ├─>
> | 258 T Aug 26 Yixun Lan ( 334) │ ├─>
> | 259 T Aug 26 Yixun Lan ( 334) │ ├─>
> | 260 T Aug 26 Yixun Lan ( 333) │ ├─>
> | 261 C Aug 25 Rob Herring (Ar (9.0K) │ ├─>
> | 262 N C Aug 26 Krzysztof Kozlo ( 14K) │ │ ┌─>
> | 263 N C Aug 26 Inochi Amaoto ( 19K) │ │ ├─>
> | 264 C Aug 26 Yixun Lan ( 285) │ │ ├─>
> | 265 C Aug 26 Yixun Lan ( 281) │ │ ├─>
> | 266 N C Aug 26 Yixun Lan ( 14K) │ │ ├─>
> | 267 N C Aug 26 Yixun Lan ( 12K) │ │ ├─>
> | 268 N C Aug 26 Yixun Lan ( 12K) │ │ ├─>
> | 269 T Aug 25 Krzysztof Kozlo ( 13K) │ ├─>
> | 270 T Aug 25 Yixun Lan ( 14K) ├─>[PATCH v2 1/4] dt-binding: pinctrl: spacemit: add documents for K1 SoC
> | 271 T Aug 25 Yixun Lan (8.5K) [PATCH v2 0/4] riscv: spacemit: add pinctrl support to K1 SoC
>
--
Yixun Lan (dlan)
Gentoo Linux Developer
GPG Key ID AABEFD55
next prev parent reply other threads:[~2024-08-27 2:23 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-25 13:10 [PATCH v2 0/4] riscv: spacemit: add pinctrl support to K1 SoC Yixun Lan
2024-08-25 13:10 ` [PATCH v2 1/4] dt-binding: pinctrl: spacemit: add documents for " Yixun Lan
2024-08-25 13:48 ` Krzysztof Kozlowski
2024-08-26 1:36 ` Yixun Lan
2024-08-26 4:19 ` Inochi Amaoto
[not found] ` <66cbdc2a.050a0220.2d7994.f671SMTPIN_ADDED_BROKEN@mx.google.com>
2024-08-26 5:37 ` Krzysztof Kozlowski
2024-08-25 14:22 ` Rob Herring (Arm)
2024-08-26 3:09 ` Yixun Lan
2024-08-26 4:23 ` Inochi Amaoto
[not found] ` <66cbf3bb.050a0220.2632ed.b191SMTPIN_ADDED_BROKEN@mx.google.com>
2024-08-26 16:22 ` Conor Dooley
2024-08-27 2:23 ` Yixun Lan [this message]
[not found] ` <66cd3abe.050a0220.bf184.b4feSMTPIN_ADDED_BROKEN@mx.google.com>
2024-08-27 15:13 ` Conor Dooley
2024-08-25 13:10 ` [PATCH v2 2/4] pinctrl: spacemit: add support for SpacemiT " Yixun Lan
2024-08-26 8:16 ` Inochi Amaoto
2024-08-27 3:30 ` Yixun Lan
2024-08-25 13:10 ` [PATCH v2 3/4] riscv: dts: spacemit: add pinctrl support for " Yixun Lan
2024-08-26 7:55 ` Inochi Amaoto
2024-08-27 3:03 ` Yixun Lan
2024-08-25 13:10 ` [PATCH v2 4/4] riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3 Yixun Lan
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=20240827022305.GYA155642.dlan.gentoo \
--to=dlan@gentoo.org \
--cc=aou@eecs.berkeley.edu \
--cc=conor@kernel.org \
--cc=cyy@cyyself.name \
--cc=devicetree@vger.kernel.org \
--cc=inochiama@outlook.com \
--cc=jesse@rivosinc.com \
--cc=jszhang@kernel.org \
--cc=kevin.z.m@hotmail.com \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh@kernel.org \
--cc=uwu@icenowy.me \
--cc=zhangmeng.kevin@spacemit.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;
as well as URLs for NNTP newsgroup(s).