Hi Dave and Daniel, Just one regression fixup to samsung-dsim.c module. I attempted a pull request on the drm-misc tree but encountered a permission issue. In response to this, I've created an issue[1] on gitlab.freedesktop.org. Therefore, I added the drm-misc tree as a remote to the drm-exynos tree. This pull request is based on the latest drm-misc-fixes branch of the drm-misc tree. Please kindly let me know if there is any problem. Thanks, Inki Dae [1] https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/1151 The following changes since commit 27d19268cf394f2c78db732be0cb31852eeadb0a: accel/ivpu: Improve recovery and reset support (2024-01-25 10:17:37 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/drm-misc-fixes-for-v6.8-rc2 for you to fetch changes up to ff3d5d04db07e5374758baa7e877fde8d683ebab: drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE (2024-01-26 22:48:47 +0900) ---------------------------------------------------------------- One regression fixup to samsung-dsim.c module - The FORCE_STOP_STATE bit is ineffective for forcing DSI link into LP-11 mode, causing timing issues and potential bridge failures. This patch reverts previous commits and corrects this issue. ---------------------------------------------------------------- Michael Walle (1): drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE drivers/gpu/drm/bridge/samsung-dsim.c | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-)