Re: [PATCH v5 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM

From: Alexandre Belloni

Date: Mon Jul 20 2026 - 13:42:15 EST


On Mon, 13 Jul 2026 16:05:28 +0300, Claudiu Beznea wrote:
> From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx>
>
> Hi,
>
> This series adjusts the suspend to RAM code to handle cases where power
> to the connected devices is lost during suspend to RAM. The fixes
> included in this series are required for that support.
>
> [...]

Applied, thanks!

[01/17] i3c: renesas: Check that the transfer is valid before accessing it
https://git.kernel.org/i3c/c/1035bddb16e4
[02/17] i3c: renesas: Restore STDBR and EXTBR registers on resume
https://git.kernel.org/i3c/c/c348fb87708e
[03/17] i3c: renesas: Follow the reset deassert order used in probe
https://git.kernel.org/i3c/c/dfc95b9e78bc
[04/17] i3c: renesas: Reconfigure the DATBAS register on re-attach
https://git.kernel.org/i3c/c/55316fb0ea3b
[05/17] i3c: renesas: Reset the controller on resume
https://git.kernel.org/i3c/c/49ed0b2a3c63
[06/17] i3c: renesas: Perform Dynamic Address Assignment on resume
https://git.kernel.org/i3c/c/afe7fbb3f652
[07/17] i3c: renesas: Clean DATBAS register on detach
https://git.kernel.org/i3c/c/86f65337c636
[08/17] i3c: renesas: Fix out-of-bounds access for newdevs mask
https://git.kernel.org/i3c/c/f7d9e0bee840
[09/17] i3c: renesas: Use reset_control_bulk_{assert, deassert}()
https://git.kernel.org/i3c/c/12306f6710ae
[10/17] i3c: renesas: Return immediately if there is no transfer
https://git.kernel.org/i3c/c/3b3a1f1778e8
[11/17] i3c: renesas: Follow a unified pattern for transfer and command initialization
https://git.kernel.org/i3c/c/436c6afd8d5d
[12/17] i3c: renesas: Drop the explicit memset() call
https://git.kernel.org/i3c/c/84dc0f87a62c
[13/17] i3c: renesas: Update HW registers after SW computations are done
https://git.kernel.org/i3c/c/1a22e87cf3b9
[14/17] i3c: renesas: Organize structures to avoid unnecessary padding
https://git.kernel.org/i3c/c/a0957ae127f6
[15/17] i3c: renesas: Use the "dev_name:irq_name" format for the interrupt name
https://git.kernel.org/i3c/c/9d1730ad7888
[16/17] i3c: renesas: Drop unnecessary tab
https://git.kernel.org/i3c/c/070d0ef61c08
[17/17] i3c: renesas: Add runtime PM support
https://git.kernel.org/i3c/c/4995ae05e8e1

Best regards,