Re: [PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-28 Thread Liviu Dudau
On Fri, Dec 28, 2018 at 12:56:27PM +0100, Daniel Vetter wrote:
> On Fri, Dec 28, 2018 at 12:15 PM james qian wang (Arm Technology
> China)  wrote:
> >
> > On Mon, Dec 24, 2018 at 02:05:43PM +0100, Daniel Vetter wrote:
> > > On Mon, Dec 24, 2018 at 1:33 PM Liviu Dudau  wrote:
> > > >
> > > > On Fri, Dec 21, 2018 at 10:01:06AM +, james qian wang (Arm 
> > > > Technology China) wrote:
> > > > > v2: Adjusted the position of KOMEDA by alphabetical order
> > > > >
> > > > > Signed-off-by: James (Qian) Wang 
> > > >
> > > > Acked-by: Liviu Dudau 
> > > >
> > > > Best regards,
> > > > Liviu
> > > >
> > > > > ---
> > > > >  MAINTAINERS | 9 +
> > > > >  1 file changed, 9 insertions(+)
> > > > >
> > > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > > index 254b7b267731..e48c2e5fd29f 100644
> > > > > --- a/MAINTAINERS
> > > > > +++ b/MAINTAINERS
> > > > > @@ -1124,6 +1124,15 @@ S: Supported
> > > > >  F:   drivers/gpu/drm/arm/hdlcd_*
> > > > >  F:   Documentation/devicetree/bindings/display/arm,hdlcd.txt
> > > > >
> > > > > +ARM KOMEDA DRM-KMS DRIVER
> > > > > +M:   James (Qian) Wang 
> > > > > +M:   Mali DP Maintainers 
> > > > > +S:   Supported
> > > > > +F:   drivers/gpu/drm/arm/display/include/
> > > > > +F:   drivers/gpu/drm/arm/display/komeda/
> > > > > +F:   Documentation/devicetree/bindings/display/arm/arm,komeda.txt
> > > > > +F:   Documentation/gpu/komeda-kms.rst
> > >
> > > Mentioning the git tree would be good. And I guess you'll do some kind
> > > of group maintainership? Probably still good if you send out a
> > > dedicated/topic pull request for this new driver, but from then on
> > > it's all in the same git repo.
> > > -Daniel
> >
> > Hi Daniel:
> >
> > The komeda driver will use an Arm-hosted tree:
> >
> > git git://linux-arm.org/linux-ld.git for-upstream/mali-dp
> >
> > Same as other arm display drivers. And Liviu Dudau will help to send the 
> > pull
> > request to merge this topic into drm-next.
> >
> > And we are planning to adopt a group maintainership and migrate towards 
> > drm-misc-next,
> > but we just need to have enough people and enough experience with working 
> > with upstream
> > before we jump all in.
> 
> arm drivers are probably a bit too big for drm-misc, but you could use
> the same tooling to maintain a drm-arm tree. I guess that's the idea?

Yes, the long term plan is to have the same process. We're just at the
early steps right now, where we're getting weened off internal tools had
bad habits :)

Best regards,
Liviu

> -Daniel
> 
> > Last a T: entry will be added in the next version.
> >
> > T:  git git://linux-arm.org/linux-ld.git for-upstream/mali-dp
> >
> > James
> >
> > > > > +
> > > > >  ARM MALI-DP DRM DRIVER
> > > > >  M:   Liviu Dudau 
> > > > >  M:   Brian Starkey 
> > > > > --
> > > > > 2.17.1
> > > > >
> > > >
> > >
> > > --
> > > Daniel Vetter
> > > Software Engineer, Intel Corporation
> > > +41 (0) 79 365 57 48 - http://blog.ffwll.ch
> 
> 
> 
> -- 
> Daniel Vetter
> Software Engineer, Intel Corporation
> +41 (0) 79 365 57 48 - http://blog.ffwll.ch

-- 

| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---
¯\_(ツ)_/¯
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 12:15 PM james qian wang (Arm Technology
China)  wrote:
>
> On Mon, Dec 24, 2018 at 02:05:43PM +0100, Daniel Vetter wrote:
> > On Mon, Dec 24, 2018 at 1:33 PM Liviu Dudau  wrote:
> > >
> > > On Fri, Dec 21, 2018 at 10:01:06AM +, james qian wang (Arm Technology 
> > > China) wrote:
> > > > v2: Adjusted the position of KOMEDA by alphabetical order
> > > >
> > > > Signed-off-by: James (Qian) Wang 
> > >
> > > Acked-by: Liviu Dudau 
> > >
> > > Best regards,
> > > Liviu
> > >
> > > > ---
> > > >  MAINTAINERS | 9 +
> > > >  1 file changed, 9 insertions(+)
> > > >
> > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > index 254b7b267731..e48c2e5fd29f 100644
> > > > --- a/MAINTAINERS
> > > > +++ b/MAINTAINERS
> > > > @@ -1124,6 +1124,15 @@ S: Supported
> > > >  F:   drivers/gpu/drm/arm/hdlcd_*
> > > >  F:   Documentation/devicetree/bindings/display/arm,hdlcd.txt
> > > >
> > > > +ARM KOMEDA DRM-KMS DRIVER
> > > > +M:   James (Qian) Wang 
> > > > +M:   Mali DP Maintainers 
> > > > +S:   Supported
> > > > +F:   drivers/gpu/drm/arm/display/include/
> > > > +F:   drivers/gpu/drm/arm/display/komeda/
> > > > +F:   Documentation/devicetree/bindings/display/arm/arm,komeda.txt
> > > > +F:   Documentation/gpu/komeda-kms.rst
> >
> > Mentioning the git tree would be good. And I guess you'll do some kind
> > of group maintainership? Probably still good if you send out a
> > dedicated/topic pull request for this new driver, but from then on
> > it's all in the same git repo.
> > -Daniel
>
> Hi Daniel:
>
> The komeda driver will use an Arm-hosted tree:
>
> git git://linux-arm.org/linux-ld.git for-upstream/mali-dp
>
> Same as other arm display drivers. And Liviu Dudau will help to send the pull
> request to merge this topic into drm-next.
>
> And we are planning to adopt a group maintainership and migrate towards 
> drm-misc-next,
> but we just need to have enough people and enough experience with working 
> with upstream
> before we jump all in.

arm drivers are probably a bit too big for drm-misc, but you could use
the same tooling to maintain a drm-arm tree. I guess that's the idea?
-Daniel

> Last a T: entry will be added in the next version.
>
> T:  git git://linux-arm.org/linux-ld.git for-upstream/mali-dp
>
> James
>
> > > > +
> > > >  ARM MALI-DP DRM DRIVER
> > > >  M:   Liviu Dudau 
> > > >  M:   Brian Starkey 
> > > > --
> > > > 2.17.1
> > > >
> > >
> > > --
> > > 
> > > | I would like to |
> > > | fix the world,  |
> > > | but they're not |
> > > | giving me the   |
> > >  \ source code!  /
> > >   ---
> > > ¯\_(ツ)_/¯
> >
> >
> >
> > --
> > Daniel Vetter
> > Software Engineer, Intel Corporation
> > +41 (0) 79 365 57 48 - http://blog.ffwll.ch



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-28 Thread james qian wang (Arm Technology China)
On Mon, Dec 24, 2018 at 02:05:43PM +0100, Daniel Vetter wrote:
> On Mon, Dec 24, 2018 at 1:33 PM Liviu Dudau  wrote:
> >
> > On Fri, Dec 21, 2018 at 10:01:06AM +, james qian wang (Arm Technology 
> > China) wrote:
> > > v2: Adjusted the position of KOMEDA by alphabetical order
> > >
> > > Signed-off-by: James (Qian) Wang 
> >
> > Acked-by: Liviu Dudau 
> >
> > Best regards,
> > Liviu
> >
> > > ---
> > >  MAINTAINERS | 9 +
> > >  1 file changed, 9 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 254b7b267731..e48c2e5fd29f 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -1124,6 +1124,15 @@ S: Supported
> > >  F:   drivers/gpu/drm/arm/hdlcd_*
> > >  F:   Documentation/devicetree/bindings/display/arm,hdlcd.txt
> > >
> > > +ARM KOMEDA DRM-KMS DRIVER
> > > +M:   James (Qian) Wang 
> > > +M:   Mali DP Maintainers 
> > > +S:   Supported
> > > +F:   drivers/gpu/drm/arm/display/include/
> > > +F:   drivers/gpu/drm/arm/display/komeda/
> > > +F:   Documentation/devicetree/bindings/display/arm/arm,komeda.txt
> > > +F:   Documentation/gpu/komeda-kms.rst
> 
> Mentioning the git tree would be good. And I guess you'll do some kind
> of group maintainership? Probably still good if you send out a
> dedicated/topic pull request for this new driver, but from then on
> it's all in the same git repo.
> -Daniel

Hi Daniel:

The komeda driver will use an Arm-hosted tree:

git git://linux-arm.org/linux-ld.git for-upstream/mali-dp

Same as other arm display drivers. And Liviu Dudau will help to send the pull
request to merge this topic into drm-next.

And we are planning to adopt a group maintainership and migrate towards 
drm-misc-next,
but we just need to have enough people and enough experience with working with 
upstream
before we jump all in.

Last a T: entry will be added in the next version.

