linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add dri-devel for component.[hc]
@ 2021-08-26  9:13 Daniel Vetter
  2021-08-26 10:56 ` Greg Kroah-Hartman
  2021-08-27 12:30 ` Ezequiel Garcia
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Vetter @ 2021-08-26  9:13 UTC (permalink / raw)
  To: DRI Development
  Cc: LKML, Daniel Vetter, Ezequiel Garcia, Greg Kroah-Hartman,
	Rafael J. Wysocki, Daniel Vetter

dri-devel is the main user, and somehow there's been the assumption
that component stuff is unmaintained.

References: https://lore.kernel.org/dri-devel/CAAEAJfDWOzCJxZFNtxeT7Cvr2pWbYrfz-YnA81sVNs-rM=8n4Q@mail.gmail.com/
Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ac58d0032abd..7cdc19815ec4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5707,6 +5707,11 @@ F:	Documentation/admin-guide/blockdev/
 F:	drivers/block/drbd/
 F:	lib/lru_cache.c
 
+DRIVER COMPONENT FRAMEWORK
+L:	dri-devel@lists.freedesktop.org
+F:	drivers/base/component.c
+F:	include/linux/component.h
+
 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
 M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 R:	"Rafael J. Wysocki" <rafael@kernel.org>
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add dri-devel for component.[hc]
  2021-08-26  9:13 [PATCH] MAINTAINERS: Add dri-devel for component.[hc] Daniel Vetter
@ 2021-08-26 10:56 ` Greg Kroah-Hartman
  2021-08-26 19:39   ` Daniel Vetter
  2021-08-27 12:30 ` Ezequiel Garcia
  1 sibling, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2021-08-26 10:56 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: DRI Development, LKML, Ezequiel Garcia, Rafael J. Wysocki, Daniel Vetter

On Thu, Aug 26, 2021 at 11:13:43AM +0200, Daniel Vetter wrote:
> dri-devel is the main user, and somehow there's been the assumption
> that component stuff is unmaintained.
> 
> References: https://lore.kernel.org/dri-devel/CAAEAJfDWOzCJxZFNtxeT7Cvr2pWbYrfz-YnA81sVNs-rM=8n4Q@mail.gmail.com/
> Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ac58d0032abd..7cdc19815ec4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5707,6 +5707,11 @@ F:	Documentation/admin-guide/blockdev/
>  F:	drivers/block/drbd/
>  F:	lib/lru_cache.c
>  
> +DRIVER COMPONENT FRAMEWORK
> +L:	dri-devel@lists.freedesktop.org
> +F:	drivers/base/component.c
> +F:	include/linux/component.h

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add dri-devel for component.[hc]
  2021-08-26 10:56 ` Greg Kroah-Hartman
@ 2021-08-26 19:39   ` Daniel Vetter
  2021-08-27  8:40     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Vetter @ 2021-08-26 19:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Daniel Vetter, DRI Development, LKML, Ezequiel Garcia,
	Rafael J. Wysocki, Daniel Vetter

On Thu, Aug 26, 2021 at 12:56:26PM +0200, Greg Kroah-Hartman wrote:
> On Thu, Aug 26, 2021 at 11:13:43AM +0200, Daniel Vetter wrote:
> > dri-devel is the main user, and somehow there's been the assumption
> > that component stuff is unmaintained.
> > 
> > References: https://lore.kernel.org/dri-devel/CAAEAJfDWOzCJxZFNtxeT7Cvr2pWbYrfz-YnA81sVNs-rM=8n4Q@mail.gmail.com/
> > Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > ---
> >  MAINTAINERS | 5 +++++
> >  1 file changed, 5 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ac58d0032abd..7cdc19815ec4 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5707,6 +5707,11 @@ F:	Documentation/admin-guide/blockdev/
> >  F:	drivers/block/drbd/
> >  F:	lib/lru_cache.c
> >  
> > +DRIVER COMPONENT FRAMEWORK
> > +L:	dri-devel@lists.freedesktop.org
> > +F:	drivers/base/component.c
> > +F:	include/linux/component.h
> 
> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Will you merge this through your tree? I think merging component patches
through driver core makes sense (or topic branch or whatever) still. This
is just so that there's a wider reviewer pool than just you & Rafael.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add dri-devel for component.[hc]
  2021-08-26 19:39   ` Daniel Vetter
