[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250915234255.1306612-1-kuba@kernel.org>
Date: Mon, 15 Sep 2025 16:42:55 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
edumazet@...gle.com,
pabeni@...hat.com,
andrew+netdev@...n.ch,
horms@...nel.org,
Jakub Kicinski <kuba@...nel.org>,
vadim.fedorenko@...ux.dev,
arkadiusz.kubalewski@...el.com,
jiri@...nulli.us
Subject: [PATCH net] MAINTAINERS: make the DPLL entry cover drivers
DPLL maintainers should probably be CCed on driver patches, too.
Remove the *, which makes the pattern only match files directly
under drivers/dpll but not its sub-directories.
Signed-off-by: Jakub Kicinski <kuba@...nel.org>
---
CC: vadim.fedorenko@...ux.dev
CC: arkadiusz.kubalewski@...el.com
CC: jiri@...nulli.us
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 47bc35743f22..4b2ef595c764 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7431,7 +7431,7 @@ S: Supported
F: Documentation/devicetree/bindings/dpll/dpll-device.yaml
F: Documentation/devicetree/bindings/dpll/dpll-pin.yaml
F: Documentation/driver-api/dpll.rst
-F: drivers/dpll/*
+F: drivers/dpll/
F: include/linux/dpll.h
F: include/uapi/linux/dpll.h
--
2.51.0
Powered by blists - more mailing lists