Hi Wolfram, Thank you for the review. On Fri, Aug 1, 2025 at 5:04 AM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > > On Tue, Jul 29, 2025 at 04:59:12PM +0100, Prabhakar wrote: > > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > > > Use devm_reset_control_get_optional_exclusive() instead of > > devm_reset_control_get_exclusive() to allow the driver to operate > > on platforms where a reset controller is not present. > > > > This change is in preparation for supporting the RZ/T2H SoC, which > > does not have reset. > > > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > I'd suggest to merge this with patch 4. > Ok, I will squash it with patch 4/9. > Reviewed-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > Cheers, Prabhakar