2017-07-20 19:13:49

by Frank Rowand

[permalink] [raw]
Subject: [PATCH 0/2] add fwnode.h to several MAINTAINERS entries

From: Frank Rowand <[email protected]>

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 <[email protected]>


2017-07-20 19:13:53

by Frank Rowand

[permalink] [raw]
Subject: [PATCH 2/2] MAINTAINERS: device property: of: add fwnode.h

From: Frank Rowand <[email protected]>

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 <[email protected]>
---
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 <[email protected]>

2017-07-20 19:14:20

by Frank Rowand

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h

From: Frank Rowand <[email protected]>

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

Signed-off-by: Frank Rowand <[email protected]>
---
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 <[email protected]>

2017-07-21 22:11:38

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h

On Thursday, July 20, 2017 12:13:24 PM [email protected] wrote:
> From: Frank Rowand <[email protected]>
>
> ACPI is impacted by changes to fwnode.h, add a file entry
> to ACPI
>
> Signed-off-by: Frank Rowand <[email protected]>

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
>

2017-07-21 22:33:21

by Frank Rowand

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h

On 07/21/17 15:03, Rafael J. Wysocki wrote:
> On Thursday, July 20, 2017 12:13:24 PM [email protected] wrote:
>> From: Frank Rowand <[email protected]>
>>
>> ACPI is impacted by changes to fwnode.h, add a file entry
>> to ACPI
>>
>> Signed-off-by: Frank Rowand <[email protected]>
>
> 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
>>
>
>

2017-07-26 18:54:32

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: device property: acpi: add fwnode.h

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 [email protected] wrote:
> >> From: Frank Rowand <[email protected]>
> >>
> >> ACPI is impacted by changes to fwnode.h, add a file entry
> >> to ACPI
> >>
> >> Signed-off-by: Frank Rowand <[email protected]>
> >
> > 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!