Message ID | 1557310449-30450-1-git-send-email-sumit.garg@linaro.org |
---|---|
State | Accepted |
Commit | d7f3f7d847044a111d4abadf9c69aa54d0d05167 |
Headers | show |
Series | MAINTAINERS: Add mailing list for the TEE subsystem | expand |
On Wed, 8 May 2019 at 15:44, Sumit Garg <sumit.garg@linaro.org> wrote: > > Add a mailing list for patch reviews and discussions related to TEE > subsystem. > > Signed-off-by: Sumit Garg <sumit.garg@linaro.org> I forgot to include following tag as this change was suggested by Daniel. So: Suggested-by: Daniel Thompson <daniel.thompson@linaro.org> -Sumit > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 920a0a1..c05dff7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11556,11 +11556,13 @@ F: drivers/scsi/st.h > > OP-TEE DRIVER > M: Jens Wiklander <jens.wiklander@linaro.org> > +L: tee-dev@lists.linaro.org > S: Maintained > F: drivers/tee/optee/ > > OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER > M: Sumit Garg <sumit.garg@linaro.org> > +L: tee-dev@lists.linaro.org > S: Maintained > F: drivers/char/hw_random/optee-rng.c > > @@ -15312,6 +15314,7 @@ F: include/media/i2c/tw9910.h > > TEE SUBSYSTEM > M: Jens Wiklander <jens.wiklander@linaro.org> > +L: tee-dev@lists.linaro.org > S: Maintained > F: include/linux/tee_drv.h > F: include/uapi/linux/tee.h > -- > 2.7.4 >
On Thu, May 9, 2019 at 11:33 AM Sumit Garg <sumit.garg@linaro.org> wrote: > > On Wed, 8 May 2019 at 15:44, Sumit Garg <sumit.garg@linaro.org> wrote: > > > > Add a mailing list for patch reviews and discussions related to TEE > > subsystem. > > > > Signed-off-by: Sumit Garg <sumit.garg@linaro.org> > > I forgot to include following tag as this change was suggested by Daniel. So: > > Suggested-by: Daniel Thompson <daniel.thompson@linaro.org> Thanks, I'm picking this up. Cheers, Jens > > -Sumit > > > --- > > MAINTAINERS | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 920a0a1..c05dff7 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -11556,11 +11556,13 @@ F: drivers/scsi/st.h > > > > OP-TEE DRIVER > > M: Jens Wiklander <jens.wiklander@linaro.org> > > +L: tee-dev@lists.linaro.org > > S: Maintained > > F: drivers/tee/optee/ > > > > OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER > > M: Sumit Garg <sumit.garg@linaro.org> > > +L: tee-dev@lists.linaro.org > > S: Maintained > > F: drivers/char/hw_random/optee-rng.c > > > > @@ -15312,6 +15314,7 @@ F: include/media/i2c/tw9910.h > > > > TEE SUBSYSTEM > > M: Jens Wiklander <jens.wiklander@linaro.org> > > +L: tee-dev@lists.linaro.org > > S: Maintained > > F: include/linux/tee_drv.h > > F: include/uapi/linux/tee.h > > -- > > 2.7.4 > >
diff --git a/MAINTAINERS b/MAINTAINERS index 920a0a1..c05dff7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11556,11 +11556,13 @@ F: drivers/scsi/st.h OP-TEE DRIVER M: Jens Wiklander <jens.wiklander@linaro.org> +L: tee-dev@lists.linaro.org S: Maintained F: drivers/tee/optee/ OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER M: Sumit Garg <sumit.garg@linaro.org> +L: tee-dev@lists.linaro.org S: Maintained F: drivers/char/hw_random/optee-rng.c @@ -15312,6 +15314,7 @@ F: include/media/i2c/tw9910.h TEE SUBSYSTEM M: Jens Wiklander <jens.wiklander@linaro.org> +L: tee-dev@lists.linaro.org S: Maintained F: include/linux/tee_drv.h F: include/uapi/linux/tee.h
Add a mailing list for patch reviews and discussions related to TEE subsystem. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) -- 2.7.4