* [PATCH] MAINTAINERS: add entry for the Sync File Framework
@ 2016-05-11 13:45 Gustavo Padovan
2016-05-11 14:02 ` Sumit Semwal
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Padovan @ 2016-05-11 13:45 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: linux-kernel, devel, dri-devel, Daniel Stone,
Arve Hjønnevåg, Riley Andrews, Daniel Vetter, Rob Clark,
Greg Hackmann, John Harrison, Maarten Lankhorst, Sumit Semwal,
Gustavo Padovan
From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Add Gustavo as maintainer for the Sync File Framework. Sumit is
co-maintainer as he maintains drivers/dma-buf/. It also uses Sumit's
tree as base.
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8c10b4c..0abc9c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3677,6 +3677,16 @@ F: include/linux/*fence.h
F: Documentation/dma-buf-sharing.txt
T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
+SYNC FILE FRAMEWORK
+M: Gustavo Padovan <gustavo@padovan.org>
+S: Maintained
+L: linux-media@vger.kernel.org
+L: dri-devel@lists.freedesktop.org
+F: drivers/dma-buf/sync_file.c
+F: include/linux/sync_file.h
+F: Documentation/sync_file.txt
+T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
+
DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
M: Vinod Koul <vinod.koul@intel.com>
L: dmaengine@vger.kernel.org
--
2.5.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add entry for the Sync File Framework
2016-05-11 13:45 [PATCH] MAINTAINERS: add entry for the Sync File Framework Gustavo Padovan
@ 2016-05-11 14:02 ` Sumit Semwal
2016-05-12 12:03 ` Maarten Lankhorst
2016-05-12 15:57 ` Emil Velikov
2 siblings, 0 replies; 4+ messages in thread
From: Sumit Semwal @ 2016-05-11 14:02 UTC (permalink / raw)
To: Gustavo Padovan
Cc: Greg Kroah-Hartman, LKML, devel, DRI mailing list, Daniel Stone,
Arve Hjønnevåg, Riley Andrews, Daniel Vetter, Rob Clark,
Greg Hackmann, John Harrison, Maarten Lankhorst, Gustavo Padovan
Hi Gustavo,
On 11 May 2016 at 19:15, Gustavo Padovan <gustavo@padovan.org> wrote:
> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
>
> Add Gustavo as maintainer for the Sync File Framework. Sumit is
> co-maintainer as he maintains drivers/dma-buf/. It also uses Sumit's
> tree as base.
>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
With the de-staging patches going through staging, perhaps we should add an
Acked-by: Sumit Semwal <sumit.semwal@linaro.org>
and request Greg to take it via the same?
> ---
> MAINTAINERS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8c10b4c..0abc9c3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3677,6 +3677,16 @@ F: include/linux/*fence.h
> F: Documentation/dma-buf-sharing.txt
> T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
>
> +SYNC FILE FRAMEWORK
> +M: Gustavo Padovan <gustavo@padovan.org>
> +S: Maintained
> +L: linux-media@vger.kernel.org
> +L: dri-devel@lists.freedesktop.org
> +F: drivers/dma-buf/sync_file.c
> +F: include/linux/sync_file.h
> +F: Documentation/sync_file.txt
> +T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
> +
> DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
> M: Vinod Koul <vinod.koul@intel.com>
> L: dmaengine@vger.kernel.org
> --
> 2.5.5
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add entry for the Sync File Framework
2016-05-11 13:45 [PATCH] MAINTAINERS: add entry for the Sync File Framework Gustavo Padovan
2016-05-11 14:02 ` Sumit Semwal
@ 2016-05-12 12:03 ` Maarten Lankhorst
2016-05-12 15:57 ` Emil Velikov
2 siblings, 0 replies; 4+ messages in thread
From: Maarten Lankhorst @ 2016-05-12 12:03 UTC (permalink / raw)
To: Gustavo Padovan, Greg Kroah-Hartman
Cc: linux-kernel, devel, dri-devel, Daniel Stone,
Arve Hjønnevåg, Riley Andrews, Daniel Vetter, Rob Clark,
Greg Hackmann, John Harrison, Sumit Semwal, Gustavo Padovan
Op 11-05-16 om 15:45 schreef Gustavo Padovan:
> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
>
> Add Gustavo as maintainer for the Sync File Framework. Sumit is
> co-maintainer as he maintains drivers/dma-buf/. It also uses Sumit's
> tree as base.
>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add entry for the Sync File Framework
2016-05-11 13:45 [PATCH] MAINTAINERS: add entry for the Sync File Framework Gustavo Padovan
2016-05-11 14:02 ` Sumit Semwal
2016-05-12 12:03 ` Maarten Lankhorst
@ 2016-05-12 15:57 ` Emil Velikov
2 siblings, 0 replies; 4+ messages in thread
From: Emil Velikov @ 2016-05-12 15:57 UTC (permalink / raw)
To: Gustavo Padovan
Cc: Greg Kroah-Hartman, devel, Daniel Stone, Daniel Vetter,
Riley Andrews, ML dri-devel, Linux-Kernel@Vger. Kernel. Org,
Arve Hjønnevåg, Gustavo Padovan, John Harrison
Hi Gustavo,
On 11 May 2016 at 14:45, Gustavo Padovan <gustavo@padovan.org> wrote:
> From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
>
> Add Gustavo as maintainer for the Sync File Framework. Sumit is
> co-maintainer as he maintains drivers/dma-buf/. It also uses Sumit's
> tree as base.
>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
> ---
> MAINTAINERS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8c10b4c..0abc9c3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3677,6 +3677,16 @@ F: include/linux/*fence.h
> F: Documentation/dma-buf-sharing.txt
> T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
>
> +SYNC FILE FRAMEWORK
> +M: Gustavo Padovan <gustavo@padovan.org>
> +S: Maintained
> +L: linux-media@vger.kernel.org
> +L: dri-devel@lists.freedesktop.org
> +F: drivers/dma-buf/sync_file.c
> +F: include/linux/sync_file.h
> +F: Documentation/sync_file.txt
> +T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
> +
Do you have commit access to that tree/repo ? If not I'd suggest
dropping/updating the line.
Or you are thinking about being a 'designated' reviewer while Sumit
still handling maintainership/pull requests ? In which case add Sumit
as M: and yourself as R:
Regards,
Emil
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-12 16:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 13:45 [PATCH] MAINTAINERS: add entry for the Sync File Framework Gustavo Padovan
2016-05-11 14:02 ` Sumit Semwal
2016-05-12 12:03 ` Maarten Lankhorst
2016-05-12 15:57 ` Emil Velikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox