diff options
author | Mark Brown <broonie@kernel.org> | 2019-08-29 15:54:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-30 14:40:06 +0300 |
commit | baedad4c35ce35973263f8991d288c280f4bd05d (patch) | |
tree | c8af4e0e76ff2a61607918a6c45f230b3cc4d557 /MAINTAINERS | |
parent | e02e23d5f01937cec2c76a8e61aea0b4e5f53626 (diff) | |
download | linux-baedad4c35ce35973263f8991d288c280f4bd05d.tar.xz |
MAINTAINERS: Add keyword pattern on regulator_get_optional()
In an effort to try to contain abuses of regulator_get_optional() add a
keyword entry to the MAINTAINERS stanza for the regulator API so that the
regulator maintainers get CCed on new usages.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20190829125435.48770-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 783569e3c4b4..6cfb528d0a2e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17234,6 +17234,7 @@ F: Documentation/power/regulator/ F: drivers/regulator/ F: include/dt-bindings/regulator/ F: include/linux/regulator/ +K: regulator_get_optional VRF M: David Ahern <dsa@cumulusnetworks.com> |