Re: [PATCH v2 09/17] i3c: renesas: Use reset_control_bulk_{assert, deassert}()
From: Philipp Zabel
Date: Tue Jun 02 2026 - 11:10:43 EST
On Di, 2026-06-02 at 16:28 +0300, Claudiu Beznea wrote:
> From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx>
>
> Use reset_control_bulk_assert() and reset_control_bulk_deassert() in the
> suspend and resume paths to simplify the code.
This looks like we are missing
devm_reset_control_bulk_get_optional_exclusive_deasserted().
regards
Philipp