From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 73E2ECD342C for ; Wed, 6 May 2026 09:51:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D634510E54B; Wed, 6 May 2026 09:51:08 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=lontium.com header.i=@lontium.com header.b="GFovzCW/"; dkim-atps=neutral Received: from out28-3.mail.aliyun.com (out28-3.mail.aliyun.com [115.124.28.3]) by gabe.freedesktop.org (Postfix) with ESMTPS id 039B710E54B for ; Wed, 6 May 2026 09:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lontium.com; s=default; t=1778061065; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=rTVeenQDP4Q2AleUYbvOEo57e4WiFM7IEwD5oihr2sM=; b=GFovzCW/xsy9Cm4pA+qJqSKBwrW7tNAgnI4I22QU0/uQsQaR84v4yG32hTvS1xgFNwujiaF2haAsDqO5iSKkzjJG/l+B0eo9IeAf945Q5vUj9ZZkuhEe2Pzwjku618yPOTrLMP7DmMmWPufunGRTJg5bSZkpYnZs9cZH8dlzwIaeynwjyLrKt9IvaqKUrz2IiVRsdWe6SGwwmZjmePfYoRd9veV6LF7Fn6z1UMqU4iXbAUwTLwywn4b7JmrTLy2I7tgRsgq1a5QHwAIpDLKDxV/sTGNxyR26IyNIMEy6oN8xPWVvYCeILa/XwYKBIDDmuN+9r44hsYmbdBVJpyf3Hw== X-Alimail-AntiSpam: AC=CONTINUE; BC=0.07905283|-1; CH=green; DM=|CONTINUE|false|; DS=CONTINUE|ham_system_inform|0.0167526-0.000462775-0.982785; FP=12634903803476037369|0|0|0|0|-1|-1|-1; HT=maildocker-contentspam033068016216; MF=syyang@lontium.com; NM=1; PH=DS; RN=22; RT=22; SR=0; TI=SMTPD_---.hQlP4X-_1778061062; Received: from DESKTOP-V2MKAT2.localdomain(mailfrom:syyang@lontium.com fp:SMTPD_---.hQlP4X-_1778061062 cluster:ay29) by smtp.aliyun-inc.com; Wed, 06 May 2026 17:51:04 +0800 From: syyang@lontium.com To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, andrzej.hajda@intel.com, neil.armstrong@linaro.org, dmitry.baryshkov@oss.qualcomm.com, maarten.lankhorst@linux.intel.com, rfoss@kernel.org, mripard@kernel.org Cc: Laurent.pinchart@ideasonboard.com, tzimmermann@suse.de, jonas@kwiboo.se, jernej.skrabec@gmail.com, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, yangsunyun1993@gmail.com, xmzhu@lontium.corp-partner.google.com, xmzhu@lontium.com, rlyu@lontium.com, xbpeng@lontium.com, Sunyun Yang Subject: [PATCH v4 0/2] Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver Date: Wed, 6 May 2026 17:50:58 +0800 Message-Id: <20260506095100.78998-1-syyang@lontium.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Sunyun Yang This series introduces: - A device tree binding YAML file describing the hardware - A new DRM bridge driver implementing the basic functionality LT9611C(EX/UXD) is an I2C-controlled chip that Receiver signal/dual port mipi dsi and output hdmi, differences in hardware features: - LT9611C: supports 1-port mipi dsi to hdmi 1.4 - LT9611EX: supports 2-port mipi dsi to hdmi 1.4 - LT9611UXD: supports 2-port mipi dsi to hdmi 1.4/2.0 Signed-off-by: Sunyun Yang --- Changes in v4: - dt-binding: 1. fix commit message [Krzysztof] - drm/bridge: 1. use lt9611c_fw.bin [Dmitry] 2. use drm_bridge::next_bridge 3. use enum lt9611_chip_type 4. remove *fw from the lt9611c struct 5. "bool hdmi_connected;" variable add comment 6. use read_poll_timeout and -ETIMEDOUT in the "lt9611c_read_write_flow" function 7. replace mutex_lock(<9611c->ocm_lock) with guard(mutex)(<9611c->ocm_lock) in some place 8. switch to ARRAY_SIZE instead of specifying lengths directly 9. use dev_err_probe 10. add clear functions for AVI and audio infoframes 11. add DRM_BRIDGE_OP_HDMI and remove .hpd_notify 12. remove the sample_rate validation code 13. fix MODULE_DESCRIPTION 14. replace "GPL v2" with "GPL" - Link to v3: https://lore.kernel.org/lkml/20260420061644.1251070-1-syyang@lontium.com/ Changes in v3: - dt-binding: 1. lt9611c(ex/uxd) content merged into lontium,lt9611.yaml - drm/bridge: 1. Drop the licence text, only use SPDX header 2. Sort the headers 3. Use library functions for crc8 4. Drop i2c_read_byte and i2c_write_byte 5. Lowercase all hex values 6. Use paged writes as implemented for LT9611C(EX/UXD) 7. Drop dev_info, use dev_dbg 8. Modify lt9611c_get_edid_block, don't store EDID in the long-term structures 9. Use HDMI audio helpers. 10.Remove unnecessary flags,Implement proper cleanup path, unwinding resources one by one. 11.Replace devm_kzalloc with devm_drm_bridge_alloc. 12.Remove extra kthread. - Link to v1: https://lore.kernel.org/lkml/20250903123825.1721443-1-syyang@lontium.com/ Changes in v2: 1. Forget modify code, operation error, Please disregard this submit. Changes in v1: - dt-binding: 1. Submit the first version of the code. - drm/bridge: 1. Submit the first version of the code. --- Sunyun Yang (2): dt-bindings: bridge: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver drm/bridge: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver .../display/bridge/lontium,lt9611.yaml | 8 +- drivers/gpu/drm/bridge/Kconfig | 18 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/lontium-lt9611c.c | 1211 +++++++++++++++++ 4 files changed, 1236 insertions(+), 2 deletions(-) create mode 100644 drivers/gpu/drm/bridge/lontium-lt9611c.c -- 2.34.1