From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 34AA03EFD2C for ; Thu, 23 Apr 2026 13:19:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776950375; cv=none; b=aTtXarOaDNa70lZAFfkuQd2ImQFEYHFYymV8OVyjpgRWmnFKLdN5McyyZj/vTUY1l5x6ngVDiwnAi4s11vR8H8xv2ObnPw8vzOHzQSie7jZUFEk83E7z1efZL1R2krEOCv+uJACPWIzz/JybQKeivoi+5xd/maIEyJraBGzvuCQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776950375; c=relaxed/simple; bh=+v1IGGwBlD7W1TrUt5/g/toItgrGx+CShEQy9dqBHjY=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=Hn0OZU9SXL5m3WKKdOX6NBf+kjKS547Xn+Ez8lrRO4u9bHAF3ybM9lmyypY+e0THq4pW9eewlF6OnUTfX48+X1NGrhmISahduEPgzjY/nVnBSsH01OW+TYsyl2BmPjqb/pt2eazY1xaDqFFS/MvSkBYP32NxE1cT6hAHHXh9Zj0= 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=CHffhXGz; arc=none smtp.client-ip=185.246.85.4 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="CHffhXGz" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 800E74E42AC9; Thu, 23 Apr 2026 13:19:30 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 4BD1460495; Thu, 23 Apr 2026 13:19:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id B727910460BC4; Thu, 23 Apr 2026 15:19:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1776950366; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=N0czXPTCBLd6Via7w9anQbZ1SyEjDMbKmYb2klNRSzM=; b=CHffhXGzBeQ87qx+VLT/QJwCaDtokpzRnxIGgqeeBGcHmpx9dkFTQezMvWUYtBFalmt0ym ZlPNQeOk5Q1kth18AWc/K+W7Raxp9+99ljR8+PbnvhlipPqpO27B6VpRihKIXQayDAqgRG da/TeGo6hU5ux+mR4M6i/8AmHfkbG+YJihJqxxPpKk1ng/qYjjX625VUgLNqxJALo9M/FP rIln33FBGqBltj0d5nmulxlKj/OYQmYlq0XBZlKDps6B3HZSM/rShXabOS7pnFzpExVbdP stMHIMq4UYNiQX+If3xxxJ52QyUsGZwDX30+01HblvyxBtNmG2GoUDU/v0ZI4A== 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: Thu, 23 Apr 2026 15:19:03 +0200 Message-Id: Subject: Re: [PATCH 35/41] drm/rockchip: lvds: remove now-redundant call to drm_connector_attach_encoder() Cc: "Andrzej Hajda" , "Neil Armstrong" , "Robert Foss" , "Laurent Pinchart" , "Jonas Karlman" , "Jernej Skrabec" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Sasha Finkelstein" , "Janne Grunau" , "Liu Ying" , "Douglas Anderson" , "Laurentiu Palcu" , "Lucas Stach" , "Frank Li" , "Sascha Hauer" , "Pengutronix Kernel Team" , "Fabio Estevam" , "Philipp Zabel" , "Paul Cercueil" , "Anitha Chrisanthus" , "Chun-Kuang Hu" , "Matthias Brugger" , "AngeloGioacchino Del Regno" , "Kevin Hilman" , "Jerome Brunet" , "Martin Blumenstingl" , "Rob Clark" , "Dmitry Baryshkov" , "Abhinav Kumar" , "Jessica Zhang" , "Sean Paul" , "Marijn Suijten" , "Tomi Valkeinen" , "Sandy Huang" , =?utf-8?q?Heiko_St=C3=BCbner?= , "Andy Yan" , "Thierry Reding" , "Mikko Perttunen" , "Jonathan Hunter" , "Icenowy Zheng" , "Jingoo Han" , "Inki Dae" , "Seung-Woo Kim" , "Kyungmin Park" , "Krzysztof Kozlowski" , "Alim Akhtar" , "Laurent Pinchart" , "Tomi Valkeinen" , "Kieran Bingham" , "Geert Uytterhoeven" , "Magnus Damm" , "Biju Das" , "Marek Vasut" , "Stefan Agner" , "Jyri Sarha" , "Michal Simek" , "Hui Pu" , "Ian Ray" , "Thomas Petazzoni" , , , , , , , , , , , , , , To: "Dmitry Baryshkov" From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20260423-drm-bridge-connector-attach_encoder-v2-0-2ae6ca69b390@bootlin.com> <20260423115334.444750-1-luca.ceresoli@bootlin.com> In-Reply-To: X-Last-TLS-Session-Version: TLSv1.3 Hi Dmitry, Geert, On Thu Apr 23, 2026 at 2:42 PM CEST, Dmitry Baryshkov wrote: > On Thu, Apr 23, 2026 at 01:53:28PM +0200, Luca Ceresoli wrote: >> drm_connector_attach_encoder() is now called by >> drm_bridge_connector_init(). >> >> Signed-off-by: Luca Ceresoli >> --- >> drivers/gpu/drm/rockchip/rockchip_lvds.c | 6 ------ >> 1 file changed, 6 deletions(-) >> > > stray duplicate Due to the long Cc list, when sending the series with b4 I hit the mail provider limit, so patches after 34 were not sent. I then sent them manually using the good old git format-patch/send-email, but in the process I missed the v2 (heh, b4 is great at automating that!). So patch 35 got sent without v2, and then I resent it and the following ones with the v2 marker. Sorry about the noise! I think with Dmitry's all-series R-by this whole series can be applied at once (I'll wait ~1 week before applying, in case of more comments). This will avoid more iterations spamming lots of people. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com