[PATCH v8 2/2] MAINTAINERS: add regulator.rs to the regulator API entry

Daniel Almeida posted 2 patches 2 months, 3 weeks ago
[PATCH v8 2/2] MAINTAINERS: add regulator.rs to the regulator API entry
Posted by Daniel Almeida 2 months, 3 weeks ago
Add this file to the regulator API entry as requested by Mark Brown.

Signed-off-by: Daniel Almeida <daniel.almeida@collabora.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0c1d245bf7b84f8a78b811e0c9c5a3edc09edc22..e37c0fc523964171ab6a9bc59f155b6bf1ab79e0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -26525,6 +26525,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

-- 
2.50.0
Re: [PATCH v8 2/2] MAINTAINERS: add regulator.rs to the regulator API entry
Posted by Miguel Ojeda 2 months, 3 weeks ago
On Mon, Jul 14, 2025 at 8:52 PM Daniel Almeida
<daniel.almeida@collabora.com> wrote:
>
> Add this file to the regulator API entry as requested by Mark Brown.
>
> Signed-off-by: Daniel Almeida <daniel.almeida@collabora.com>

Great, thanks Mark!

Acked-by: Miguel Ojeda <ojeda@kernel.org>

Cheers,
Miguel