Message ID | 20220815151451.23293-8-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add support for Renesas RZ/Five SoC | expand |
Hi Prabhakar, On Mon, Aug 15, 2022 at 5:16 PM Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote: > Initial Renesas RISC-V architecture support will be for the > RZ/Five SMARC EVK board. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- 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 <geert+renesas@glider.be> > +L: linux-renesas-soc@vger.kernel.org > +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 <haris.iqbal@ionos.com> > M: Jack Wang <jinpu.wang@ionos.com> 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 -- geert@linux-m68k.org 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
Hi Geert, Thank you for the review. On Fri, Aug 19, 2022 at 9:42 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote: > > Hi Prabhakar, > > On Mon, Aug 15, 2022 at 5:16 PM Lad Prabhakar > <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote: > > Initial Renesas RISC-V architecture support will be for the > > RZ/Five SMARC EVK board. > > > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > > --- 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 <geert+renesas@glider.be> > > +L: linux-renesas-soc@vger.kernel.org > > +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 <haris.iqbal@ionos.com> > > M: Jack Wang <jinpu.wang@ionos.com> > > 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
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 <geert+renesas@glider.be> +L: linux-renesas-soc@vger.kernel.org +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 <haris.iqbal@ionos.com> M: Jack Wang <jinpu.wang@ionos.com>
Initial Renesas RISC-V architecture support will be for the RZ/Five SMARC EVK board. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> --- v1->v2 * New patch --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)