All of lore.kernel.org
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Chen Wang <unicornxw@gmail.com>
Cc: Conor Dooley <conor.dooley@microchip.com>,
	aou@eecs.berkeley.edu, chao.wei@sophgo.com,
	devicetree@vger.kernel.org, emil.renner.berthing@canonical.com,
	guoren@kernel.org, jszhang@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, linux-kernel@vger.kernel.org,
	linux-riscv@lists.infradead.org, palmer@dabbelt.com,
	paul.walmsley@sifive.com, robh+dt@kernel.org,
	xiaoguang.xing@sophgo.com, Chen Wang <wangchen20@iscas.ac.cn>
Subject: Re: [PATCH v2 03/11] dt-bindings: riscv: add sophgo sg2042 bindings
Date: Thu, 21 Sep 2023 13:18:08 +0100	[thread overview]
Message-ID: <20230921-1ae70cfdbf983e011d5b6754@fedora> (raw)
In-Reply-To: <CAHAQgRDh72FLQPOFzn2rhsWmOOaLUO0sKyJwJQBG0Z7qZN_YLw@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 4870 bytes --]

On Thu, Sep 21, 2023 at 06:21:08PM +0800, Chen Wang wrote:
> Conor Dooley <conor.dooley@microchip.com> 于2023年9月20日周三 16:29写道:
> > On Wed, Sep 20, 2023 at 02:37:51PM +0800, Chen Wang wrote:
> > > Add DT binding documentation for the Sophgo SG2042 Soc [1] and the
> > > Milk-V Pioneer board [2].
> > >
> > > [1]: https://en.sophgo.com/product/introduce/sg2042.html
> > > [2]: https://milkv.io/pioneer
> >
> > Again, link tags please.
> >
> > > Acked-by: Chao Wei <chao.wei@sophgo.com>
> > > Acked-by: Xiaoguang Xing <xiaoguang.xing@sophgo.com>
> > > Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
> > > ---
> > >  .../devicetree/bindings/riscv/sophgo.yaml     | 28 +++++++++++++++++++
> > >  MAINTAINERS                                   |  7 +++++
> > >  2 files changed, 35 insertions(+)
> > >  create mode 100644 Documentation/devicetree/bindings/riscv/sophgo.yaml
> > >
> > > diff --git a/Documentation/devicetree/bindings/riscv/sophgo.yaml b/Documentation/devicetree/bindings/riscv/sophgo.yaml
> > > new file mode 100644
> > > index 000000000000..82468ae915db
> > > --- /dev/null
> > > +++ b/Documentation/devicetree/bindings/riscv/sophgo.yaml
> > > @@ -0,0 +1,28 @@
> > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> > > +%YAML 1.2
> > > +---
> > > +$id: http://devicetree.org/schemas/riscv/sophgo.yaml#
> > > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > > +
> > > +title: Sophgo SoC-based boards
> > > +
> > > +maintainers:
> > > +  - Chao Wei <chao.wei@sophgo.com>
> > > +  - Xiaoguang Xing <xiaoguang.xing@sophgo.com>
> > > +
> > > +description:
> > > +  Sophgo SoC-based boards
> > > +
> > > +properties:
> > > +  $nodename:
> > > +    const: '/'
> > > +  compatible:
> > > +    oneOf:
> > > +      - items:
> > > +          - enum:
> > > +              - milkv,pioneer
> > > +          - const: sophgo,sg2042
> > > +
> > > +additionalProperties: true
> > > +
> > > +...
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 90f13281d297..b74d505003e2 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -20063,6 +20063,13 @@ F:   drivers/char/sonypi.c
> > >  F:   drivers/platform/x86/sony-laptop.c
> > >  F:   include/linux/sony-laptop.h
> > >
> > > +SOPHGO DEVICETREES
> > > +M:   Xiaoguang Xing <xiaoguang.xing@sophgo.com>
> > > +M:   Chao Wei <chao.wei@sophgo.com>
> > > +S:   Maintained
> > > +F:   Documentation/devicetree/bindings/riscv/sophgo.yaml
> >
> > > +F:   arch/riscv/boot/dts/sophgo/
> >
> > Firstly, this directory does not exist at the time of this patch, so it
> > should not be added here, but rather at the time that you create it.
> >
> > Secondly, are Xiaoguang Xing and Chao Wei going to monitor the lists &
> > apply patches for these files? If so, you should add a git tree here
> > that they will apply patches to & add to linux-next. Also, I'd really
> > like to see some on-list signs of life from these people, otherwise
> > I'd rather see your name here instead of theirs.
> >
> > If they don't intend reviewing/testing/applying patches, I can do it as
> > a last resort but I would rather that someone who specifically cares for
> > this hardware does it.
> 
> Please allow me to explain first. As a community volunteer, I actually
> had full discussions and testing with Sophgo people when submitting
> patches, so I added tag such "Acked-by: Xiaoguang Xing ..." to the
> signature part of most patches. Also if you think a formal email is
> required, I will talk them to send it.

