projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b065b
)
MAINTAINERS: add reset controller framework keywords
author
Philipp Zabel
<p.zabel@pengutronix.de>
Mon, 23 Sep 2019 11:57:42 +0000
(13:57 +0200)
committer
Philipp Zabel
<p.zabel@pengutronix.de>
Tue, 22 Oct 2019 16:15:48 +0000
(18:15 +0200)
Add a regex that matches users of the reset controller API.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
MAINTAINERS
patch
|
blob
|
history
diff --git
a/MAINTAINERS
b/MAINTAINERS
index 296de2b51c832ecc1869a77624c964ce398a5236..5d77a376a45c4a2ca8bf548417824118e1a25a75 100644
(file)
--- 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 <mathieu.desnoyers@efficios.com>