From cce39a0d70fc818c3e3ef88f90bcbbc65d2377df Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 25 Jun 2025 16:10:38 -0700 Subject: [PATCH] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry Include the GDB scripts file under scripts/gdb/linux/clk.py under the COMMON CLK subsystem since it parses internal data structures that depend upon that subsystem. Signed-off-by: Florian Fainelli Link: https://lore.kernel.org/r/20250625231053.1134589-2-florian.fainelli@broadcom.com Signed-off-by: Stephen Boyd --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a92290fffa163..ced366cda16a9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5979,6 +5979,7 @@ F: include/dt-bindings/clock/ F: include/linux/clk-pr* F: include/linux/clk/ F: include/linux/of_clk.h +F: scripts/gdb/linux/clk.py F: rust/helpers/clk.c F: rust/kernel/clk.rs X: drivers/clk/clkdev.c -- 2.51.0