From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D93351F4611 for ; Sat, 31 Jan 2026 13:42:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769866923; cv=none; b=QlVZjDD+lBE+hzvdctyEj4LDbyw0veFnAWmZeSt2DO3Ga9tNN5nbzPhv6Rx6DSmSkO1J47q9r0JEtO++zEDIslqFxKB+WnJEyBvvxwX01wEw8t7KK6m5WHcpOOrwRv6tre1PSFYEAjMbY6KH/h6HKl8/LXAWLBjtMRF5gukWyAs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769866923; c=relaxed/simple; bh=RBYOYCO2M46JIUgq8W9sG/5NWADYqzV49iOKEvvP47A=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=HZ+kOOrUuZ1yPtxbTR+cM26KRy1NBSo7nm8GFg2YAwyhSydeC+NMjLfYKpTrGECpqNqT0LD77LdBdcEKnX0tZmif11vtv1aO7tDbaLF8Cr7XqIPgMlccdP0qPFl/S6+FxjWNhlIdLVIlazIKgOoYJRHtt0xC6gYAKQY8lQ9HvSE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=ObetL+87; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="ObetL+87" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 4B6B41A2B62; Sat, 31 Jan 2026 13:42:00 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 1F1F1606B6; Sat, 31 Jan 2026 13:42:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 8AE0E119A888D; Sat, 31 Jan 2026 14:41:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1769866918; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=RBYOYCO2M46JIUgq8W9sG/5NWADYqzV49iOKEvvP47A=; b=ObetL+87ucAVdXN/zM/vumcAjf5XZKAjrwu/JLgNuJRCVgS1hIsba4xuH053AbpJHcsSf4 egeqr4qVj/elz9W/+QiXsmRa0s26LDBiRXIB1R9j4NhDcSFSGoGL6PNPMXiv4Ma8MpeoXn TWyAMDRuSFIlD3FIv1Y6ZToKI2cZybbhFJwtIpi7IrYNMKEUK5V5gf/gS1FqfDAdN844DO aoeLtEnTwkUF5B08JMFsqS6n/QyrLA33U08Tut6hXhqebgvy8izito6edW5J1kjmwnVZoz Z0nfteB0cdtqrX+UypJw6qMSQ47xn3VB0ofXMFDunPu+BsijY2vSYpZtYeED+g== Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 31 Jan 2026 14:41:48 +0100 Message-Id: Subject: Re: [PATCH v8 06/18] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , To: "Damon Ding" , , , From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20251217093321.3108939-1-damon.ding@rock-chips.com> <20251217093321.3108939-7-damon.ding@rock-chips.com> In-Reply-To: <20251217093321.3108939-7-damon.ding@rock-chips.com> X-Last-TLS-Session-Version: TLSv1.3 On Wed Dec 17, 2025 at 10:33 AM CET, Damon Ding wrote: > Use &analogix_dp_plat_data.bridge instead of &exynos_dp_device.ptn_bridge > directly. > > Signed-off-by: Damon Ding > Reviewed-by: Dmitry Baryshkov > Tested-by: Marek Szyprowski Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 9FFE8D79767 for ; Sat, 31 Jan 2026 13:42:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:From:To:Cc: Subject:Message-Id:Date:Mime-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=t77Ub/Ayo0Muhi3YMV8u3PXjNu9I0LTgwKBvAqnKbkQ=; b=P28lmKxYO8DplA JyyrGQBAqeGKdjfNPbeBJSMlu9HUH6rUWuYXT83Q+LYOOmkVll0lBF9O9W7HxgqXuRdO3Y+fPjjJp RtPY2SXnjc27BFfo6yuRGIAexcZcfR1jU+COA8U475Syd5XgFJhdT0C3pUt7YncIqctbHx8YPrVAA PrGkgXWq9D/ynzfqC+/ruXy37IX9SBrTXY7MUin4sTtvNihPC2l7EXrAwkV9fbeeumh3Gyq4vVlsi 7M28uP8/VDSCZErAE7AlGL+63x7UgSKgUGeO6PiXtRzz2oiGP3dpFmpEXTLDIFyGr13tr0LBcj/WI TZIIxefig8/q/LmyMskQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vmBEl-00000002f9p-1dej; Sat, 31 Jan 2026 13:42:07 +0000 Received: from smtpout-04.galae.net ([185.171.202.116]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vmBEg-00000002f8C-1Vol; Sat, 31 Jan 2026 13:42:04 +0000 Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 04ED0C22F7D; Sat, 31 Jan 2026 13:42:04 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 1F1F1606B6; Sat, 31 Jan 2026 13:42:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 8AE0E119A888D; Sat, 31 Jan 2026 14:41:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1769866918; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=RBYOYCO2M46JIUgq8W9sG/5NWADYqzV49iOKEvvP47A=; b=ObetL+87ucAVdXN/zM/vumcAjf5XZKAjrwu/JLgNuJRCVgS1hIsba4xuH053AbpJHcsSf4 egeqr4qVj/elz9W/+QiXsmRa0s26LDBiRXIB1R9j4NhDcSFSGoGL6PNPMXiv4Ma8MpeoXn TWyAMDRuSFIlD3FIv1Y6ZToKI2cZybbhFJwtIpi7IrYNMKEUK5V5gf/gS1FqfDAdN844DO aoeLtEnTwkUF5B08JMFsqS6n/QyrLA33U08Tut6hXhqebgvy8izito6edW5J1kjmwnVZoz Z0nfteB0cdtqrX+UypJw6qMSQ47xn3VB0ofXMFDunPu+BsijY2vSYpZtYeED+g== Mime-Version: 1.0 Date: Sat, 31 Jan 2026 14:41:48 +0100 Message-Id: Subject: Re: [PATCH v8 06/18] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , To: "Damon Ding" , , , From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20251217093321.3108939-1-damon.ding@rock-chips.com> <20251217093321.3108939-7-damon.ding@rock-chips.com> In-Reply-To: <20251217093321.3108939-7-damon.ding@rock-chips.com> X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260131_054202_840370_AE7B65DD X-CRM114-Status: UNSURE ( 4.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed Dec 17, 2025 at 10:33 AM CET, Damon Ding wrote: > Use &analogix_dp_plat_data.bridge instead of &exynos_dp_device.ptn_bridge > directly. > > Signed-off-by: Damon Ding > Reviewed-by: Dmitry Baryshkov > Tested-by: Marek Szyprowski Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip