From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm: rcar-du: Ensure correct suspend/resume ordering with VSP Date: Wed, 25 Mar 2026 07:42:39 +1000 Message-ID: In-Reply-To: <20260323164526.2292491-2-laurent.pinchart+renesas@ideasonboard.com> References: <20260323164526.2292491-1-laurent.pinchart+renesas@ideasonboard.com> <20260323164526.2292491-2-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review **Status: Good** This patch correctly adds a `DL_FLAG_STATELESS` device link between the DU = (consumer) and VSP (supplier) to enforce proper suspend/resume ordering, mi= rroring what was already done for CMM. The implementation is clean: - The link is stored in `vsp->link` and properly deleted in `rcar_du_vsp_cl= eanup()` with a NULL guard - Cleanup ordering is correct =E2=80=94 `device_link_del()` before `put_dev= ice()` - The error message is informative - Already has Reviewed-by and Tested-by tags No issues found. --- Generated by Claude Code Patch Reviewer