Re: [PATCH 3/5] hwmon: (pmbus/core) Protect regulator operations with mutex
From: Pradhan, Sanman
Date: Wed Mar 25 2026 - 15:10:19 EST
From: Sanman Pradhan <psanman@xxxxxxxxxxx>
Reviewed the series.
Very minor hardening thought: the notifier worker is
initialized after the devm_regulator_register() loop.
The current probe ordering makes that fine, so I don't
think this is a bug, but would it be cleaner to initialize
the notifier state a bit earlier just to keep that
setup self-contained?
Don't see any blocking issues in the rest of the series.
Thank you.
Regards,
Sanman Pradhan