@ 2021-08-27  8:40     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2021-08-27  8:40 UTC (permalink / raw)
  To: DRI Development, LKML, Ezequiel Garcia, Rafael J. Wysocki, Daniel Vetter

On Thu, Aug 26, 2021 at 09:39:44PM +0200, Daniel Vetter wrote:
> On Thu, Aug 26, 2021 at 12:56:26PM +0200, Greg Kroah-Hartman wrote:
> > On Thu, Aug 26, 2021 at 11:13:43AM +0200, Daniel Vetter wrote:
> > > dri-devel is the main user, and somehow there's been the assumption
> > > that component stuff is unmaintained.
> > > 
> > > References: https://lore.kernel.org/dri-devel/CAAEAJfDWOzCJxZFNtxeT7Cvr2pWbYrfz-YnA81sVNs-rM=8n4Q@mail.gmail.com/
> > > Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> > > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > > Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> > > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > > ---
> > >  MAINTAINERS | 5 +++++
> > >  1 file changed, 5 insertions(+)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index ac58d0032abd..7cdc19815ec4 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -5707,6 +5707,11 @@ F:	Documentation/admin-guide/blockdev/
> > >  F:	drivers/block/drbd/
> > >  F:	lib/lru_cache.c
> > >  
> > > +DRIVER COMPONENT FRAMEWORK
> > > +L:	dri-devel@lists.freedesktop.org
> > > +F:	drivers/base/component.c
> > > +F:	include/linux/component.h
> > 
> > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 
> Will you merge this through your tree? I think merging component patches
> through driver core makes sense (or topic branch or whatever) still. This
> is just so that there's a wider reviewer pool than just you & Rafael.

Sure, now merged in my tree.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add dri-devel for component.[hc]
  2021-08-26  9:13 [PATCH] MAINTAINERS: Add dri-devel for component.[hc] Daniel Vetter
  2021-08-26 10:56 ` Greg Kroah-Hartman
@ 2021-08-27 12:30 ` Ezequiel Garcia
  1 sibling, 0 replies; 5+ messages in thread
From: Ezequiel Garcia @ 2021-08-27 12:30 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: DRI Development, LKML, Greg Kroah-Hartman, Rafael J. Wysocki,
	Daniel Vetter

Hi Daniel,

On Thu, 26 Aug 2021 at 06:13, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
>
> dri-devel is the main user, and somehow there's been the assumption
> that component stuff is unmaintained.
>
> References: https://lore.kernel.org/dri-devel/CAAEAJfDWOzCJxZFNtxeT7Cvr2pWbYrfz-YnA81sVNs-rM=8n4Q@mail.gmail.com/
> Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ac58d0032abd..7cdc19815ec4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5707,6 +5707,11 @@ F:       Documentation/admin-guide/blockdev/
>  F:     drivers/block/drbd/
>  F:     lib/lru_cache.c
>
> +DRIVER COMPONENT FRAMEWORK
> +L:     dri-devel@lists.freedesktop.org
> +F:     drivers/base/component.c
> +F:     include/linux/component.h
> +

Thanks for taking care of this, much appreciated.

Ezequiel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-27 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26  9:13 [PATCH] MAINTAINERS: Add dri-devel for component.[hc] Daniel Vetter
2021-08-26 10:56 ` Greg Kroah-Hartman
2021-08-26 19:39   ` Daniel Vetter
2021-08-27  8:40     ` Greg Kroah-Hartman
2021-08-27 12:30 ` Ezequiel Garcia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).