linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement
@ 2023-03-28  9:17 Lukas Bulwahn
  2023-03-28  9:24 ` Lukasz Luba
  2023-04-01 19:26 ` Daniel Lezcano
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2023-03-28  9:17 UTC (permalink / raw)
  To: Daniel Lezcano, linux-pm
  Cc: Lukasz Luba, Rafael J . Wysocki, Amit Kucheria, Zhang Rui,
	kernel-janitors, linux-kernel, Lukas Bulwahn

Commit e97b6e04095a ("thermal/core: Relocate the traces definition in
thermal directory") moves include/trace/events/thermal_power_allocator.h to
drivers/thermal/thermal_trace_ipa.h, but misses to adjust the file entry
for the THERMAL/POWER_ALLOCATOR section.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Adjust this file entry in THERMAL/POWER_ALLOCATOR.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Daniel, please apply this minor clean-up patch on top of the commit above. Thanks.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3e61e3240758..3e0dbf8018d0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20847,7 +20847,7 @@ L:	linux-pm@vger.kernel.org
 S:	Maintained
 F:	Documentation/driver-api/thermal/power_allocator.rst
 F:	drivers/thermal/gov_power_allocator.c
-F:	include/trace/events/thermal_power_allocator.h
+F:	drivers/thermal/thermal_trace_ipa.h
 
 THINKPAD ACPI EXTRAS DRIVER
 M:	Henrique de Moraes Holschuh <hmh@hmh.eng.br>
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement
  2023-03-28  9:17 [PATCH] MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement Lukas Bulwahn
@ 2023-03-28  9:24 ` Lukasz Luba
  2023-04-01 19:26 ` Daniel Lezcano
  1 sibling, 0 replies; 3+ messages in thread
From: Lukasz Luba @ 2023-03-28  9:24 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Rafael J . Wysocki, Amit Kucheria, Zhang Rui, kernel-janitors,
	linux-kernel, Daniel Lezcano, linux-pm

Hi Lukas,

On 3/28/23 10:17, Lukas Bulwahn wrote:
> Commit e97b6e04095a ("thermal/core: Relocate the traces definition in
> thermal directory") moves include/trace/events/thermal_power_allocator.h to
> drivers/thermal/thermal_trace_ipa.h, but misses to adjust the file entry
> for the THERMAL/POWER_ALLOCATOR section.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Adjust this file entry in THERMAL/POWER_ALLOCATOR.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Daniel, please apply this minor clean-up patch on top of the commit above. Thanks.

Thanks, I've missed that former patch set.

> 
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3e61e3240758..3e0dbf8018d0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20847,7 +20847,7 @@ L:	linux-pm@vger.kernel.org
>   S:	Maintained
>   F:	Documentation/driver-api/thermal/power_allocator.rst
>   F:	drivers/thermal/gov_power_allocator.c
> -F:	include/trace/events/thermal_power_allocator.h
> +F:	drivers/thermal/thermal_trace_ipa.h
>   
>   THINKPAD ACPI EXTRAS DRIVER
>   M:	Henrique de Moraes Holschuh <hmh@hmh.eng.br>


Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>

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

* Re: [PATCH] MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement
  2023-03-28  9:17 [PATCH] MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement Lukas Bulwahn
  2023-03-28  9:24 ` Lukasz Luba
@ 2023-04-01 19:26 ` Daniel Lezcano
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2023-04-01 19:26 UTC (permalink / raw)
  To: Lukas Bulwahn, linux-pm
  Cc: Lukasz Luba, Rafael J . Wysocki, Amit Kucheria, Zhang Rui,
	kernel-janitors, linux-kernel

On 28/03/2023 11:17, Lukas Bulwahn wrote:
> Commit e97b6e04095a ("thermal/core: Relocate the traces definition in
> thermal directory") moves include/trace/events/thermal_power_allocator.h to
> drivers/thermal/thermal_trace_ipa.h, but misses to adjust the file entry
> for the THERMAL/POWER_ALLOCATOR section.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Adjust this file entry in THERMAL/POWER_ALLOCATOR.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Daniel, please apply this minor clean-up patch on top of the commit above. Thanks.

Applied, thanks

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

end of thread, other threads:[~2023-04-01 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-28  9:17 [PATCH] MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement Lukas Bulwahn
2023-03-28  9:24 ` Lukasz Luba
2023-04-01 19:26 ` Daniel Lezcano

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