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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 1712FC7115C for ; Wed, 25 Jun 2025 06:52:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4288410E677; Wed, 25 Jun 2025 06:52:09 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Tc+iZjxy"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id E9E4910E672 for ; Wed, 25 Jun 2025 06:52:07 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 2B780615F1; Wed, 25 Jun 2025 06:52:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E050C4CEEE; Wed, 25 Jun 2025 06:52:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750834326; bh=Ch3e/A5r4GOgd1/KIeyk2VHq983bEKfZTlaigXX2/vQ=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=Tc+iZjxykSadbTHJG+c/zWpyfEsJKQuFNgcW4x3f/ztr/ln7b5VUjR9K6Rz/68cyV Clqfx8wRZVOT7BtIt2VFveiFHrbo+HxIsKeFcjQaQOovo14+JRc6qwLMuN5MhMlzlH q4DPfnqG4iRMWWoSboxLynePmRPPBlIusJw1w6lIhmLxZwRVYzBcb17Tp/DySx8hHO 25c5N4FOblWH+jQCnJQoh4R9rEmqzwp1GlzwGOWT0mW9fXu1KugLnd+o0mz3RuU8p5 rG8Vxwpu6pcV2ozpIp40/HGeBKgya55qQKf3Jbckn9jId1qvS3+/cLtE1J8xGejvQ6 Sv8Bv7FlB0DAw== Message-ID: Date: Wed, 25 Jun 2025 06:52:04 +0000 From: "Maxime Ripard" To: "Dharma Balasubiramani" Subject: Re: [PATCH v5 1/4] drm/bridge: microchip-lvds: Remove unused drm_panel and redundant port node lookup In-Reply-To: <20250625-microchip-lvds-v5-1-624cf72b2651@microchip.com> References: <20250625-microchip-lvds-v5-1-624cf72b2651@microchip.com> Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, "Andrzej Hajda" , "David Airlie" , DharmaBalasubiramani , JernejSkrabec , "Jonas Karlman" , "Laurent Pinchart" , "Maarten Lankhorst" , "Manikandan Muralidharan" , "Maxime Ripard" , "Neil Armstrong" , "Robert Foss" , "Simona Vetter" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 25 Jun 2025 10:26:09 +0530, Dharma Balasubiramani wrote: > Drop the unused drm_panel field from the mchp_lvds structure, and remove > the unnecessary port device node lookup, as devm_drm_of_get_bridge() > already performs the required checks internally. > > Signed-off-by: Dharma Balasubiramani > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime