[PATCH] MAINTAINERS: Add myself as reviewer for PWM rust drivers

Michal Wilczynski posted 1 patch 2 weeks, 6 days ago
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
[PATCH] MAINTAINERS: Add myself as reviewer for PWM rust drivers
Posted by Michal Wilczynski 2 weeks, 6 days ago
I would like to help with reviewing the Rust part of the PWM drivers.
While I maintain the Rust bindings, adding this separate entry ensures I
am automatically CC-ed on the driver implementations (drivers/pwm/*.rs)

Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index da9dbc1a40194523a919ea0af7f53cf6fb3aad42..ebc2f1bc0ade3241e312ae1cd4537122a8b6bf0d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21103,6 +21103,10 @@ S:	Maintained
 F:	rust/helpers/pwm.c
 F:	rust/kernel/pwm.rs
 
+PWM SUBSYSTEM DRIVERS [RUST]
+R:	Michal Wilczynski <m.wilczynski@samsung.com>
+F:	drivers/pwm/*.rs
+
 PXA GPIO DRIVER
 M:	Robert Jarzmik <robert.jarzmik@free.fr>
 L:	linux-gpio@vger.kernel.org

---
base-commit: 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7
change-id: 20260119-maintain_rust_drivers-4fce1a05d361

Best regards,
-- 
Michal Wilczynski <m.wilczynski@samsung.com>
Re: [PATCH] MAINTAINERS: Add myself as reviewer for PWM rust drivers
Posted by Uwe Kleine-König 2 weeks, 6 days ago
On Mon, Jan 19, 2026 at 09:54:58PM +0100, Michal Wilczynski wrote:
> I would like to help with reviewing the Rust part of the PWM drivers.
> While I maintain the Rust bindings, adding this separate entry ensures I
> am automatically CC-ed on the driver implementations (drivers/pwm/*.rs)
> 
> Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>

thanks for this patch.

I will probably send a fixes PR before 6.19, and think will include this
patch to have 6.19 already fixed in this regard.

Best regards
Uwe