This small series adds support for using SN65DSI84 in single-link mode with output to LVDS channel B, and provides a fix for a PLL locking issue.
Signed-off-by: Esben Haabendal <[email protected]> --- Changes in v2: - Fix error handling in sn65dsi83_atomic_enable() to ensure drm_brige_exit() is always called on exit. - Change logging level from warn to dbg for two messages in sn65dsi83_parse_dt(). - Removed trailing dot in comment lines. - Added patch with fix so that DRM bridge critical section is exited on error in sn65dsi83_reset_work(). - Added Fixes and Cc: stable tags to the premature PLL patch. - Re-ordered patch so fixes comes first. - Link to v1: https://patch.msgid.link/[email protected] To: Andrzej Hajda <[email protected]> To: Neil Armstrong <[email protected]> To: Robert Foss <[email protected]> To: Laurent Pinchart <[email protected]> To: Jonas Karlman <[email protected]> To: Jernej Skrabec <[email protected]> To: Luca Ceresoli <[email protected]> To: Maarten Lankhorst <[email protected]> To: Maxime Ripard <[email protected]> To: Thomas Zimmermann <[email protected]> To: David Airlie <[email protected]> To: Simona Vetter <[email protected]> To: Linus Walleij <[email protected]> To: Frieder Schrempf <[email protected]> To: Marek Vasut <[email protected]> Cc: [email protected] Cc: [email protected] --- Esben Haabendal (3): drm/bridge: ti-sn65dsi83: Fix problem with premature PLL locking drm/bridge: ti-sn65dsi83: Fix error handling in sn65dsi83_reset_work() drm/bridge: ti-sn65dsi83: Support LVDS Channel B on SN65DSI84 drivers/gpu/drm/bridge/ti-sn65dsi83.c | 68 ++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 28 deletions(-) --- base-commit: 8cdeaa50eae8dad34885515f62559ee83e7e8dda change-id: 20260710-ti-sn65dsi83-fixes-1d08e0ac67b3 Best regards, -- Esben Haabendal <[email protected]>
