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 3926EC54E90 for ; Thu, 22 May 2025 17:04:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A1D210E8A6; Thu, 22 May 2025 17:04:28 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="fnuKmlBN"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 787BD10E8A6 for ; Thu, 22 May 2025 17:04:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1747933466; x=1779469466; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=e3ftInGyVIWnRu4gytvqQe06MnQuaqne1cL6BjQ6W4M=; b=fnuKmlBNbbEDw2A1IC92jfQTzDh6H91gDbGw8g9KWrRcLjueveVGqanw jRFtQIsERaHPCBfAwLj53ey/tXeB/FCLokbwxcae7unne4GY1JuZ+NRtI eRpr6QKuscSmUPEOQvLDJ1TOIGclhylaom86RLidgNw9sUn16H1399szj cByC+JQ6hWY5amKsy+2jcUydYsZ3Wbp3OBfax+zjE4wkDqmSX+lynFY35 k6xrgsSmCMnboPYRpVNCj8Wp8gy0GRYHkgqJrx2RPx/cxQkJAKZ5rd1DC 7YqRT0zdQxIQSO+kKpG6D4IHa0w1VXBibRiz+ldjaIjkFHatAxDZ+HnhQ g==; X-CSE-ConnectionGUID: HrNzrY86RzGDfqbceXxrgQ== X-CSE-MsgGUID: ttFcIcquTeuut5T3UWm8hQ== X-IronPort-AV: E=McAfee;i="6700,10204,11441"; a="67389336" X-IronPort-AV: E=Sophos;i="6.15,306,1739865600"; d="scan'208";a="67389336" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 May 2025 10:04:26 -0700 X-CSE-ConnectionGUID: wVk/EfTuSqK1y+vGZ1fvyA== X-CSE-MsgGUID: 0D4ufLtSQj+oBr1xcz23Qg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.15,306,1739865600"; d="scan'208";a="177829396" Received: from sschumil-mobl2.ger.corp.intel.com (HELO localhost) ([10.245.244.1]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 May 2025 10:04:25 -0700 From: Jani Nikula To: Dmitry Baryshkov Cc: dri-devel@lists.freedesktop.org, Neil Armstrong , Jessica Zhang Subject: Re: [PATCH] drm/panel: abstract of_panel_find() In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20250522100036.2529624-1-jani.nikula@intel.com> Date: Thu, 22 May 2025 20:04:22 +0300 Message-ID: <87wma8shk9.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain 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 Thu, 22 May 2025, Dmitry Baryshkov wrote: > On Thu, May 22, 2025 at 01:00:36PM +0300, Jani Nikula wrote: >> Add a helper to wrap OF-specific calls in drm_panel_add_follower() in >> preparation for adding an ACPI equivalent in the future. No functional >> changes. >> >> Signed-off-by: Jani Nikula >> --- >> drivers/gpu/drm/drm_panel.c | 23 ++++++++++++++++------- >> 1 file changed, 16 insertions(+), 7 deletions(-) >> > > Reviewed-by: Dmitry Baryshkov Thanks, pushed to drm-misc-next. BR, Jani. -- Jani Nikula, Intel