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 C547226C38C for ; Tue, 3 Mar 2026 09:42:27 +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=1772530949; cv=none; b=sCtSaOeEnBaOJ8rZVp/9IcC6d4ioymHfLW4xZ4jUkyzrypnb9SSsHDc68q/4lDMFKEZU9lsXPp0uU/vWcX5k1L4UxynJwGk3jKmp0yVrYA7dhtL78HNwuu3AM3smDDuIPP6pvSsbCYKOhDouoqWnLZXldwa1DX5a1J9BLTTNlOI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772530949; c=relaxed/simple; bh=ERvThpojbG1RdGgC8JszA8Cf/QGoT4sp1nxT0t1wwe4=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=OiMiE+O9xf9kzdGIgQUicvG13HokxMsTG7zDwfdf/jgqX0wEAXj3THBNPAnvLKfO97NjFvtBcg+7kwurfyFOO/JWR6u0q/oag3j6KuqKeanyElTwt+6r7BqR71CWvEvqbdBY/8QOaC9P70dKHP2qHBu+SfG8rx6xFj+HQGbiZwY= 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=takmQF+X; 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="takmQF+X" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 15A961A234D; Tue, 3 Mar 2026 09:42:26 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id CC9EA5FF87; Tue, 3 Mar 2026 09:42:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 3D9A3103682E0; Tue, 3 Mar 2026 10:42:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1772530942; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=ERvThpojbG1RdGgC8JszA8Cf/QGoT4sp1nxT0t1wwe4=; b=takmQF+XVeRBDBtWiVh2gCEJzITUj7lVRRnEUoAXS4WM61CI5nfVZoYpyzpPjgC3jAYORI LvVqBfhwtII5arR3tX3hBL8oK71NMr+3t6e5esCW356lTx2y5KmNtvFphdBtEQvsKLt6qp YzgNhlBH7JAO41a3HgJJZhPRsmZhcDPrPNxvUjNfixto0SYlq8P7y4/s2+Q/7utdNBCQDC uxo7q4UCBoDNDRA+47cHEIW+ylAtju1vOpzS7RtRjp5dY6ScY5SISS5i62Ve37FMfB41lS ZbasGVQqF6q2baVDcxGcIdCRVbUlLA4KYQpoUUa/WMkj91q9dpxloE+R5v+IYw== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 03 Mar 2026 10:42:09 +0100 Message-Id: To: "Damon Ding" , , , From: "Luca Ceresoli" Subject: Re: [PATCH v9 02/15] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , X-Mailer: aerc 0.20.1 References: <20260210071225.2566099-1-damon.ding@rock-chips.com> <20260210071225.2566099-3-damon.ding@rock-chips.com> In-Reply-To: <20260210071225.2566099-3-damon.ding@rock-chips.com> X-Last-TLS-Session-Version: TLSv1.3 On Tue Feb 10, 2026 at 8:12 AM CET, Damon Ding wrote: > As suggested by Dmitry, the DRM legacy bridge driver can be pulled > out of imx/ subdir for multi-platform use. The driver is also renamed > to make it more generic and suitable for platforms other than i.MX. > > Signed-off-by: Damon Ding > Suggested-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