[PATCH 12/12] MAINTAINERS: Update ADI entries for new boards
Greg Malysa
malysagreg at gmail.com
Tue Nov 18 07:39:45 CET 2025
This adds missing maintainers entries for the ADI SC5xx defconfigs and
for a device tree binding file that was previously missed.
Signed-off-by: Greg Malysa <malysagreg at gmail.com>
---
Changes in v2:
- Possible files relating to ADI were identified using a shell
command like so:
$ find ./ | xargs grep -i --color=none "Analog Devices" 2>/dev/null | awk '{ print $1 }' | tr -d ":#" | sort | uniq > maybe_adi.txt
This file was reviewed and entries unrelated to ADI that merely
mentioned the company name were pruned, leaving 111 files.
Then, maintainer information was retrieved with:
$ cat maybe_adi.txt | xargs -L1 -t ./scripts/get_maintainer.pl --separator , -f
and each line was reviewed to ensure it matched ARM SC5XX. This
identified one extra file that was missed previously.
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 60772a494a3..a6be53de500 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -637,6 +637,7 @@ F: arch/arm/dts/sc5*
F: arch/arm/include/asm/arch-adi/
F: arch/arm/mach-sc5xx/
F: board/adi/
+F: configs/sc5*
F: doc/device-tree-bindings/arm/adi/adi,sc5xx.yaml
F: doc/device-tree-bindings/clock/adi,sc5xx-clocks.yaml
F: doc/device-tree-bindings/pinctrl/adi,adsp-pinctrl.yaml
@@ -656,6 +657,7 @@ F: drivers/timer/adi_sc5xx_timer.c
F: drivers/usb/musb-new/sc5xx.c
F: drivers/watchdog/adi_wdt.c
F: include/configs/sc5*
+F: include/dt-bindings/clock/adi-sc5xx-clock.h
F: include/dt-bindings/pinctrl/adi-adsp.h
F: include/env/adi/
--
2.49.1
More information about the U-Boot
mailing list