diff options
author | Florian Fainelli <florian.fainelli@broadcom.com> | 2025-06-25 16:10:38 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2025-07-24 14:24:47 -0700 |
commit | cce39a0d70fc818c3e3ef88f90bcbbc65d2377df (patch) | |
tree | 7964a4e89be63141bdf9c09dbf5ace81c9662d25 | |
parent | f5976286daa78b4981e0d37aaf30f358ec1d8791 (diff) |
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 <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20250625231053.1134589-2-florian.fainelli@broadcom.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a92290fffa16..ced366cda16a 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 |