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 94B16314B96 for ; Tue, 21 Jul 2026 12:52:43 +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=1784638365; cv=none; b=XN5cVh3G2YJpAQBkhlJSBmZCnR5HD/SGlfot4VnwevWr0Or+AQGiKwXISvw9xrIzbzPDL0oVNeDr61b3Q5CZDkigCv0SaeNEGEyYmRx97Rak1hVrI2HkXzlLwVmYgbylGjKX4o2NGCrRGq+9szSCfXg7KaRepAiY/UUqOJ9XoYg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784638365; c=relaxed/simple; bh=70EOmKR/DfuK46SMVknKIG7a4COz4wFvYJ2h5KS4mt0=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:To:From: References:In-Reply-To; b=fuh52mBSC6PH/ayu8nBegtrU7YkcsswG4r9tAj3QJunSoHJOvPHxdYnfOG7WoDTs0hxnVYZm069FwSu0SSpBnnQtVCsaQSCU7sVWsd0pDZiOfJESBa9utiCW1va+bvr7ZdI6/6ge1J09lWnZp9g7PQLh3eO1jb+P0S0v/hfwGls= 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=2RQsahDH; 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="2RQsahDH" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id D340E4E40E9F; Tue, 21 Jul 2026 12:52:41 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id A5E3A60368; Tue, 21 Jul 2026 12:52:41 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 7FD3311BD0ADC; Tue, 21 Jul 2026 14:52:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1784638360; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=70EOmKR/DfuK46SMVknKIG7a4COz4wFvYJ2h5KS4mt0=; b=2RQsahDHqBe6eF0jBMxY4qhqzW0hleJPp2FNby7LXSC6ebVLJMyU7Ornne8Jg6q63u1nWS 9A00jzdGNf8SxI30ltlsDH/hjLGWGGRWJZTLYQh70exc9RFNb92DfItYxPIHSHw+wLJ/MA hNxiW2LFanfngdH46LYdOMCfztlMtdE88mdeqoMh2jlKqQyRNHfnjoe9EREkZPxymUvkGV QxFXhi5hreYI4i4aPW3oe0AQvGtv2rP7lfMpliZFuHqtVbU4Nyq0VG7nRbrrkYfZkAq+XC spgPkRf9VomqKZE56TFY8IL7XR1Qhtr/ZtXK7WMweLyJ/5oLb66k2y6Xp0tomg== 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, 21 Jul 2026 14:52:27 +0200 Message-Id: Subject: Re: [PATCH 1/2] drm/bridge: tc358762: use devm for bridge registration and DSI attach To: "Osama Abdelkader" , , "Andrzej Hajda" , "Neil Armstrong" , "Robert Foss" , "Laurent Pinchart" , "Jonas Karlman" , "Jernej Skrabec" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , , From: "Luca Ceresoli" X-Mailer: aerc 0.21.0 References: <20260521215228.188615-1-osama.abdelkader@gmail.com> In-Reply-To: <20260521215228.188615-1-osama.abdelkader@gmail.com> X-Last-TLS-Session-Version: TLSv1.3 On Thu May 21, 2026 at 11:52 PM CEST, Osama Abdelkader wrote: > Replace manual drm_bridge_remove()/mipi_dsi_detach() in remove with > devm_drm_bridge_add() and devm_mipi_dsi_attach() in probe. Also check > the return value from bridge registration. > > Signed-off-by: Osama Abdelkader Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com