No, I'm okay with the acks that are on these patches. I just want to
make sure that those who are acking know why they are & am wondering why
your name is not there, seeing as you're the one who has submitted these
patches.

> As for the issue of MAINTAINERS, I discussed it with the people from
> Sophgo. They (including me also) feel that we are not very familiar
> with the community process (especially as maintainer, and actually I
> modify the file MAINTAINERS is just to suppress warning information
> when running checkpatch.pl), so we sincerely hope to invite you, Mr.
> Conor,

Oh god, there's no need to call me "Mr. Conor". Conor will do perfectly
fine!

> to help us for a period of time on maintenance work, including
> checking relevant patches, merging and submitting PRs, we will learn
> together with you for a while, and then take over this part of the
> work when we become familiar with it. We know that you are also very
> busy at work, especially if you don't have the hardware at hand. I
> have the hardware here and I can take the responsibility to run
> testing. What do you think? I'm waiting for your reply. Thanks in
> advance.

That seems fine to me. In that case, you should add yourself to the
MAINTAINERS entry.

Thanks,
Conor.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor@kernel.org>
To: Chen Wang <unicornxw@gmail.com>
Cc: Conor Dooley <conor.dooley@microchip.com>,
	aou@eecs.berkeley.edu, chao.wei@sophgo.com,
	devicetree@vger.kernel.org, emil.renner.berthing@canonical.com,
	guoren@kernel.org, jszhang@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, linux-kernel@vger.kernel.org,
	linux-riscv@lists.infradead.org, palmer@dabbelt.com,
	paul.walmsley@sifive.com, robh+dt@kernel.org,
	xiaoguang.xing@sophgo.com, Chen Wang <wangchen20@iscas.ac.cn>
Subject: Re: [PATCH v2 03/11] dt-bindings: riscv: add sophgo sg2042 bindings
Date: Thu, 21 Sep 2023 13:18:08 +0100	[thread overview]
Message-ID: <20230921-1ae70cfdbf983e011d5b6754@fedora> (raw)
In-Reply-To: <CAHAQgRDh72FLQPOFzn2rhsWmOOaLUO0sKyJwJQBG0Z7qZN_YLw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4870 bytes --]

On Thu, Sep 21, 2023 at 06:21:08PM +0800, Chen Wang wrote:
> Conor Dooley <conor.dooley@microchip.com> 于2023年9月20日周三 16:29写道:
> > On Wed, Sep 20, 2023 at 02:37:51PM +0800, Chen Wang wrote:
> > > Add DT binding documentation for the Sophgo SG2042 Soc [1] and the
> > > Milk-V Pioneer board [2].
> > >
> > > [1]: https://en.sophgo.com/product/introduce/sg2042.html
> > > [2]: https://milkv.io/pioneer
> >
> > Again, link tags please.
> >
> > > Acked-by: Chao Wei <chao.wei@sophgo.com>
> > > Acked-by: Xiaoguang Xing <xiaoguang.xing@sophgo.com>
> > > Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
> > > ---
> > >  .../devicetree/bindings/riscv/sophgo.yaml     | 28 +++++++++++++++++++
> > >  MAINTAINERS                                   |  7 +++++
> > >  2 files changed, 35 insertions(+)
> > >  create mode 100644 Documentation/devicetree/bindings/riscv/sophgo.yaml
> > >
> > > diff --git a/Documentation/devicetree/bindings/riscv/sophgo.yaml b/Documentation/devicetree/bindings/riscv/sophgo.yaml
> > > new file mode 100644
> > > index 000000000000..82468ae915db
> > > --- /dev/null
> > > +++ b/Documentation/devicetree/bindings/riscv/sophgo.yaml
> > > @@ -0,0 +1,28 @@
> > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> > > +%YAML 1.2
> > > +---
> > > +$id: http://devicetree.org/schemas/riscv/sophgo.yaml#
> > > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > > +
> > > +title: Sophgo SoC-based boards
> > > +
> > > +maintainers:
> > > +  - Chao Wei <chao.wei@sophgo.com>
> > > +  - Xiaoguang Xing <xiaoguang.xing@sophgo.com>
> > > +
> > > +description:
> > > +  Sophgo SoC-based boards
> > > +
> > > +properties:
> > > +  $nodename:
> > > +    const: '/'
> > > +  compatible:
> > > +    oneOf:
> > > +      - items:
> > > +          - enum:
> > > +              - milkv,pioneer
> > > +          - const: sophgo,sg2042
> > > +
> > > +additionalProperties: true
> > > +
> > > +...
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 90f13281d297..b74d505003e2 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -20063,6 +20063,13 @@ F:   drivers/char/sonypi.c
> > >  F:   drivers/platform/x86/sony-laptop.c
> > >  F:   include/linux/sony-laptop.h
> > >
> > > +SOPHGO DEVICETREES
> > > +M:   Xiaoguang Xing <xiaoguang.xing@sophgo.com>
> > > +M:   Chao Wei <chao.wei@sophgo.com>
> > > +S:   Maintained
> > > +F:   Documentation/devicetree/bindings/riscv/sophgo.yaml
> >
> > > +F:   arch/riscv/boot/dts/sophgo/
> >
> > Firstly, this directory does not exist at the time of this patch, so it
> > should not be added here, but rather at the time that you create it.
> >
> > Secondly, are Xiaoguang Xing and Chao Wei going to monitor the lists &
> > apply patches for these files? If so, you should add a git tree here
> > that they will apply patches to & add to linux-next. Also, I'd really
> > like to see some on-list signs of life from these people, otherwise
> > I'd rather see your name here instead of theirs.
> >
> > If they don't intend reviewing/testing/applying patches, I can do it as
> > a last resort but I would rather that someone who specifically cares for
> > this hardware does it.
> 
> Please allow me to explain first. As a community volunteer, I actually
> had full discussions and testing with Sophgo people when submitting
> patches, so I added tag such "Acked-by: Xiaoguang Xing ..." to the
> signature part of most patches. Also if you think a formal email is
> required, I will talk them to send it.

No, I'm okay with the acks that are on these patches. I just want to
make sure that those who are acking know why they are & am wondering why
your name is not there, seeing as you're the one who has submitted these
patches.

> As for the issue of MAINTAINERS, I discussed it with the people from
> Sophgo. They (including me also) feel that we are not very familiar
> with the community process (especially as maintainer, and actually I
> modify the file MAINTAINERS is just to suppress warning information
> when running checkpatch.pl), so we sincerely hope to invite you, Mr.
> Conor,

Oh god, there's no need to call me "Mr. Conor". Conor will do perfectly
fine!

