diff options
author | Daniel Almeida <daniel.almeida@collabora.com> | 2025-07-14 15:52:05 -0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-07-15 15:07:41 +0100 |
commit | d9f334fca5448907cc47ba8553926f9ba148512f (patch) | |
tree | c570f0b17bce3b374bbf91a32cf61cfdd963892b | |
parent | 9b614ceada7cb846de1a1c3bb0b29b0a2726ef45 (diff) |
MAINTAINERS: add regulator.rs to the regulator API entry
Add this file to the regulator API entry as requested by Mark Brown.
Signed-off-by: Daniel Almeida <daniel.almeida@collabora.com>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://patch.msgid.link/20250714-topics-tyr-regulator2-v8-2-c7ab3955d524@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 60bba48f5479..09ff9ae60e6f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -26561,6 +26561,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git F: Documentation/devicetree/bindings/regulator/ F: Documentation/power/regulator/ F: drivers/regulator/ +F: rust/kernel/regulator.rs F: include/dt-bindings/regulator/ F: include/linux/regulator/ K: regulator_get_optional |