Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1685705
| From | James Hogan <james.hogan@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 04/17] MAINTAINERS: Add RISC-V |
| Date | 2017-07-12 13:20 +0200 |
| Message-ID | <u2nQu-7wc-15@gated-at.bofh.it> (permalink) |
| References | <u2eNc-1ui-3@gated-at.bofh.it> <u2eNc-1ui-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Tue, Jul 11, 2017 at 06:31:17PM -0700, Palmer Dabbelt wrote: > From: Jonathan Neuschäfer <j.neuschaefer@gmx.net> > > RISC-V needs a MAINTAINERS entry. Let's add one. > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> > Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2af3ab3f7702..3f39f16046dd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11246,6 +11246,14 @@ M: Maxim Levitsky <maximlevitsky@gmail.com> > S: Maintained > F: drivers/memstick/host/r592.* > > +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/ Should this include other tightly riscv specific drivers outside of arch/riscv/ (or maybe they should have their own MAINTAINERS entries if they aren't so tightly bound to the architecture or are maintained separately)? drivers/clocksource/riscv_timer.c drivers/irqchip/irq-riscv-intc.c drivers/irqchip/irq-riscv-plic.c drivers/tty/hvc/hvc_sbi.c include/linux/timer_riscv.h Cheers James > + > ROCCAT DRIVERS > M: Stefan Achatz <erazor_de@users.sourceforge.net> > W: http://sourceforge.net/projects/roccat/ > -- > 2.13.0 >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 04/17] MAINTAINERS: Add RISC-V Palmer Dabbelt <palmer@dabbelt.com> - 2017-07-12 03:40 +0200
Re: [PATCH 04/17] MAINTAINERS: Add RISC-V James Hogan <james.hogan@imgtec.com> - 2017-07-12 13:20 +0200
Re: [PATCH 04/17] MAINTAINERS: Add RISC-V Arnd Bergmann <arnd@arndb.de> - 2017-07-12 13:40 +0200
Re: [patches] Re: [PATCH 04/17] MAINTAINERS: Add RISC-V Jonathan Neuschäfer <j.neuschaefer@gmx.net> - 2017-07-12 17:00 +0200
csiph-web