On Thu, Jul 3, 2025 at 11:13 PM iuncuim [off-list ref] wrote:
From: Mikhail Kalashnikov <redacted>
The A523 processor has two temperature controllers, but they share a common
reset line. We can to use devm_reset_control_get_shared_deasserted() instead
of devm_reset_control_get(). This will simplify the driver.
Nit: I'd probably write:
Make it shared with the shared variant of devm_reset_control_get(), and also
simplify the driver by switching to devm_reset_control_get_shared_deasserted().
Signed-off-by: Mikhail Kalashnikov <redacted>
Reviewed-by: Chen-Yu Tsai <redacted>