From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (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 291EC3CF697; Fri, 27 Mar 2026 09:04:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774602291; cv=none; b=pnoQRK+bmksll8Xq0HVKEH7G9C9OfVurC0WwoXheZFWYCzWErzCVjMfEl8hxha8AlgwdKBlI7RipZMbfiTnRqsQKjfZOv9TYjKrU2JJNdwc4uoqcokJcoeZznQ4sBVJPySiEPDieVnpVDuJk5OAu4QdGHquYiOvgLv4OG3pe2c8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774602291; c=relaxed/simple; bh=2q+MwjaTDQlDt2HK2ksY2sRwNISOSVyw4/LbSErZ+vs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GSxPEWc0M3XUYgIMWE2ZFP/gfyUTVn80RrSfTa8E349/HycC0gQBSyGzQOLnkl+l6i/QdDg0wM9hwO0WKE4p/h6Nrx8yOnluMEbCXdgxb2xVQde6ycSY125NdF1eH3/fibae0YEgMJpB+VlDiiziwX1svH3qGXGsyPBRlYOCdUg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=JEvrsZie; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="JEvrsZie" Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id EAFB71783; Fri, 27 Mar 2026 10:03:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1774602205; bh=2q+MwjaTDQlDt2HK2ksY2sRwNISOSVyw4/LbSErZ+vs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JEvrsZieYrtju8PjmnG2QOY2nPqKDNYPPc5aQBllB7bm6Z5EV6Cv345cROhB9s6yn RD4ATxHGt1qCLyA/qETm7cT7ovQjD1Ue4T6YecOe6pqDL6dmQxixo+V6+6j9QehYdc 4toBc1zheMKmLGIJR/SCiZUZeUfRmZaTOqtQXTnk= Date: Fri, 27 Mar 2026 11:04:42 +0200 From: Laurent Pinchart To: Amin Cc: Luca Ceresoli , Tomi Valkeinen , Kieran Bingham , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Geert Uytterhoeven , Magnus Damm , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/rcar-du: Convert to of_drm_find_and_get_bridge() Message-ID: <20260327090442.GA3026673@killaraus.ideasonboard.com> References: <20260326-bridge-v1-1-c0c44b53f7b6@gmail.com> <20260327083404.GA2993961@killaraus.ideasonboard.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Fri, Mar 27, 2026 at 09:54:42AM +0100, Amin wrote: > Hi > > Thanks for the feedback. I did reference commit 7282066e55347 (Luca's > earlier conversion) but I should have been more cautious since the > patch I submitted was a bit too simple/"dummy". > > To answer Laurent's question: I did not test this on hardware. > I was working through the deprecated API TODO list and made the > mistake of treating this as a simple find-and-replace. > > I'll send a v2. Luca has already submitted a patch, see https://lore.kernel.org/dri-devel/20260318-drm-bridge-alloc-getput-drm_of_find_bridge-4-v3-3-10f502520357@bootlin.com/ -- Regards, Laurent Pinchart