2022-08-15 15:33:16

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH v2 7/8] MAINTAINERS: Add entry for Renesas RISC-V architecture

Initial Renesas RISC-V architecture support will be for the
RZ/Five SMARC EVK board.

Signed-off-by: Lad Prabhakar <[email protected]>
---
v1->v2
* New patch
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e3058091899f..b03763ed649b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17562,6 +17562,16 @@ F: drivers/spi/spi-microchip-core.c
F: drivers/usb/musb/mpfs.c
F: include/soc/microchip/mpfs.h

+RISC-V/Renesas RISC-V ARCHITECTURE
+M: Geert Uytterhoeven <[email protected]>
+L: [email protected]
+S: Supported
+Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
+C: irc://irc.libera.chat/renesas-soc
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
+F: Documentation/devicetree/bindings/soc/renesas/
+F: arch/riscv/boot/dts/renesas/
+
RNBD BLOCK DRIVERS
M: Md. Haris Iqbal <[email protected]>
M: Jack Wang <[email protected]>
--
2.25.1


2022-08-19 08:45:29

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH v2 7/8] MAINTAINERS: Add entry for Renesas RISC-V architecture

Hi Prabhakar,

On Mon, Aug 15, 2022 at 5:16 PM Lad Prabhakar
<[email protected]> wrote:
> Initial Renesas RISC-V architecture support will be for the
> RZ/Five SMARC EVK board.
>
> Signed-off-by: Lad Prabhakar <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17562,6 +17562,16 @@ F: drivers/spi/spi-microchip-core.c
> F: drivers/usb/musb/mpfs.c
> F: include/soc/microchip/mpfs.h
>
> +RISC-V/Renesas RISC-V ARCHITECTURE
> +M: Geert Uytterhoeven <[email protected]>
> +L: [email protected]
> +S: Supported
> +Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
> +C: irc://irc.libera.chat/renesas-soc
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
> +F: Documentation/devicetree/bindings/soc/renesas/
> +F: arch/riscv/boot/dts/renesas/
> +
> RNBD BLOCK DRIVERS
> M: Md. Haris Iqbal <[email protected]>
> M: Jack Wang <[email protected]>

Perhaps we should merge them all into a single section for "Renesas
ARM/ARM64/RISC-V ARCHITECTURE", to follow up on "[PATCH/RFC]
MAINTAINERS: Merge ARM/Renesas ARM64 and ARM/SH-Mobile ARM
architectures" I've just ssent?
https://lore.kernel.org/r/a869b8afdc47aa637ebeefcc1ca7bc61244f34b9.1660898008.git.geert+renesas@glider.be/

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2022-08-19 09:55:21

by Lad, Prabhakar

[permalink] [raw]
Subject: Re: [PATCH v2 7/8] MAINTAINERS: Add entry for Renesas RISC-V architecture

Hi Geert,

Thank you for the review.

On Fri, Aug 19, 2022 at 9:42 AM Geert Uytterhoeven <[email protected]> wrote:
>
> Hi Prabhakar,
>
> On Mon, Aug 15, 2022 at 5:16 PM Lad Prabhakar
> <[email protected]> wrote:
> > Initial Renesas RISC-V architecture support will be for the
> > RZ/Five SMARC EVK board.
> >
> > Signed-off-by: Lad Prabhakar <[email protected]>
>
> Reviewed-by: Geert Uytterhoeven <[email protected]>
>
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -17562,6 +17562,16 @@ F: drivers/spi/spi-microchip-core.c
> > F: drivers/usb/musb/mpfs.c
> > F: include/soc/microchip/mpfs.h
> >
> > +RISC-V/Renesas RISC-V ARCHITECTURE
> > +M: Geert Uytterhoeven <[email protected]>
> > +L: [email protected]
> > +S: Supported
> > +Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
> > +C: irc://irc.libera.chat/renesas-soc
> > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
> > +F: Documentation/devicetree/bindings/soc/renesas/
> > +F: arch/riscv/boot/dts/renesas/
> > +
> > RNBD BLOCK DRIVERS
> > M: Md. Haris Iqbal <[email protected]>
> > M: Jack Wang <[email protected]>
>
> Perhaps we should merge them all into a single section for "Renesas
> ARM/ARM64/RISC-V ARCHITECTURE", to follow up on "[PATCH/RFC]
> MAINTAINERS: Merge ARM/Renesas ARM64 and ARM/SH-Mobile ARM
> architectures" I've just ssent?
> https://lore.kernel.org/r/a869b8afdc47aa637ebeefcc1ca7bc61244f34b9.1660898008.git.geert+renesas@glider.be/
>
Agreed, I'll merge this on top of your changes.

Cheers,
Prabhakar