From: Philipp Zabel
Date: Mon, 23 Sep 2019 11:57:42 +0000 (+0200)
Subject: MAINTAINERS: add reset controller framework keywords
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=37859277374d2fed0b632d2e4c3137646a99d32f;p=linux.git
MAINTAINERS: add reset controller framework keywords
Add a regex that matches users of the reset controller API.
Signed-off-by: Philipp Zabel
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 296de2b51c832..5d77a376a45c4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13851,6 +13851,7 @@ F: include/dt-bindings/reset/
F: include/linux/reset.h
F: include/linux/reset/
F: include/linux/reset-controller.h
+K: \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
RESTARTABLE SEQUENCES SUPPORT
M: Mathieu Desnoyers