2018-04-04 10:32:10

by Daniel Vetter

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add dri-devel&linaro-mm for Android ION

Most of the other cross-driver gfx infrastructure (dma_buf, dma_fence)
also gets cross posted to all the relevant gfx/memory lists. Doing the
same for ION means people won't miss relevant patches.

Cc: Laura Abbott <[email protected]>
Cc: Sumit Semwal <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected] (moderated for non-subscribers)
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 555db72d4eb7..d43cdfca3eb5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -902,6 +902,8 @@ ANDROID ION DRIVER
M: Laura Abbott <[email protected]>
M: Sumit Semwal <[email protected]>
L: [email protected]
+L: [email protected]
+L: [email protected] (moderated for non-subscribers)
S: Supported
F: drivers/staging/android/ion
F: drivers/staging/android/uapi/ion.h
--
2.16.2



2018-04-04 14:19:03

by Laura Abbott

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add dri-devel&linaro-mm for Android ION

On 04/04/2018 03:30 AM, Daniel Vetter wrote:
> Most of the other cross-driver gfx infrastructure (dma_buf, dma_fence)
> also gets cross posted to all the relevant gfx/memory lists. Doing the
> same for ION means people won't miss relevant patches.
>

No problem from me, the rate of checkpatch fixups should be
small these days.

Acked-by: Laura Abbott <[email protected]>

> Cc: Laura Abbott <[email protected]>
> Cc: Sumit Semwal <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: [email protected] (moderated for non-subscribers)
> Cc: Greg Kroah-Hartman <[email protected]>
> Signed-off-by: Daniel Vetter <[email protected]>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 555db72d4eb7..d43cdfca3eb5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -902,6 +902,8 @@ ANDROID ION DRIVER
> M: Laura Abbott <[email protected]>
> M: Sumit Semwal <[email protected]>
> L: [email protected]
> +L: [email protected]
> +L: [email protected] (moderated for non-subscribers)
> S: Supported
> F: drivers/staging/android/ion
> F: drivers/staging/android/uapi/ion.h
>


2018-04-04 14:32:30

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add dri-devel&linaro-mm for Android ION

On Wed, Apr 04, 2018 at 07:17:39AM -0700, Laura Abbott wrote:
> On 04/04/2018 03:30 AM, Daniel Vetter wrote:
> > Most of the other cross-driver gfx infrastructure (dma_buf, dma_fence)
> > also gets cross posted to all the relevant gfx/memory lists. Doing the
> > same for ION means people won't miss relevant patches.
> >
>
> No problem from me, the rate of checkpatch fixups should be
> small these days.
>
> Acked-by: Laura Abbott <[email protected]>

Acked-by: Greg Kroah-Hartman <[email protected]>

2018-04-04 15:19:03

by Daniel Vetter

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add dri-devel&linaro-mm for Android ION

On Wed, Apr 4, 2018 at 4:30 PM, Greg Kroah-Hartman
<[email protected]> wrote:
> On Wed, Apr 04, 2018 at 07:17:39AM -0700, Laura Abbott wrote:
>> On 04/04/2018 03:30 AM, Daniel Vetter wrote:
>> > Most of the other cross-driver gfx infrastructure (dma_buf, dma_fence)
>> > also gets cross posted to all the relevant gfx/memory lists. Doing the
>> > same for ION means people won't miss relevant patches.
>> >
>>
>> No problem from me, the rate of checkpatch fixups should be
>> small these days.
>>
>> Acked-by: Laura Abbott <[email protected]>
>
> Acked-by: Greg Kroah-Hartman <[email protected]>

Greg, can you pls stuff this into your staging queue? Imo makes most
sense there.

Thanks, Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

2018-04-04 15:44:50

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add dri-devel&linaro-mm for Android ION

On Wed, Apr 04, 2018 at 05:17:08PM +0200, Daniel Vetter wrote:
> On Wed, Apr 4, 2018 at 4:30 PM, Greg Kroah-Hartman
> <[email protected]> wrote:
> > On Wed, Apr 04, 2018 at 07:17:39AM -0700, Laura Abbott wrote:
> >> On 04/04/2018 03:30 AM, Daniel Vetter wrote:
> >> > Most of the other cross-driver gfx infrastructure (dma_buf, dma_fence)
> >> > also gets cross posted to all the relevant gfx/memory lists. Doing the
> >> > same for ION means people won't miss relevant patches.
> >> >
> >>
> >> No problem from me, the rate of checkpatch fixups should be
> >> small these days.
> >>
> >> Acked-by: Laura Abbott <[email protected]>
> >
> > Acked-by: Greg Kroah-Hartman <[email protected]>
>
> Greg, can you pls stuff this into your staging queue? Imo makes most
> sense there.

Ok, but that will have to wait until after 4.17-rc1 is out as my pull
request for 4.17-rc1 is already sent to Linus.

thanks,

greg k-h