linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add fwnode.h to several MAINTAINERS entries
@ 2017-07-20 19:13 frowand.list
  2017-07-20 19:13 ` [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h frowand.list
  2017-07-20 19:13 ` [PATCH 2/2] MAINTAINERS: device property: of: " frowand.list
  0 siblings, 2 replies; 6+ messages in thread
From: frowand.list @ 2017-07-20 19:13 UTC (permalink / raw)
  To: Rob Herring, Rafael J. Wysocki, Len Brown
  Cc: devicetree, linux-acpi, linux-kernel

From: Frank Rowand <frank.rowand@sony.com>

Rafael, can you please take patch 1?

Rob, can you please take patch 2?

Several maintainers are impacted by changes to fwnode.h, add a
file entry for those maintainers.

Frank Rowand (2):
  MAINTAINERS: device property: acpi: add fwnode.h
  MAINTAINERS: device property: of: add fwnode.h

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

-- 
Frank Rowand <frank.rowand@sony.com>

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

* [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h
  2017-07-20 19:13 [PATCH 0/2] add fwnode.h to several MAINTAINERS entries frowand.list
@ 2017-07-20 19:13 ` frowand.list
  2017-07-21 22:03   ` Rafael J. Wysocki
  2017-07-20 19:13 ` [PATCH 2/2] MAINTAINERS: device property: of: " frowand.list
  1 sibling, 1 reply; 6+ messages in thread
From: frowand.list @ 2017-07-20 19:13 UTC (permalink / raw)
  To: Rob Herring, Rafael J. Wysocki, Len Brown
  Cc: devicetree, linux-acpi, linux-kernel

From: Frank Rowand <frank.rowand@sony.com>

ACPI is impacted by changes to fwnode.h, add a file entry
to ACPI

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 205d3977ac46..c0ac362e850a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -302,6 +302,7 @@ S:	Supported
 F:	drivers/acpi/
 F:	drivers/pnp/pnpacpi/
 F:	include/linux/acpi.h
+F:	include/linux/fwnode.h
 F:	include/acpi/
 F:	Documentation/acpi/
 F:	Documentation/ABI/testing/sysfs-bus-acpi
-- 
Frank Rowand <frank.rowand@sony.com>

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

* [PATCH 2/2] MAINTAINERS: device property: of: add fwnode.h
  2017-07-20 19:13 [PATCH 0/2] add fwnode.h to several MAINTAINERS entries frowand.list
  2017-07-20 19:13 ` [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h frowand.list
@ 2017-07-20 19:13 ` frowand.list
  1 sibling, 0 replies; 6+ messages in thread
From: frowand.list @ 2017-07-20 19:13 UTC (permalink / raw)
  To: Rob Herring, Rafael J. Wysocki, Len Brown
  Cc: devicetree, linux-acpi, linux-kernel

From: Frank Rowand <frank.rowand@sony.com>

Device tree is impacted by changes to fwnode.h, add a file entry
to OPEN FIRMWARE AND FLATTENED DEVICE TREE

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c0ac362e850a..cb58c20b1ef8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9771,6 +9771,7 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
 S:	Maintained
 F:	drivers/of/
 F:	include/linux/of*.h
+F:	include/linux/fwnode.h
 F:	scripts/dtc/
 F:	Documentation/ABI/testing/sysfs-firmware-ofw
 
-- 
Frank Rowand <frank.rowand@sony.com>

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

* Re: [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h
  2017-07-20 19:13 ` [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h frowand.list
@ 2017-07-21 22:03   ` Rafael J. Wysocki
  2017-07-21 22:33     ` Frank Rowand
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2017-07-21 22:03 UTC (permalink / raw)
  To: frowand.list; +Cc: Rob Herring, Len Brown, devicetree, linux-acpi, linux-kernel

On Thursday, July 20, 2017 12:13:24 PM frowand.list@gmail.com wrote:
> From: Frank Rowand <frank.rowand@sony.com>
> 
> ACPI is impacted by changes to fwnode.h, add a file entry
> to ACPI
> 
> Signed-off-by: Frank Rowand <frank.rowand@sony.com>

ACK for this one.

Or do you want me to apply it?

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 205d3977ac46..c0ac362e850a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -302,6 +302,7 @@ S:	Supported
>  F:	drivers/acpi/
>  F:	drivers/pnp/pnpacpi/
>  F:	include/linux/acpi.h
> +F:	include/linux/fwnode.h
>  F:	include/acpi/
>  F:	Documentation/acpi/
>  F:	Documentation/ABI/testing/sysfs-bus-acpi
> 

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

* Re: [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h
  2017-07-21 22:03   ` Rafael J. Wysocki
@ 2017-07-21 22:33     ` Frank Rowand
  2017-07-26 18:46       ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Rowand @ 2017-07-21 22:33 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Rob Herring, Len Brown, devicetree, linux-acpi, linux-kernel

On 07/21/17 15:03, Rafael J. Wysocki wrote:
> On Thursday, July 20, 2017 12:13:24 PM frowand.list@gmail.com wrote:
>> From: Frank Rowand <frank.rowand@sony.com>
>>
>> ACPI is impacted by changes to fwnode.h, add a file entry
>> to ACPI
>>
>> Signed-off-by: Frank Rowand <frank.rowand@sony.com>
> 
> ACK for this one.
> 
> Or do you want me to apply it?

Please apply it.  So there won't be any conflicts between trees if
any other changes get made to this entry later in this cycle.

Thanks,

Frank


> 
>> ---
>>  MAINTAINERS | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 205d3977ac46..c0ac362e850a 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -302,6 +302,7 @@ S:	Supported
>>  F:	drivers/acpi/
>>  F:	drivers/pnp/pnpacpi/
>>  F:	include/linux/acpi.h
>> +F:	include/linux/fwnode.h
>>  F:	include/acpi/
>>  F:	Documentation/acpi/
>>  F:	Documentation/ABI/testing/sysfs-bus-acpi
>>
> 
> 

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

* Re: [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h
  2017-07-21 22:33     ` Frank Rowand
@ 2017-07-26 18:46       ` Rafael J. Wysocki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2017-07-26 18:46 UTC (permalink / raw)
  To: Frank Rowand; +Cc: Rob Herring, Len Brown, devicetree, linux-acpi, linux-kernel

On Friday, July 21, 2017 03:33:05 PM Frank Rowand wrote:
> On 07/21/17 15:03, Rafael J. Wysocki wrote:
> > On Thursday, July 20, 2017 12:13:24 PM frowand.list@gmail.com wrote:
> >> From: Frank Rowand <frank.rowand@sony.com>
> >>
> >> ACPI is impacted by changes to fwnode.h, add a file entry
> >> to ACPI
> >>
> >> Signed-off-by: Frank Rowand <frank.rowand@sony.com>
> > 
> > ACK for this one.
> > 
> > Or do you want me to apply it?
> 
> Please apply it.  So there won't be any conflicts between trees if
> any other changes get made to this entry later in this cycle.

OK, applied.

Thanks!

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

end of thread, other threads:[~2017-07-26 18:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20 19:13 [PATCH 0/2] add fwnode.h to several MAINTAINERS entries frowand.list
2017-07-20 19:13 ` [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h frowand.list
2017-07-21 22:03   ` Rafael J. Wysocki
2017-07-21 22:33     ` Frank Rowand
2017-07-26 18:46       ` Rafael J. Wysocki
2017-07-20 19:13 ` [PATCH 2/2] MAINTAINERS: device property: of: " frowand.list

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