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 57E3E3CBE9C for ; Fri, 13 Mar 2026 17:20:51 +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=1773422452; cv=none; b=OtJJbeXUitDneEWN9Lyj0tSHlrX5PdQn8eS1gPP/4aIUD5mfF2uSLR6P8q5+hNzvXk6wW5DxPGEoOZ5j9A517yIyrKfYBqEcKrEnIrTHwq/H39pFV48788AC/nF4Kh1958CvAql7cYbriEK/ghlTCveHWPGiRXO4l59yW5FoSI8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773422452; c=relaxed/simple; bh=hMMoQA66viiMTD/Ovtk1W0/akiFawo/AdgTfBlijbbQ=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=hUYdaxPFoV0k1rhZdPhn/e3O7VMcwYBiDFGSgw4sSWo+ZMiBhbZJiZe+yCAoqLByiwkYnV2BRz3wYVr/FW1U2h0z+WidZ5hw2lgZli0RqJgEhx6csfpeBgCBUUh1ggH9X7hoHFGODGRxUMJ9ON3uGDKpMf6AojzlhzPbmiCtVJU= 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=1BZMeake; 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="1BZMeake" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 278E01A2E20; Fri, 13 Mar 2026 17:20:50 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id EC94460027; Fri, 13 Mar 2026 17:20:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id ECB7010369F56; Fri, 13 Mar 2026 18:20:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1773422448; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=hMMoQA66viiMTD/Ovtk1W0/akiFawo/AdgTfBlijbbQ=; b=1BZMeakeLYFbyq8IgpHQNmMY6Ho0sTjFjzEYhohY7X4Xbp70aU58n6j0PYpEj6ZUv8uHrq osDAcp6Q2HhOAKfV+URHAMo6t4ETkhkAW4/OvCBko+chKV2PxFrKo07SqyRgX9CF3/jnr/ 2IpEhi9JfH33HMm0sXSzVIst2R1OEzbSPMDXL/J51afgUbFUqT3scqr6pryIzxrcaSmieT VsGtOXLnf7e/f5Z5y7p1WkcEHqtBo1UwG17acAqeRYI7mEWTTxOxwv2nZ/EFIPnJP0GNRl gwRVJivxZUw+f/Z6TayPmbThHnxm3J/tLlIfjPGTYPL7MSKi9jABfHcWS5Vv1A== 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: Fri, 13 Mar 2026 18:20:41 +0100 Message-Id: Subject: Re: [PATCH v10 16/18] drm/bridge: analogix_dp: Attach the next bridge in analogix_dp_bridge_attach() Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , To: "Damon Ding" , , , From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20260310012458.169272-1-damon.ding@rock-chips.com> <20260310020029.178314-1-damon.ding@rock-chips.com> <20260310020029.178314-3-damon.ding@rock-chips.com> In-Reply-To: <20260310020029.178314-3-damon.ding@rock-chips.com> X-Last-TLS-Session-Version: TLSv1.3 On Tue Mar 10, 2026 at 3:00 AM CET, Damon Ding wrote: > Uniformly, move the next bridge attachment to the Analogix side > rather than scattered on Rockchip and Exynos sides. It can also > help get rid of the callback &analogix_dp_plat_data.attach() and > make codes more concise. > > Signed-off-by: Damon Ding > Reviewed-by: Dmitry Baryshkov > Tested-by: Marek Szyprowski > Tested-by: Heiko Stuebner (on rk3588) Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com