linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/1] software node: Update MAINTAINERS data base
@ 2021-12-21 13:32 Andy Shevchenko
  2021-12-21 13:35 ` Sakari Ailus
  2021-12-22 17:30 ` Rafael J. Wysocki
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2021-12-21 13:32 UTC (permalink / raw)
  To: linux-kernel, linux-acpi, Rafael J. Wysocki, Sakari Ailus
  Cc: Andy Shevchenko, Heikki Krogerus, Daniel Scally

There are two updates to the MAINTAINERS regarding to software node API:
- add Daniel Scally to be designated reviewer
- add Sakari Ailus to be designated reviewer
- add rather tightly related device property files to the list
- due to above adjust section name accordingly

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Daniel Scally <djrscally@gmail.com>
---

v2: added tags (Daniel, Heikki), added Sakari to the reviewers (Sakari)

Rafael, I guess it's the best if you can pick this up.

 MAINTAINERS | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8912b2c1260c..e36497cb7f40 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17666,12 +17666,17 @@ F:	drivers/firmware/arm_sdei.c
 F:	include/linux/arm_sdei.h
 F:	include/uapi/linux/arm_sdei.h
 
-SOFTWARE NODES
+SOFTWARE NODES AND DEVICE PROPERTIES
 R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
+R:	Daniel Scally <djrscally@gmail.com>
 R:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
+R:	Sakari Ailus <sakari.ailus@linux.intel.com>
 L:	linux-acpi@vger.kernel.org
 S:	Maintained
+F:	drivers/base/property.c
 F:	drivers/base/swnode.c
+F:	include/linux/fwnode.h
+F:	include/linux/property.h
 
 SOFTWARE RAID (Multiple Disks) SUPPORT
 M:	Song Liu <song@kernel.org>
-- 
2.34.1


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

* Re: [PATCH v2 1/1] software node: Update MAINTAINERS data base
  2021-12-21 13:32 [PATCH v2 1/1] software node: Update MAINTAINERS data base Andy Shevchenko
@ 2021-12-21 13:35 ` Sakari Ailus
  2021-12-22 17:30 ` Rafael J. Wysocki
  1 sibling, 0 replies; 3+ messages in thread
From: Sakari Ailus @ 2021-12-21 13:35 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: linux-kernel, linux-acpi, Rafael J. Wysocki, Heikki Krogerus,
	Daniel Scally

On Tue, Dec 21, 2021 at 03:32:15PM +0200, Andy Shevchenko wrote:
> There are two updates to the MAINTAINERS regarding to software node API:
> - add Daniel Scally to be designated reviewer
> - add Sakari Ailus to be designated reviewer
> - add rather tightly related device property files to the list
> - due to above adjust section name accordingly
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> Acked-by: Daniel Scally <djrscally@gmail.com>

Thanks, Andy!

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

> ---
> 
> v2: added tags (Daniel, Heikki), added Sakari to the reviewers (Sakari)
> 
> Rafael, I guess it's the best if you can pick this up.
> 
>  MAINTAINERS | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8912b2c1260c..e36497cb7f40 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17666,12 +17666,17 @@ F:	drivers/firmware/arm_sdei.c
>  F:	include/linux/arm_sdei.h
>  F:	include/uapi/linux/arm_sdei.h
>  
> -SOFTWARE NODES
> +SOFTWARE NODES AND DEVICE PROPERTIES
>  R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> +R:	Daniel Scally <djrscally@gmail.com>
>  R:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
> +R:	Sakari Ailus <sakari.ailus@linux.intel.com>
>  L:	linux-acpi@vger.kernel.org
>  S:	Maintained
> +F:	drivers/base/property.c
>  F:	drivers/base/swnode.c
> +F:	include/linux/fwnode.h
> +F:	include/linux/property.h
>  
>  SOFTWARE RAID (Multiple Disks) SUPPORT
>  M:	Song Liu <song@kernel.org>
> -- 
> 2.34.1
> 

-- 
Sakari Ailus

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

* Re: [PATCH v2 1/1] software node: Update MAINTAINERS data base
  2021-12-21 13:32 [PATCH v2 1/1] software node: Update MAINTAINERS data base Andy Shevchenko
  2021-12-21 13:35 ` Sakari Ailus
@ 2021-12-22 17:30 ` Rafael J. Wysocki
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2021-12-22 17:30 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Linux Kernel Mailing List, ACPI Devel Maling List,
	Rafael J. Wysocki, Sakari Ailus, Heikki Krogerus, Daniel Scally

On Tue, Dec 21, 2021 at 2:32 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> There are two updates to the MAINTAINERS regarding to software node API:
> - add Daniel Scally to be designated reviewer
> - add Sakari Ailus to be designated reviewer
> - add rather tightly related device property files to the list
> - due to above adjust section name accordingly
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> Acked-by: Daniel Scally <djrscally@gmail.com>
> ---
>
> v2: added tags (Daniel, Heikki), added Sakari to the reviewers (Sakari)
>
> Rafael, I guess it's the best if you can pick this up.

Applied as 5.17 material, thanks!

>  MAINTAINERS | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8912b2c1260c..e36497cb7f40 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17666,12 +17666,17 @@ F:    drivers/firmware/arm_sdei.c
>  F:     include/linux/arm_sdei.h
>  F:     include/uapi/linux/arm_sdei.h
>
> -SOFTWARE NODES
> +SOFTWARE NODES AND DEVICE PROPERTIES
>  R:     Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> +R:     Daniel Scally <djrscally@gmail.com>
>  R:     Heikki Krogerus <heikki.krogerus@linux.intel.com>
> +R:     Sakari Ailus <sakari.ailus@linux.intel.com>
>  L:     linux-acpi@vger.kernel.org
>  S:     Maintained
> +F:     drivers/base/property.c
>  F:     drivers/base/swnode.c
> +F:     include/linux/fwnode.h
> +F:     include/linux/property.h
>
>  SOFTWARE RAID (Multiple Disks) SUPPORT
>  M:     Song Liu <song@kernel.org>
> --
> 2.34.1
>

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 13:32 [PATCH v2 1/1] software node: Update MAINTAINERS data base Andy Shevchenko
2021-12-21 13:35 ` Sakari Ailus
2021-12-22 17:30 ` Rafael J. Wysocki

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).