From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 236D73E5EF9 for ; Mon, 9 Mar 2026 17:55:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773078932; cv=none; b=GeazoJCCeAoaVd+VaVRFpcELUZ3/BYV9179jcRiqIn7R2wUHCVPbrSC3UzMSnmjlTGiHydGmM9N8PhUd9ZbCfT/aUn7Fy15rOXpC+YRvE1PbAHZJreoPKMr/NRr5N+jAeC24MDT24Ol5tLvlVB0AFTgAkbG7TXD6Tr4ziARHYmc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773078932; c=relaxed/simple; bh=Dgq5/itcX1nYHBg2UasGR9uIo/q5+A5IufPuqPKX6hQ=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:To:From: References:In-Reply-To; b=nE4rXAfavlTfe6Jxwi8Pt4kZ3OFIEFrtOp+9jVkzD0sD994pNkuQNNInTMrgPEhOgPDg4Fj7GWKMeBdKxjsUP7Q4v4XcoLkx9r5uSOmIwyMrUChHc8CGzZ7ehxdTh1+k8R/cD9zoqVT9Up12wCaX1xWlOjsKaAerA+INwbNX/vA= 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=n3JJ1rCY; arc=none smtp.client-ip=185.171.202.116 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="n3JJ1rCY" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 9F2D9C40F8B; Mon, 9 Mar 2026 17:55:48 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 300DB5FFB8; Mon, 9 Mar 2026 17:55:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 3BDF11036977E; Mon, 9 Mar 2026 18:55:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1773078926; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=Dgq5/itcX1nYHBg2UasGR9uIo/q5+A5IufPuqPKX6hQ=; b=n3JJ1rCYiSOOnXTo1r0a+argy/OqCN1VfpTplgJN0pNL7Scm++t90TfuJq8bOS7DNVbEGb 0eoTdPc1rFh4pcmqGk2Vvj6Wh4nBWGCTP05Q7Aef5s4E57GH+9K6boQfkgmaF+da+Zyylf H8sVMFqjjFFuzkPBplLLhJc6xxanHNy/7D/bhxF+bY7chBVd2HfFtik9/AyPhCKvElfboC aA9diqFWTw+yb6yseK7TzDCIKTz+fyGJ+pEZ+Xxx1Wgk8sMPOFcCMMw3y8NwP5k7bcnC3g 6s2oH49jdHRK6ae1rabc6oEtnGBW90luJQx4USWLqiHZrDJL81UbOJd9/6vtTg== 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: Mon, 09 Mar 2026 18:55:21 +0100 Message-Id: Subject: Re: [PATCH v10 4/6] drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector initialisation in bridge To: "Harikrishna Shenoy" , , , , , , , , , , , , , , , , , , , , , , , , , From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20251209120332.3559893-1-h-shenoy@ti.com> <20251209120332.3559893-5-h-shenoy@ti.com> In-Reply-To: <20251209120332.3559893-5-h-shenoy@ti.com> X-Last-TLS-Session-Version: TLSv1.3 On Tue Dec 9, 2025 at 1:03 PM CET, Harikrishna Shenoy wrote: > From: Jayesh Choudhary > > Now that this bridge supports DRM_BRIDGE_ATTACH_NO_CONNECTOR, > and only TI K3 platforms consume this driver and > tidss (their display controller) has DRM_BRIDGE_ATTACH_NO_CONNECTOR > flag set,we can remove the legacy code for the > non-DRM_BRIDGE_ATTACH_NO_CONNECTOR case. > > Reviewed-by: Dmitry Baryshkov > Signed-off-by: Jayesh Choudhary > Signed-off-by: Harikrishna Shenoy Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com