[PATCH] MAINTAINERS: change maintainer for FSI

Eddie James posted 1 patch 10 months, 1 week ago
There is a newer version of this series
MAINTAINERS | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
[PATCH] MAINTAINERS: change maintainer for FSI
Posted by Eddie James 10 months, 1 week ago
Due to job transitions, both Joel and Jeremy can no longer maintain
the FSI subsystem. I will take over.
I also removed the link to Joel's FSI tree as he won't be maintaining
it.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---

Since there is no longer a tree associated with this subsystem, can we rely
on you, Greg, to merge changes to the FSI subsystem? Or will I need to create
a kernel.org account and an associated tree and send you merge requests?
Thanks.

 MAINTAINERS | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1f65a2a1cde5b..83024cd416143 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9441,14 +9441,13 @@ F:	include/linux/fscrypt.h
 F:	include/uapi/linux/fscrypt.h
 
 FSI SUBSYSTEM
-M:	Jeremy Kerr <jk@ozlabs.org>
-M:	Joel Stanley <joel@jms.id.au>
+M:	Eddie James <eajames@linux.ibm.com>
+R:	Jeremy Kerr <jk@ozlabs.org>
+R:	Joel Stanley <joel@jms.id.au>
 R:	Alistar Popple <alistair@popple.id.au>
-R:	Eddie James <eajames@linux.ibm.com>
 L:	linux-fsi@lists.ozlabs.org
 S:	Supported
 Q:	http://patchwork.ozlabs.org/project/linux-fsi/list/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git
 F:	drivers/fsi/
 F:	include/linux/fsi*.h
 F:	include/trace/events/fsi*.h
-- 
2.43.5
Re: [PATCH] MAINTAINERS: change maintainer for FSI
Posted by Jeremy Kerr 10 months, 1 week ago
Hi Eddie,

> Due to job transitions, both Joel and Jeremy can no longer maintain
> the FSI subsystem. I will take over.

Sounds good, thanks. Given Joel, Alistair and I no longer have hardware
access, would it make sense to remove the R: entries completely?

[I'm happy to do keep an eye on patches, but my usefulness would be
limited to cursory review]

Either way:

Acked-by: Jeremy Kerr <jk@ozlabs.org>

Cheers,


Jeremy
Re: [PATCH] MAINTAINERS: change maintainer for FSI
Posted by Greg KH 10 months, 1 week ago
On Wed, Feb 12, 2025 at 11:08:27AM -0600, Eddie James wrote:
> Due to job transitions, both Joel and Jeremy can no longer maintain
> the FSI subsystem. I will take over.
> I also removed the link to Joel's FSI tree as he won't be maintaining
> it.
> 
> Signed-off-by: Eddie James <eajames@linux.ibm.com>
> ---
> 
> Since there is no longer a tree associated with this subsystem, can we rely
> on you, Greg, to merge changes to the FSI subsystem? Or will I need to create
> a kernel.org account and an associated tree and send you merge requests?

Just ack patches and I can pick them up from the lists, no need for a
kernel.org account for that at all.  Or you can batch them up and email
them to me when you want as well, which ever is easier fo ryou.

thanks,

greg k-h