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/bridge: tc358768: Add LP mode command support Date: Thu, 12 Mar 2026 07:14:50 +1000 Message-ID: In-Reply-To: <20260311-tc358768-v2-5-e75a99131bd5@ideasonboard.com> References: <20260311-tc358768-v2-0-e75a99131bd5@ideasonboard.com> <20260311-tc358768-v2-5-e75a99131bd5@ideasonboard.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds LP mode support by conditionally setting `TC358768_DSI_CONTROL_TXMD` in `pre_enable()` only when `MIPI_DSI_MODE_LPM` is *not* set, then unconditionally enabling HS mode in `enable()` for video transmission. The logic is correct -- LP mode is used for command phase, HS mode is used for video phase. --- Generated by Claude Code Patch Reviewer