T:  git git://linux-arm.org/linux-ld.git for-upstream/mali-dp

James

> > > +
> > >  ARM MALI-DP DRM DRIVER
> > >  M:   Liviu Dudau 
> > >  M:   Brian Starkey 
> > > --
> > > 2.17.1
> > >
> >
> > --
> > 
> > | I would like to |
> > | fix the world,  |
> > | but they're not |
> > | giving me the   |
> >  \ source code!  /
> >   ---
> > ¯\_(ツ)_/¯
> 
> 
> 
> -- 
> Daniel Vetter
> Software Engineer, Intel Corporation
> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-24 Thread Daniel Vetter
On Mon, Dec 24, 2018 at 1:33 PM Liviu Dudau  wrote:
>
> On Fri, Dec 21, 2018 at 10:01:06AM +, james qian wang (Arm Technology 
> China) wrote:
> > v2: Adjusted the position of KOMEDA by alphabetical order
> >
> > Signed-off-by: James (Qian) Wang 
>
> Acked-by: Liviu Dudau 
>
> Best regards,
> Liviu
>
> > ---
> >  MAINTAINERS | 9 +
> >  1 file changed, 9 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 254b7b267731..e48c2e5fd29f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1124,6 +1124,15 @@ S: Supported
> >  F:   drivers/gpu/drm/arm/hdlcd_*
> >  F:   Documentation/devicetree/bindings/display/arm,hdlcd.txt
> >
> > +ARM KOMEDA DRM-KMS DRIVER
> > +M:   James (Qian) Wang 
> > +M:   Mali DP Maintainers 
> > +S:   Supported
> > +F:   drivers/gpu/drm/arm/display/include/
> > +F:   drivers/gpu/drm/arm/display/komeda/
> > +F:   Documentation/devicetree/bindings/display/arm/arm,komeda.txt
> > +F:   Documentation/gpu/komeda-kms.rst

Mentioning the git tree would be good. And I guess you'll do some kind
of group maintainership? Probably still good if you send out a
dedicated/topic pull request for this new driver, but from then on
it's all in the same git repo.
-Daniel

> > +
> >  ARM MALI-DP DRM DRIVER
> >  M:   Liviu Dudau 
> >  M:   Brian Starkey 
> > --
> > 2.17.1
> >
>
> --
> 
> | I would like to |
> | fix the world,  |
> | but they're not |
> | giving me the   |
>  \ source code!  /
>   ---
> ¯\_(ツ)_/¯



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-24 Thread Liviu Dudau
On Fri, Dec 21, 2018 at 10:01:06AM +, james qian wang (Arm Technology 
China) wrote:
> v2: Adjusted the position of KOMEDA by alphabetical order
> 
> Signed-off-by: James (Qian) Wang 

Acked-by: Liviu Dudau 

Best regards,
Liviu

> ---
>  MAINTAINERS | 9 +
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 254b7b267731..e48c2e5fd29f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1124,6 +1124,15 @@ S: Supported
>  F:   drivers/gpu/drm/arm/hdlcd_*
>  F:   Documentation/devicetree/bindings/display/arm,hdlcd.txt
>  
> +ARM KOMEDA DRM-KMS DRIVER
> +M:   James (Qian) Wang 
> +M:   Mali DP Maintainers 
> +S:   Supported
> +F:   drivers/gpu/drm/arm/display/include/
> +F:   drivers/gpu/drm/arm/display/komeda/
> +F:   Documentation/devicetree/bindings/display/arm/arm,komeda.txt
> +F:   Documentation/gpu/komeda-kms.rst
> +
>  ARM MALI-DP DRM DRIVER
>  M:   Liviu Dudau 
>  M:   Brian Starkey 
> -- 
> 2.17.1
> 

-- 

| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---
¯\_(ツ)_/¯
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-21 Thread james qian wang (Arm Technology China)
v2: Adjusted the position of KOMEDA by alphabetical order

Signed-off-by: James (Qian) Wang 
---
 MAINTAINERS | 9 +
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 254b7b267731..e48c2e5fd29f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1124,6 +1124,15 @@ S:   Supported
 F: drivers/gpu/drm/arm/hdlcd_*
 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
 
+ARM KOMEDA DRM-KMS DRIVER
+M: James (Qian) Wang 
+M: Mali DP Maintainers 
+S: Supported
+F: drivers/gpu/drm/arm/display/include/
+F: drivers/gpu/drm/arm/display/komeda/
+F: Documentation/devicetree/bindings/display/arm/arm,komeda.txt
+F: Documentation/gpu/komeda-kms.rst
+
 ARM MALI-DP DRM DRIVER
 M: Liviu Dudau 
 M: Brian Starkey 
-- 
2.17.1

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel