* [PATCH] MAINTAINERS: Add FSI subsystem
@ 2019-07-02 4:37 Joel Stanley
2019-07-02 4:43 ` Jeremy Kerr
2019-07-02 6:33 ` Nathan Chancellor
0 siblings, 2 replies; 4+ messages in thread
From: Joel Stanley @ 2019-07-02 4:37 UTC (permalink / raw)
To: Jeremy Kerr; +Cc: Alistar Popple, Eddie James, linux-fsi, linux-kernel, openbmc
The subsystem was merged some time ago but we did not have a maintainers
entry.
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
MAINTAINERS | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 01a52fc964da..2a5df9c20ecb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6498,6 +6498,19 @@ F: fs/crypto/
F: include/linux/fscrypt*.h
F: Documentation/filesystems/fscrypt.rst
+FSI SUBSYSTEM
+M: Jeremy Kerr <jk@ozlabs.org>
+M: 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
+T: git git://git.kernel.org/pub/scm/joel/fsi.git
+Q: http://patchwork.ozlabs.org/project/linux-fsi/list/
+S: Supported
+F: drivers/fsi/
+F: include/linux/fsi*.h
+F: include/trace/events/fsi*.h
+
FSI-ATTACHED I2C DRIVER
M: Eddie James <eajames@linux.ibm.com>
L: linux-i2c@vger.kernel.org
--
2.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add FSI subsystem
2019-07-02 4:37 [PATCH] MAINTAINERS: Add FSI subsystem Joel Stanley
@ 2019-07-02 4:43 ` Jeremy Kerr
2019-07-02 6:33 ` Nathan Chancellor
1 sibling, 0 replies; 4+ messages in thread
From: Jeremy Kerr @ 2019-07-02 4:43 UTC (permalink / raw)
To: Joel Stanley
Cc: Alistar Popple, Eddie James, linux-fsi, linux-kernel, openbmc
Hi Joel,
> The subsystem was merged some time ago but we did not have a
> maintainers
> entry.
Acked-by: Jeremy Kerr <jk@ozlabs.org>
Cheers,
Jeremy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add FSI subsystem
2019-07-02 4:37 [PATCH] MAINTAINERS: Add FSI subsystem Joel Stanley
2019-07-02 4:43 ` Jeremy Kerr
@ 2019-07-02 6:33 ` Nathan Chancellor
2019-07-02 6:55 ` Joel Stanley
1 sibling, 1 reply; 4+ messages in thread
From: Nathan Chancellor @ 2019-07-02 6:33 UTC (permalink / raw)
To: Joel Stanley
Cc: Jeremy Kerr, Alistar Popple, Eddie James, linux-fsi, linux-kernel,
openbmc
Hi Joel,
On Tue, Jul 02, 2019 at 02:07:05PM +0930, Joel Stanley wrote:
> The subsystem was merged some time ago but we did not have a maintainers
> entry.
>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
> MAINTAINERS | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 01a52fc964da..2a5df9c20ecb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6498,6 +6498,19 @@ F: fs/crypto/
> F: include/linux/fscrypt*.h
> F: Documentation/filesystems/fscrypt.rst
>
> +FSI SUBSYSTEM
> +M: Jeremy Kerr <jk@ozlabs.org>
> +M: 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
> +T: git git://git.kernel.org/pub/scm/joel/fsi.git
Just a drive by review, this link does not work, seems it should be:
git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git
Cheers,
Nathan
> +Q: http://patchwork.ozlabs.org/project/linux-fsi/list/
> +S: Supported
> +F: drivers/fsi/
> +F: include/linux/fsi*.h
> +F: include/trace/events/fsi*.h
> +
> FSI-ATTACHED I2C DRIVER
> M: Eddie James <eajames@linux.ibm.com>
> L: linux-i2c@vger.kernel.org
> --
> 2.20.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add FSI subsystem
2019-07-02 6:33 ` Nathan Chancellor
@ 2019-07-02 6:55 ` Joel Stanley
0 siblings, 0 replies; 4+ messages in thread
From: Joel Stanley @ 2019-07-02 6:55 UTC (permalink / raw)
To: Nathan Chancellor
Cc: Jeremy Kerr, Alistar Popple, Eddie James, linux-fsi,
Linux Kernel Mailing List, OpenBMC Maillist
On Tue, 2 Jul 2019 at 06:33, Nathan Chancellor <natechancellor@gmail.com> wrote:
>
> Hi Joel,
>
> On Tue, Jul 02, 2019 at 02:07:05PM +0930, Joel Stanley wrote:
> > The subsystem was merged some time ago but we did not have a maintainers
> > entry.
> >
> > Signed-off-by: Joel Stanley <joel@jms.id.au>
> > ---
> > MAINTAINERS | 13 +++++++++++++
> > 1 file changed, 13 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 01a52fc964da..2a5df9c20ecb 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6498,6 +6498,19 @@ F: fs/crypto/
> > F: include/linux/fscrypt*.h
> > F: Documentation/filesystems/fscrypt.rst
> >
> > +FSI SUBSYSTEM
> > +M: Jeremy Kerr <jk@ozlabs.org>
> > +M: 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
> > +T: git git://git.kernel.org/pub/scm/joel/fsi.git
>
> Just a drive by review, this link does not work, seems it should be:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git
Thanks Nathan, good catch.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-07-02 6:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-02 4:37 [PATCH] MAINTAINERS: Add FSI subsystem Joel Stanley
2019-07-02 4:43 ` Jeremy Kerr
2019-07-02 6:33 ` Nathan Chancellor
2019-07-02 6:55 ` Joel Stanley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox