On Sun, 2026-03-08 at 13:40 +0200, [email protected] wrote: > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -10713,6 +10713,17 @@ F: Documentation/devicetree/bindings/phy/ > +K: (?:linux/phy/phy\.h|phy-props\.h|phy-provider\.h)
phy-props.h and phy-provider.h don't seem to exist. Are these going to be added later? Maybe this should be phy-common-props.h ? Perhaps if matching only the include uses: (/ is escaped because get_maintainer is stupid) something like: K: include\s*\<linux\/phy\/phy(?:-common-props|-provider)?\.h\>
