2019-07-02 04:38:12

by Joel Stanley

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add FSI subsystem

The subsystem was merged some time ago but we did not have a maintainers
entry.

Signed-off-by: Joel Stanley <[email protected]>
---
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 <[email protected]>
+M: Joel Stanley <[email protected]>
+R: Alistar Popple <[email protected]>
+R: Eddie James <[email protected]>
+L: [email protected]
+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 <[email protected]>
L: [email protected]
--
2.20.1


2019-07-02 04:44:37

by Jeremy Kerr

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add FSI subsystem

Hi Joel,

> The subsystem was merged some time ago but we did not have a
> maintainers
> entry.

Acked-by: Jeremy Kerr <[email protected]>

Cheers,


Jeremy


2019-07-02 06:34:10

by Nathan Chancellor

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add FSI subsystem

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 <[email protected]>
> ---
> 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 <[email protected]>
> +M: Joel Stanley <[email protected]>
> +R: Alistar Popple <[email protected]>
> +R: Eddie James <[email protected]>
> +L: [email protected]
> +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 <[email protected]>
> L: [email protected]
> --
> 2.20.1
>

2019-07-02 06:56:27

by Joel Stanley

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add FSI subsystem

On Tue, 2 Jul 2019 at 06:33, Nathan Chancellor <[email protected]> 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 <[email protected]>
> > ---
> > 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 <[email protected]>
> > +M: Joel Stanley <[email protected]>
> > +R: Alistar Popple <[email protected]>
> > +R: Eddie James <[email protected]>
> > +L: [email protected]
> > +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.