[PATCH] MAINTAINERS: adjust file entry in THINKPAD T14S EMBEDDED CONTROLLER DRIVER

Lukas Bulwahn posted 1 patch 5 days, 15 hours ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: adjust file entry in THINKPAD T14S EMBEDDED CONTROLLER DRIVER
Posted by Lukas Bulwahn 5 days, 15 hours ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

In the activity of revising the patch series "platform: arm64:
thinkpad-t14s-ec: new driver" from v1 to v2, the location of the dt-binding
for lenovo,thinkpad-t14s-ec.yaml was changed, but the change of that
location was not reflected in the corresponding MAINTAINERS section.

So, commit bee278e18e64 ("dt-bindings: embedded-controller: Add Lenovo
Thinkpad T14s EC") adds the file lenovo,thinkpad-t14s-ec.yaml in the
embedded-controller subdirectory, whereas commit 27221f91b83f ("platform:
arm64: thinkpad-t14s-ec: new driver") refers for this file to the
non-existing platform subdirectory.

Adjust the file entry to refer to the right location.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8fcf4e34eaa5..b641b5e60bf5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -25466,7 +25466,7 @@ F:	drivers/platform/x86/lenovo/thinkpad_acpi.c
 THINKPAD T14S EMBEDDED CONTROLLER DRIVER
 M:	Sebastian Reichel <sre@kernel.org>
 S:	Maintained
-F:	Documentation/devicetree/bindings/platform/lenovo,thinkpad-t14s-ec.yaml
+F:	Documentation/devicetree/bindings/embedded-controller/lenovo,thinkpad-t14s-ec.yaml
 F:	drivers/platform/arm64/lenovo-thinkpad-t14s.c
 
 THINKPAD LMI DRIVER
-- 
2.51.0
Re: [PATCH] MAINTAINERS: adjust file entry in THINKPAD T14S EMBEDDED CONTROLLER DRIVER
Posted by Ilpo Järvinen 5 days, 10 hours ago
On Fri, 26 Sep 2025, Lukas Bulwahn wrote:

> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> In the activity of revising the patch series "platform: arm64:
> thinkpad-t14s-ec: new driver" from v1 to v2, the location of the dt-binding
> for lenovo,thinkpad-t14s-ec.yaml was changed, but the change of that
> location was not reflected in the corresponding MAINTAINERS section.
> 
> So, commit bee278e18e64 ("dt-bindings: embedded-controller: Add Lenovo
> Thinkpad T14s EC") adds the file lenovo,thinkpad-t14s-ec.yaml in the
> embedded-controller subdirectory, whereas commit 27221f91b83f ("platform:
> arm64: thinkpad-t14s-ec: new driver") refers for this file to the
> non-existing platform subdirectory.
> 
> Adjust the file entry to refer to the right location.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8fcf4e34eaa5..b641b5e60bf5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -25466,7 +25466,7 @@ F:	drivers/platform/x86/lenovo/thinkpad_acpi.c
>  THINKPAD T14S EMBEDDED CONTROLLER DRIVER
>  M:	Sebastian Reichel <sre@kernel.org>
>  S:	Maintained
> -F:	Documentation/devicetree/bindings/platform/lenovo,thinkpad-t14s-ec.yaml
> +F:	Documentation/devicetree/bindings/embedded-controller/lenovo,thinkpad-t14s-ec.yaml
>  F:	drivers/platform/arm64/lenovo-thinkpad-t14s.c
>  
>  THINKPAD LMI DRIVER

Thanks a lot, I've folded this into the original commit.

-- 
 i.