diff mbox series

MAINTAINERS: Add dri-devel for component.[hc]

Message ID 20210826091343.1039763-1-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: Add dri-devel for component.[hc] | expand

Commit Message

Daniel Vetter Aug. 26, 2021, 9:13 a.m. UTC
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(+)

Comments

Greg Kroah-Hartman Aug. 26, 2021, 10:56 a.m. UTC | #1
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>
Daniel Vetter Aug. 26, 2021, 7:39 p.m. UTC | #2
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
Greg Kroah-Hartman Aug. 27, 2021, 8:40 a.m. UTC | #3
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
Ezequiel Garcia Aug. 27, 2021, 12:30 p.m. UTC | #4
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
diff mbox series

Patch

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>