> to help us for a period of time on maintenance work, including
> checking relevant patches, merging and submitting PRs, we will learn
> together with you for a while, and then take over this part of the
> work when we become familiar with it. We know that you are also very
> busy at work, especially if you don't have the hardware at hand. I
> have the hardware here and I can take the responsibility to run
> testing. What do you think? I'm waiting for your reply. Thanks in
> advance.

That seems fine to me. In that case, you should add yourself to the
MAINTAINERS entry.

Thanks,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-09-21 12:18 UTC|newest]

Thread overview: 176+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20  6:33 [PATCH v2 00/11] Add Milk-V Pioneer RISC-V board support Chen Wang
2023-09-20  6:33 ` Chen Wang
2023-09-20  6:34 ` [PATCH v2 01/11] riscv: Add SOPHGO SOC family Kconfig support Chen Wang
2023-09-20  6:34   ` Chen Wang
2023-09-20  7:34   ` Guo Ren
2023-09-20  7:34     ` Guo Ren
2023-09-20  8:21   ` Conor Dooley
2023-09-20  8:21     ` Conor Dooley
2023-09-20  6:37 ` [PATCH v2 02/11] dt-bindings: vendor-prefixes: add milkv/sophgo Chen Wang
2023-09-20  6:37   ` Chen Wang
2023-09-20  7:38   ` Guo Ren
2023-09-20  7:38     ` Guo Ren
2023-09-20  8:22   ` Conor Dooley
2023-09-20  8:22     ` Conor Dooley
2023-09-20  9:14     ` Chen Wang
2023-09-20  9:14       ` Chen Wang
2023-09-20  6:37 ` [PATCH v2 03/11] dt-bindings: riscv: add sophgo sg2042 bindings Chen Wang
2023-09-20  6:37   ` Chen Wang
2023-09-20  7:43   ` Guo Ren
2023-09-20  7:43     ` Guo Ren
2023-09-20  8:28   ` Conor Dooley
2023-09-20  8:28     ` Conor Dooley
2023-09-21 10:21     ` Chen Wang
2023-09-21 10:21       ` Chen Wang
2023-09-21 12:18       ` Conor Dooley [this message]
2023-09-21 12:18         ` Conor Dooley
2023-09-21 13:40         ` Chen Wang
2023-09-21 13:40           ` Chen Wang
2023-09-21 13:51         ` Chen Wang
2023-09-21 13:51           ` Chen Wang
2023-09-21 14:00           ` Conor Dooley
2023-09-21 14:00             ` Conor Dooley
2023-09-22  1:48     ` Chen Wang
2023-09-22  1:48       ` Chen Wang
2023-09-20 11:55   ` Krzysztof Kozlowski
2023-09-20 11:55     ` Krzysztof Kozlowski
2023-09-20 12:03     ` 汪辰
2023-09-20 12:03       ` 汪辰
2023-09-21  0:48       ` Jisheng Zhang
2023-09-21  0:48         ` Jisheng Zhang
2023-09-20  6:38 ` [PATCH v2 04/11] dt-bindings: riscv: Add T-HEAD C920 compatibles Chen Wang
2023-09-20  6:38   ` Chen Wang
2023-09-20  7:44   ` Guo Ren
2023-09-20  7:44     ` Guo Ren
2023-09-20  8:37   ` Conor Dooley
2023-09-20  8:37     ` Conor Dooley
2023-09-20  6:39 ` [PATCH v2 05/11] dt-bindings: interrupt-controller: Add SOPHGO's SG2042 PLIC Chen Wang
2023-09-20  6:39   ` Chen Wang
2023-09-20  7:45   ` Guo Ren
2023-09-20  7:45     ` Guo Ren
2023-09-20  8:57   ` Conor Dooley
2023-09-20  8:57     ` Conor Dooley
2023-09-20  6:39 ` [PATCH v2 06/11] dt-bindings: timer: Add Sophgo sg2042 clint Chen Wang
2023-09-20  6:39   ` Chen Wang
2023-09-20  8:12   ` Guo Ren
2023-09-20  8:12     ` Guo Ren
2023-09-20  8:50   ` Conor Dooley
2023-09-20  8:50     ` Conor Dooley
2023-09-20  9:08     ` Inochi Amaoto
2023-09-20  9:08       ` Inochi Amaoto
2023-09-20  9:53       ` Conor Dooley
2023-09-20  9:53         ` Conor Dooley
2023-09-20 11:24         ` Inochi Amaoto
2023-09-20 11:24           ` Inochi Amaoto
2023-09-20 13:03           ` Conor Dooley
2023-09-20 13:03             ` Conor Dooley
2023-09-21  0:43             ` Inochi Amaoto
2023-09-21  0:43               ` Inochi Amaoto
2023-09-21  8:05               ` Conor Dooley
2023-09-21  8:05                 ` Conor Dooley
2023-09-21  8:18                 ` Inochi Amaoto
2023-09-21  8:18                   ` Inochi Amaoto
2023-09-21  8:52                   ` Conor Dooley
2023-09-21  8:52                     ` Conor Dooley
2023-09-21  9:44                     ` Inochi Amaoto
2023-09-21  9:44                       ` Inochi Amaoto
2023-09-20 11:57   ` Krzysztof Kozlowski
2023-09-20 11:57     ` Krzysztof Kozlowski
2023-09-20 12:15     ` Inochi Amaoto
2023-09-20 12:15       ` Inochi Amaoto
2023-09-20 12:30       ` Krzysztof Kozlowski
2023-09-20 12:30         ` Krzysztof Kozlowski
2023-09-20 12:40         ` Inochi Amaoto
2023-09-20 12:40           ` Inochi Amaoto
2023-09-20 12:58           ` Conor Dooley
2023-09-20 12:58             ` Conor Dooley
2023-09-20 13:09             ` Krzysztof Kozlowski
2023-09-20 13:09               ` Krzysztof Kozlowski
2023-09-20 14:38             ` Anup Patel
2023-09-20 14:38               ` Anup Patel
2023-09-20 14:51               ` Conor Dooley
2023-09-20 14:51                 ` Conor Dooley
2023-09-20 22:20                 ` Inochi Amaoto
2023-09-20 22:20                   ` Inochi Amaoto
2023-09-22  5:16                 ` Inochi Amaoto
2023-09-22  5:16                   ` Inochi Amaoto
2023-09-22  7:43                   ` Conor Dooley
2023-09-22  7:43                     ` Conor Dooley
2023-09-22  8:18                     ` Inochi Amaoto
2023-09-22  8:18                       ` Inochi Amaoto
2023-09-20  6:39 ` [PATCH v2 07/11] dt-bindings: serial: snps-dw-apb-uart: Add Sophgo SG2042 uarts Chen Wang
2023-09-20  6:39   ` Chen Wang
2023-09-20  7:51   ` Guo Ren
2023-09-20  7:51     ` Guo Ren
2023-09-20  8:37   ` Conor Dooley
2023-09-20  8:37     ` Conor Dooley
2023-09-20  6:40 ` [PATCH v2 08/11] serial: 8250_dw: Add Sophgo SG2042 support Chen Wang
2023-09-20  6:40   ` Chen Wang
2023-09-20  7:53   ` Guo Ren
2023-09-20  7:53     ` Guo Ren
2023-09-20  8:05     ` Chen Wang
2023-09-20  8:05       ` Chen Wang
2023-09-20  8:08       ` Guo Ren
2023-09-20  8:08         ` Guo Ren
2023-09-22  9:41   ` Ben Dooks
2023-09-22  9:41     ` Ben Dooks
2023-09-22 10:40     ` Emil Renner Berthing
2023-09-22 10:40       ` Emil Renner Berthing
2023-09-22 11:39       ` Chen Wang
2023-09-22 11:39         ` Chen Wang
2023-09-26  7:38       ` Chen Wang
2023-09-26  7:38         ` Chen Wang
2023-09-20  6:40 ` [PATCH v2 09/11] riscv: dts: add initial SOPHGO SG2042 SoC device tree Chen Wang
2023-09-20  6:40   ` Chen Wang
2023-09-20  8:04   ` Guo Ren
2023-09-20  8:04     ` Guo Ren
2023-09-20  8:57   ` Conor Dooley
2023-09-20  8:57     ` Conor Dooley
2023-09-20  9:07     ` [PATCH v2 06/11] dt-bindings: timer: Add Sophgo sg2042 clint Inochi Amaoto
2023-09-20  9:07       ` Inochi Amaoto
2023-09-21  9:56     ` [PATCH v2 09/11] riscv: dts: add initial SOPHGO SG2042 SoC device tree Chen Wang
2023-09-21  9:56       ` Chen Wang
2023-09-21 10:15       ` Conor Dooley
2023-09-21 10:15         ` Conor Dooley
2023-09-21 10:27         ` Chen Wang
2023-09-21 10:27           ` Chen Wang
2023-09-21 12:06           ` Conor Dooley
2023-09-21 12:06             ` Conor Dooley
2023-09-20 11:32   ` Emil Renner Berthing
2023-09-20 11:32     ` Emil Renner Berthing
2023-09-20 12:09     ` 汪辰
2023-09-20 12:09       ` 汪辰
2023-09-20 12:32       ` Emil Renner Berthing
2023-09-20 12:32         ` Emil Renner Berthing
2023-09-20 12:37         ` 汪辰
2023-09-20 12:37           ` 汪辰
2023-09-20 15:19   ` Palmer Dabbelt
2023-09-20 15:19     ` Palmer Dabbelt
2023-09-20 15:31     ` Conor Dooley
2023-09-20 15:31       ` Conor Dooley
2023-09-20  6:40 ` [PATCH v2 10/11] riscv: dts: sophgo: add Milk-V Pioneer board " Chen Wang
2023-09-20  6:40   ` Chen Wang
2023-09-20  8:05   ` Guo Ren
2023-09-20  8:05     ` Guo Ren
2023-09-20  8:16   ` Conor Dooley
2023-09-20  8:16     ` Conor Dooley
2023-09-20 11:59   ` Krzysztof Kozlowski
2023-09-20 11:59     ` Krzysztof Kozlowski
2023-09-20  6:41 ` [PATCH v2 11/11] riscv: defconfig: enable SOPHGO SoC Chen Wang
2023-09-20  6:41   ` Chen Wang
2023-09-20  8:06   ` Guo Ren
2023-09-20  8:06     ` Guo Ren
2023-09-20  8:58   ` Conor Dooley
2023-09-20  8:58     ` Conor Dooley
2023-09-20 10:01 ` [PATCH v2 00/11] Add Milk-V Pioneer RISC-V board support Conor Dooley
2023-09-20 10:01   ` Conor Dooley
2023-09-22 10:24   ` Chen Wang
2023-09-22 10:24     ` Chen Wang
2023-09-22 10:50     ` Conor Dooley
2023-09-22 10:50       ` Conor Dooley
2023-09-22 11:28       ` Chen Wang
2023-09-22 11:28         ` Chen Wang
2023-09-20 15:22 ` Palmer Dabbelt
2023-09-20 15:22   ` Palmer Dabbelt
2023-09-26 10:29   ` Chen Wang
2023-09-26 10:29     ` Chen Wang

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=20230921-1ae70cfdbf983e011d5b6754@fedora \
    --to=conor@kernel.org \
    --cc=aou@eecs.berkeley.edu \
    --cc=chao.wei@sophgo.com \
    --cc=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=emil.renner.berthing@canonical.com \
    --cc=guoren@kernel.org \
    --cc=jszhang@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=robh+dt@kernel.org \
    --cc=unicornxw@gmail.com \
    --cc=wangchen20@iscas.ac.cn \
    --cc=xiaoguang.xing@sophgo.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 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.