All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] software node: Update MAINTAINERS data base
@ 2021-12-21  7:14 Andy Shevchenko
  2021-12-21  9:15 ` Daniel Scally
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andy Shevchenko @ 2021-12-21  7:14 UTC (permalink / raw)
  To: linux-kernel, linux-acpi, Rafael J. Wysocki
  Cc: Daniel Scally, Heikki Krogerus, Andy Shevchenko

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

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

Based on the latest Dan's involvement and amount of patches seen recently
I went ahead and added his name to the list. Dan, please tell me if it's
not appropriate.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 8912b2c1260c..ccb4aa744540 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17666,12 +17666,16 @@ 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:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
+R:	Daniel Scally <djrscally@gmail.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] 8+ messages in thread

* Re: [PATCH v1 1/1] software node: Update MAINTAINERS data base
  2021-12-21  7:14 [PATCH v1 1/1] software node: Update MAINTAINERS data base Andy Shevchenko
@ 2021-12-21  9:15 ` Daniel Scally
  2021-12-21  9:16   ` Andy Shevchenko
  2021-12-21 11:54 ` Sakari Ailus
  2021-12-21 12:22 ` Heikki Krogerus
  2 siblings, 1 reply; 8+ messages in thread
From: Daniel Scally @ 2021-12-21  9:15 UTC (permalink / raw)
  To: Andy Shevchenko, linux-kernel, linux-acpi, Rafael J. Wysocki
  Cc: Heikki Krogerus

Morning

On 21/12/2021 07:14, Andy Shevchenko wrote:
> There are two updates to the MAINTAINERS regarding to software node API:
> - add Dan Scally to be designated reviewer
> - add rather tightly related device property files to the list
> - adjust section name accordingly
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>
> Based on the latest Dan's involvement and amount of patches seen recently
> I went ahead and added his name to the list. Dan, please tell me if it's
> not appropriate.


This is fine by me - I don't know if you need a tag from me for this but
feel free to add whichever's appropriate

>
>  MAINTAINERS | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8912b2c1260c..ccb4aa744540 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17666,12 +17666,16 @@ 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:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
> +R:	Daniel Scally <djrscally@gmail.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>

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

* Re: [PATCH v1 1/1] software node: Update MAINTAINERS data base
  2021-12-21  9:15 ` Daniel Scally
@ 2021-12-21  9:16   ` Andy Shevchenko
  2021-12-21  9:23     ` Daniel Scally
  0 siblings, 1 reply; 8+ messages in thread
From: Andy Shevchenko @ 2021-12-21  9:16 UTC (permalink / raw)
  To: Daniel Scally
  Cc: linux-kernel, linux-acpi, Rafael J. Wysocki, Heikki Krogerus

On Tue, Dec 21, 2021 at 09:15:30AM +0000, Daniel Scally wrote:
> Morning
> 
> On 21/12/2021 07:14, Andy Shevchenko wrote:
> > There are two updates to the MAINTAINERS regarding to software node API:
> > - add Dan Scally to be designated reviewer
> > - add rather tightly related device property files to the list
> > - adjust section name accordingly
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > ---
> >
> > Based on the latest Dan's involvement and amount of patches seen recently
> > I went ahead and added his name to the list. Dan, please tell me if it's
> > not appropriate.
> 
> This is fine by me - I don't know if you need a tag from me for this but
> feel free to add whichever's appropriate

Yep, please give a formal tag (usually Acked-by in this kind of cases).


-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] software node: Update MAINTAINERS data base
  2021-12-21  9:16   ` Andy Shevchenko
@ 2021-12-21  9:23     ` Daniel Scally
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Scally @ 2021-12-21  9:23 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: linux-kernel, linux-acpi, Rafael J. Wysocki, Heikki Krogerus


On 21/12/2021 09:16, Andy Shevchenko wrote:
> On Tue, Dec 21, 2021 at 09:15:30AM +0000, Daniel Scally wrote:
>> Morning
>>
>> On 21/12/2021 07:14, Andy Shevchenko wrote:
>>> There are two updates to the MAINTAINERS regarding to software node API:
>>> - add Dan Scally to be designated reviewer
>>> - add rather tightly related device property files to the list
>>> - adjust section name accordingly
>>>
>>> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>>> ---
>>>
>>> Based on the latest Dan's involvement and amount of patches seen recently
>>> I went ahead and added his name to the list. Dan, please tell me if it's
>>> not appropriate.
>> This is fine by me - I don't know if you need a tag from me for this but
>> feel free to add whichever's appropriate
> Yep, please give a formal tag (usually Acked-by in this kind of cases).
>
Acked-by: Daniel Scally <djrscally@gmail.com>

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

* Re: [PATCH v1 1/1] software node: Update MAINTAINERS data base
  2021-12-21  7:14 [PATCH v1 1/1] software node: Update MAINTAINERS data base Andy Shevchenko
  2021-12-21  9:15 ` Daniel Scally
@ 2021-12-21 11:54 ` Sakari Ailus
  2021-12-21 13:31   ` Andy Shevchenko
  2021-12-21 12:22 ` Heikki Krogerus
  2 siblings, 1 reply; 8+ messages in thread
From: Sakari Ailus @ 2021-12-21 11:54 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: linux-kernel, linux-acpi, Rafael J. Wysocki, Daniel Scally,
	Heikki Krogerus

Hi Andy,

On Tue, Dec 21, 2021 at 09:14:09AM +0200, Andy Shevchenko wrote:
> There are two updates to the MAINTAINERS regarding to software node API:
> - add Dan Scally to be designated reviewer
> - add rather tightly related device property files to the list
> - adjust section name accordingly
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
> 
> Based on the latest Dan's involvement and amount of patches seen recently
> I went ahead and added his name to the list. Dan, please tell me if it's
> not appropriate.
> 
>  MAINTAINERS | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8912b2c1260c..ccb4aa744540 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17666,12 +17666,16 @@ 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:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
> +R:	Daniel Scally <djrscally@gmail.com>

I wouldn't mind being added as reviewer, too. :-)

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

-- 
Regards,

Sakari Ailus

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

* Re: [PATCH v1 1/1] software node: Update MAINTAINERS data base
  2021-12-21  7:14 [PATCH v1 1/1] software node: Update MAINTAINERS data base Andy Shevchenko
  2021-12-21  9:15 ` Daniel Scally
  2021-12-21 11:54 ` Sakari Ailus
@ 2021-12-21 12:22 ` Heikki Krogerus
  2022-01-04 15:43   ` Andy Shevchenko
  2 siblings, 1 reply; 8+ messages in thread
From: Heikki Krogerus @ 2021-12-21 12:22 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: linux-kernel, linux-acpi, Rafael J. Wysocki, Daniel Scally

On Tue, Dec 21, 2021 at 09:14:09AM +0200, Andy Shevchenko wrote:
> There are two updates to the MAINTAINERS regarding to software node API:
> - add Dan Scally to be designated reviewer
> - add rather tightly related device property files to the list
> - adjust section name accordingly
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Another way would be to have a separate entry for the unified device
property API, and that could then have you (Andy), Sakari and Daniel
as the reviers. I don't think I have much to say about those parts -
I'm only interested in the software nodes. But it's up to you. FWIW:

Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

> ---
> 
> Based on the latest Dan's involvement and amount of patches seen recently
> I went ahead and added his name to the list. Dan, please tell me if it's
> not appropriate.
> 
>  MAINTAINERS | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8912b2c1260c..ccb4aa744540 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17666,12 +17666,16 @@ 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:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
> +R:	Daniel Scally <djrscally@gmail.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

thanks,

-- 
heikki

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

* Re: [PATCH v1 1/1] software node: Update MAINTAINERS data base
  2021-12-21 11:54 ` Sakari Ailus
@ 2021-12-21 13:31   ` Andy Shevchenko
  0 siblings, 0 replies; 8+ messages in thread
From: Andy Shevchenko @ 2021-12-21 13:31 UTC (permalink / raw)
  To: Sakari Ailus
  Cc: linux-kernel, linux-acpi, Rafael J. Wysocki, Daniel Scally,
	Heikki Krogerus

On Tue, Dec 21, 2021 at 01:54:58PM +0200, Sakari Ailus wrote:
> On Tue, Dec 21, 2021 at 09:14:09AM +0200, Andy Shevchenko wrote:

> > +R:	Daniel Scally <djrscally@gmail.com>
> 
> I wouldn't mind being added as reviewer, too. :-)

NP, I have just sent a v2 with your name included.

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] software node: Update MAINTAINERS data base
  2021-12-21 12:22 ` Heikki Krogerus
@ 2022-01-04 15:43   ` Andy Shevchenko
  0 siblings, 0 replies; 8+ messages in thread
From: Andy Shevchenko @ 2022-01-04 15:43 UTC (permalink / raw)
  To: Heikki Krogerus
  Cc: linux-kernel, linux-acpi, Rafael J. Wysocki, Daniel Scally

On Tue, Dec 21, 2021 at 02:22:31PM +0200, Heikki Krogerus wrote:
> On Tue, Dec 21, 2021 at 09:14:09AM +0200, Andy Shevchenko wrote:
> > There are two updates to the MAINTAINERS regarding to software node API:
> > - add Dan Scally to be designated reviewer
> > - add rather tightly related device property files to the list
> > - adjust section name accordingly
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Another way would be to have a separate entry for the unified device
> property API, and that could then have you (Andy), Sakari and Daniel
> as the reviers. I don't think I have much to say about those parts -
> I'm only interested in the software nodes. But it's up to you. FWIW:

Currently property.h shares information that is highly used by swnode.c.
I believe the current variant describes the state of affairs as is.

> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

Thanks!

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2022-01-04 15:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21  7:14 [PATCH v1 1/1] software node: Update MAINTAINERS data base Andy Shevchenko
2021-12-21  9:15 ` Daniel Scally
2021-12-21  9:16   ` Andy Shevchenko
2021-12-21  9:23     ` Daniel Scally
2021-12-21 11:54 ` Sakari Ailus
2021-12-21 13:31   ` Andy Shevchenko
2021-12-21 12:22 ` Heikki Krogerus
2022-01-04 15:43   ` Andy Shevchenko

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.