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 4DC35D6D22A for ; Thu, 18 Dec 2025 14:24:06 +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:To:Cc:Subject: From: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=zXnY3jgWaUy1p4OyJJGISVNF12LWbNhwPetBsFYwlG0=; b=Z35LN8p9TebrIp byqvf+K+l28bi0OqlACdqab4idTWmkQr9b+1kPMO6WzXLn/iKvGJiIMo9mbhzZlHBUXfoCmISIm8K RZNBu+21d1nsKCgx8ACCgCID42FggckcmD4PXB7gcSndJlTVf1smAGl6GFvLtTIaK+2FBJSTojCEf DmHpk6+ktVQut+W4JjyQXqAP66Tf6ONsih41w1R5kLNE28k6jVYkZi0tLUaVSE0rEBXkXhGeG748K YlRPL0JiWo5rsUi5NPvI5Khicr7R3Kkievs3kcszYzrMEcLtjfTEh4vC8CG/CnE0rsFvfDkf5Ulgp 11PywllQqeaw2gMB1p8w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vWEv5-00000008bxk-3cJk; Thu, 18 Dec 2025 14:23:55 +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 1vWEv2-00000008bxJ-1iOs; Thu, 18 Dec 2025 14:23:54 +0000 Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id D8203C1A5AF; Thu, 18 Dec 2025 14:23:23 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 666E8606B6; Thu, 18 Dec 2025 14:23:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 9E7DA102F0ADC; Thu, 18 Dec 2025 15:23:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1766067826; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=IchqKkM1bd+yGaVg6uSU5HkGkxw95z8S5Xb35oyo9pg=; b=a+In6PYbA1mKvlCzytMKYpqqpNmweyhmmw64DSVm4U+rsYr85nTYAmMTHwlSJxtvBEqHtX RG9L3e6YQz4sa5m6aGWPUxiiWGVSjyLEhN/exrd+gqJsEzD6+adDnHdgIfJ3I3l/Ub95cr m6ZRun7wYQt/QWLrY3qfpzufBblU8xBkL+Utf8jtZleFt+RjBTfCpdlQdNfOOFg5/PpE9z 5htB1/d1tqdWQuW8jHkAUioZ4BTEQOj+gDUMJi3re9Q7kkog3zWzduDBkGH3HNeS+tDjFt 4dYjI2/PRcpHsOnjTrNzjrxj4/8LPmAtI5S/TkoiZi1fp8Gw+8giOGUZ+OhdaQ== Mime-Version: 1.0 Date: Thu, 18 Dec 2025 15:23:35 +0100 Message-Id: From: "Luca Ceresoli" Subject: Re: [PATCH v3 01/22] drm/bridge: add of_drm_find_and_get_bridge() Cc: , , , , , , "Alexey Brodkin" , "Andrzej Hajda" , "David Airlie" , "Fabio Estevam" , "Hui Pu" , "Jernej Skrabec" , "Jerome Brunet" , "Jonas Karlman" , "Jonathan Corbet" , "Kevin Hilman" , "Laurent Pinchart" , "Liu Ying" , "Maarten Lankhorst" , "Martin Blumenstingl" , "Neil Armstrong" , "Pengutronix Kernel Team" , "Phong LE" , "Robert Foss" , "Sascha Hauer" , "Shawn Guo" , "Simona Vetter" , "Thomas Petazzoni" , "Thomas Zimmermann" To: "Maxime Ripard" X-Mailer: aerc 0.20.1 References: <20251216-drm-bridge-alloc-getput-drm_of_find_bridge-v3-1-b5165fab8058@bootlin.com> <0ba037c65f9cadd51082abf2b7857ba7@kernel.org> <20251218-shiny-rugged-bug-d1d3e8@houat> In-Reply-To: <20251218-shiny-rugged-bug-d1d3e8@houat> X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251218_062352_610048_701CAFE0 X-CRM114-Status: GOOD ( 13.08 ) X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Hi Maxime, On Thu Dec 18, 2025 at 1:50 PM CET, Maxime Ripard wrote: > Hi, > > On Wed, Dec 17, 2025 at 03:31:01PM +0100, Luca Ceresoli wrote: >> On Wed Dec 17, 2025 at 11:15 AM CET, Maxime Ripard wrote: >> > On Tue, 16 Dec 2025 18:58:34 +0100, Luca Ceresoli wrote: >> >> of_drm_find_bridge() does not increment the refcount for the returned >> >> bridge, but that is required now. However converting it and all its users >> >> is not realistically doable at once given the large amount of (direct and >> >> indirect) callers and the complexity of some. >> >> >> >> >> >> [ ... ] >> > >> > Reviewed-by: Maxime Ripard >> >> Thank you for the prompt review! >> >> All patches are reviewed now except patch 18 which has no reply. I'm just >> pointing out in case it's something you missed. > > Yes, I couldn't really understand the implications of that one, so I'll > leave the review to the maintainers. OK, make sense, it's not a trivial patch to review. Patches 1-4,6 contain the core changes and they are all reviewed, which is the most important part to me. Everything else is just "a bunch of driver conversions" and they can flow in over time. I'm also sending more such driver conversions in separate series, for other drivers. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic