[PATCH v2 phy-next 24/24] MAINTAINERS: add regexes for linux-phy
Joe Perches
joe at perches.com
Sun Mar 8 11:40:44 PDT 2026
On Sun, 2026-03-08 at 13:40 +0200, vladimir.oltean at nxp.com 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\>
More information about the Linux-rockchip
mailing list