All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add entry for the software nodes
@ 2021-03-11  8:25 Heikki Krogerus
  2021-03-11 11:50 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Heikki Krogerus @ 2021-03-11  8:25 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Andy Shevchenko, linux-acpi, linux-kernel

Making Andy and myself (Heikki) the designated reviewers of
the thing. The software node mailing list shall be
linux-acpi@vger.kernel.org for now.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f032f45bc9512..a76b6c926004e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16616,6 +16616,13 @@ F:	drivers/firmware/arm_sdei.c
 F:	include/linux/arm_sdei.h
 F:	include/uapi/linux/arm_sdei.h
 
+SOFTWARE NODES
+R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
+R:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
+L:	linux-acpi@vger.kernel.org
+S:	Maintained
+F:	drivers/base/swnode.c
+
 SOFTWARE RAID (Multiple Disks) SUPPORT
 M:	Song Liu <song@kernel.org>
 L:	linux-raid@vger.kernel.org
-- 
2.30.1


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

* Re: [PATCH] MAINTAINERS: Add entry for the software nodes
  2021-03-11  8:25 [PATCH] MAINTAINERS: Add entry for the software nodes Heikki Krogerus
@ 2021-03-11 11:50 ` Andy Shevchenko
  2021-03-19 16:39   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2021-03-11 11:50 UTC (permalink / raw)
  To: Heikki Krogerus; +Cc: Rafael J. Wysocki, linux-acpi, linux-kernel

On Thu, Mar 11, 2021 at 11:25:21AM +0300, Heikki Krogerus wrote:
> Making Andy and myself (Heikki) the designated reviewers of
> the thing. The software node mailing list shall be
> linux-acpi@vger.kernel.org for now.

Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f032f45bc9512..a76b6c926004e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16616,6 +16616,13 @@ F:	drivers/firmware/arm_sdei.c
>  F:	include/linux/arm_sdei.h
>  F:	include/uapi/linux/arm_sdei.h
>  
> +SOFTWARE NODES
> +R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> +R:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
> +L:	linux-acpi@vger.kernel.org
> +S:	Maintained
> +F:	drivers/base/swnode.c
> +
>  SOFTWARE RAID (Multiple Disks) SUPPORT
>  M:	Song Liu <song@kernel.org>
>  L:	linux-raid@vger.kernel.org
> -- 
> 2.30.1
> 

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH] MAINTAINERS: Add entry for the software nodes
  2021-03-11 11:50 ` Andy Shevchenko
@ 2021-03-19 16:39   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2021-03-19 16:39 UTC (permalink / raw)
  To: Andy Shevchenko, Heikki Krogerus
  Cc: ACPI Devel Maling List, Linux Kernel Mailing List

On Thu, Mar 11, 2021 at 12:50 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> On Thu, Mar 11, 2021 at 11:25:21AM +0300, Heikki Krogerus wrote:
> > Making Andy and myself (Heikki) the designated reviewers of
> > the thing. The software node mailing list shall be
> > linux-acpi@vger.kernel.org for now.
>
> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> > Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> > ---
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index f032f45bc9512..a76b6c926004e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16616,6 +16616,13 @@ F:   drivers/firmware/arm_sdei.c
> >  F:   include/linux/arm_sdei.h
> >  F:   include/uapi/linux/arm_sdei.h
> >
> > +SOFTWARE NODES
> > +R:   Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > +R:   Heikki Krogerus <heikki.krogerus@linux.intel.com>
> > +L:   linux-acpi@vger.kernel.org
> > +S:   Maintained
> > +F:   drivers/base/swnode.c
> > +
> >  SOFTWARE RAID (Multiple Disks) SUPPORT
> >  M:   Song Liu <song@kernel.org>
> >  L:   linux-raid@vger.kernel.org
> > --

Applied as 5.13 material, thanks!

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

end of thread, other threads:[~2021-03-19 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11  8:25 [PATCH] MAINTAINERS: Add entry for the software nodes Heikki Krogerus
2021-03-11 11:50 ` Andy Shevchenko
2021-03-19 16:39   ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.