Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1731694
| From | Palmer Dabbelt <palmer@dabbelt.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v8 01/18] MAINTAINERS: Add RISC-V |
| Date | 2017-09-13 18:00 +0200 |
| Message-ID | <upieZ-Ri-9@gated-at.bofh.it> (permalink) |
| References | <upgZA-7n-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 13 Sep 2017 07:39:05 PDT (-0700), joe@perches.com wrote: > On Tue, 2017-09-12 at 14:56 -0700, Palmer Dabbelt wrote: >> RISC-V needs a MAINTAINERS entry. Let's add one. > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -11253,6 +11253,15 @@ S: Maintained >> F: drivers/mtd/nand/r852.c >> F: drivers/mtd/nand/r852.h >> >> +RISC-V ARCHITECTURE >> +M: Palmer Dabbelt <palmer@sifive.com> >> +M: Albert Ou <albert@sifive.com> >> +L: patches@groups.riscv.org >> +T: git https://github.com/riscv/riscv-linux >> +S: Supported >> +F: arch/riscv/ >> +K: riscv > > perhaps add > > N: riscv OK. I'm assuming we'll submit a v9 that's based on linux-next, so I'll just squash this in. diff --git a/MAINTAINERS b/MAINTAINERS index d5d70a1318d5..a84ebf12356f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11261,6 +11261,7 @@ T: git https://github.com/riscv/riscv-linux S: Supported F: arch/riscv/ K: riscv +N: riscv ROCCAT DRIVERS M: Stefan Achatz <erazor_de@users.sourceforge.net>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
RISC-V Linux Port v8 Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:00 +0200
[PATCH v8 07/18] irqchip: RISC-V Local Interrupt Controller Driver Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:00 +0200
[PATCH v8 01/18] MAINTAINERS: Add RISC-V Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:00 +0200
Re: [PATCH v8 01/18] MAINTAINERS: Add RISC-V Joe Perches <joe@perches.com> - 2017-09-13 16:40 +0200
Re: [PATCH v8 01/18] MAINTAINERS: Add RISC-V Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 18:00 +0200
[PATCH v8 02/18] lib: Add shared copies of some GCC library routines Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:10 +0200
[PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:10 +0200
Re: [PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation Rob Herring <robh@kernel.org> - 2017-09-15 16:40 +0200
Re: [PATCH v8 04/18] dt-bindings: interrupt-controller: RISC-V PLIC documentation Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-15 18:30 +0200
[PATCH v8 03/18] dt-bindings: interrupt-controller: RISC-V local interrupt controller docs Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:10 +0200
[PATCH v8 08/18] irqchip: New RISC-V PLIC Driver Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:10 +0200
Re: [patches] [PATCH v8 08/18] irqchip: New RISC-V PLIC Driver Jonathan Neuschäfer <j.neuschaefer@gmx.net> - 2017-09-14 13:10 +0200
[PATCH v8 09/18] tty: New RISC-V SBI console driver Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:10 +0200
[PATCH v8 13/18] RISC-V: ELF and module implementation Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:10 +0200
Re: [PATCH v8 10/18] RISC-V: Init and Halt Code Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-13 20:20 +0200
Re: [PATCH v8 10/18] RISC-V: Init and Halt Code Dmitriy Cherkasov <dmitriy@oss-tech.org> - 2017-09-16 08:30 +0200
Re: [PATCH v8 10/18] RISC-V: Init and Halt Code Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-09-16 15:30 +0200
Re: [PATCH v8 10/18] RISC-V: Init and Halt Code Dmitriy Cherkasov <dmitriy@oss-tech.org> - 2017-09-16 23:40 +0200
csiph-web