2018-06-04 20:52:47

by Palmer Dabbelt

[permalink] [raw]
Subject: RISC-V Related MAINTAINERS Changes

There have been a few developments in the last few months: Albert is
back at Berkeley, and SiFive is beginning to submit drivers. This patch
set reflects these changes.



2018-06-04 20:52:10

by Palmer Dabbelt

[permalink] [raw]
Subject: [PATCH 2/2] MAINTAINERS: Update Albert's email, he's back at Berkeley

When I was adding a MAINTAINERS entry for SiFive's drivers I realized
that Albert's email is out of date -- he's gone back to Berkeley, so his
SiFive email is technically defunct. This patch updates his entry to a
current email address, hosted at Berkeley.

Signed-off-by: Palmer Dabbelt <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a8f906d1d1e2..c2d32726264f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12004,7 +12004,7 @@ F: drivers/mtd/nand/raw/r852.h

RISC-V ARCHITECTURE
M: Palmer Dabbelt <[email protected]>
-M: Albert Ou <[email protected]>
+M: Albert Ou <[email protected]>
L: [email protected]
T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
S: Supported
--
2.16.4


2018-06-04 20:52:51

by Palmer Dabbelt

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: Add myself as a maintainer for SiFive's drivers

There aren't actually any files in the tree that match these patterns
right now, but we've just started submitting our drivers so I thought it
would be good to make sure there's at least someone at SiFive who's
listed as maintaining them. I'm leaving the RISC-V lists on here
because:

* As of today, all the RISC-V ASICs that people can actually buy are
from SiFive -- though hopefully there'll be more soon!
* The RTL for many of our devices is open source, so I anticipate these
devices might make they way chips from other vendors.
* We may standardize some of these devices as part of a RISC-V
specification at some point in the future.

I'm a bit swamped right now so I might not be the most active maintainer
of these drivers, but I think it'd be good to make sure someone who has
hardware access gets CC'd on updates to our drivers just as a sanity
check. Hopefully that's an OK way to handle this.

Signed-off-by: Palmer Dabbelt <[email protected]>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9c125f705f78..a8f906d1d1e2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12764,6 +12764,14 @@ F: drivers/media/usb/siano/
F: drivers/media/usb/siano/
F: drivers/media/mmc/siano/

+SIFIVE DRIVERS
+M: Palmer Dabbelt <[email protected]>
+L: [email protected]
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
+S: Supported
+K: sifive
+N: sifive
+
SILEAD TOUCHSCREEN DRIVER
M: Hans de Goede <[email protected]>
L: [email protected]
--
2.16.4