[PATCH] MAINTAINERS: adjust file entry in INTEL STRATIX10 FIRMWARE DRIVERS

Lukas Bulwahn posted 1 patch 9 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: adjust file entry in INTEL STRATIX10 FIRMWARE DRIVERS
Posted by Lukas Bulwahn 9 months ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit fbfb64987062 ("dt-bindings: firmware: stratix10: Convert to
json-schema") renames intel,stratix10-svc.txt to intel,stratix10-svc.yaml
in Documentation/devicetree/bindings/firmware/ as part of this dt-binding
conversion, but misses to adjust the file entry in INTEL STRATIX10 FIRMWARE
DRIVERS.

Adjust the file entry after the conversion.

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 49826646c38f..2c04cce07a9d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12383,7 +12383,7 @@ L:	linux-kernel@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
 F:	Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu
-F:	Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt
+F:	Documentation/devicetree/bindings/firmware/intel,stratix10-svc.yaml
 F:	drivers/firmware/stratix10-rsu.c
 F:	drivers/firmware/stratix10-svc.c
 F:	include/linux/firmware/intel/stratix10-smc.h
-- 
2.49.0
Re: [PATCH] MAINTAINERS: adjust file entry in INTEL STRATIX10 FIRMWARE DRIVERS
Posted by Rob Herring (Arm) 7 months ago
On Mon, 12 May 2025 15:43:32 +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit fbfb64987062 ("dt-bindings: firmware: stratix10: Convert to
> json-schema") renames intel,stratix10-svc.txt to intel,stratix10-svc.yaml
> in Documentation/devicetree/bindings/firmware/ as part of this dt-binding
> conversion, but misses to adjust the file entry in INTEL STRATIX10 FIRMWARE
> DRIVERS.
> 
> Adjust the file entry after the conversion.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!
Re: [PATCH] MAINTAINERS: adjust file entry in INTEL STRATIX10 FIRMWARE DRIVERS
Posted by Dinh Nguyen 9 months ago
On 5/12/25 08:43, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit fbfb64987062 ("dt-bindings: firmware: stratix10: Convert to
> json-schema") renames intel,stratix10-svc.txt to intel,stratix10-svc.yaml
> in Documentation/devicetree/bindings/firmware/ as part of this dt-binding
> conversion, but misses to adjust the file entry in INTEL STRATIX10 FIRMWARE
> DRIVERS.
> 
> Adjust the file entry after the conversion.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Dinh Nguyen <dinguyen@kernel.org>