diff options
author | Palmer Dabbelt <palmer@sifive.com> | 2018-01-24 13:26:11 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-01-26 08:01:24 -0800 |
commit | 6572cc2bf2e7b10378eaa5a94a0c717dca1289c9 (patch) | |
tree | 83830ef58d06144c14fd7a835fa1154a98bef269 /MAINTAINERS | |
parent | 0c5b9b5d9adbad4b60491f9ba0d2af38904bb4b9 (diff) | |
download | linux-6572cc2bf2e7b10378eaa5a94a0c717dca1289c9.tar.gz linux-6572cc2bf2e7b10378eaa5a94a0c717dca1289c9.tar.bz2 linux-6572cc2bf2e7b10378eaa5a94a0c717dca1289c9.zip |
Update the RISC-V MAINTAINERS file
Now that we're upstream in Linux we've been able to make some
infrastructure changes so our port works a bit more like other ports.
Specifically:
* We now have a mailing list specific to the RISC-V Linux port, hosted
at lists.infreadead.org.
* We now have a kernel.org git tree where work on our port is
coordinated.
This patch changes the RISC-V maintainers entry to reflect these new
bits of infrastructure.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e3581413420c..a3c25b18bd2d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11651,8 +11651,8 @@ 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 +L: linux-riscv@lists.infradead.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git S: Supported F: arch/riscv/ K: riscv |