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 52B9CC4828F for ; Thu, 8 Feb 2024 18:44:29 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3675810E770; Thu, 8 Feb 2024 18:44:28 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="b/SD1BKV"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) by gabe.freedesktop.org (Postfix) with ESMTPS id C7E1010E770 for ; Thu, 8 Feb 2024 18:44: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=1707417866; x=1738953866; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=FwIEvbIyDlMFxgWm5210JjjZWsFfvyKu6CmmNNZp5jI=; b=b/SD1BKVq5TYzJ27UbnQWhK03y10mrugAqQpNDVk5nwNGq830sS2ghYU RPVRbZSb32xBXBbd5Iagdv30DjHEPCKVs6NPpjbKZY4WUCyqnidl5Ahdo JGVvkAH+t5ZMocL9Kk7Td8uaUyszxRxPr9YXGidxydfwtTHpe9cDXvDz5 /g4KqNJWZKnRvvtCDbHdDSCPKWeGN8RzPWbv7HHI62fIFijL4ccrWPMD7 HI5OsgMH3DCKrKAfT9NMlWuOaQeRKDP3PtzB9P67ON+kBjwIlpbNQdmwR PLfvpxleVaytJ3WlG/d8XKFZ+lV9DHXN2RuqU8eDVja003QxDQyjJrCSB A==; X-IronPort-AV: E=McAfee;i="6600,9927,10978"; a="1178495" X-IronPort-AV: E=Sophos;i="6.05,254,1701158400"; d="scan'208";a="1178495" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2024 10:44:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10978"; a="910468017" X-IronPort-AV: E=Sophos;i="6.05,254,1701158400"; d="scan'208";a="910468017" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2024 10:44:23 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rY9Nk-00000002xKP-0qzB; Thu, 08 Feb 2024 20:44:20 +0200 Date: Thu, 8 Feb 2024 20:44:19 +0200 From: Andy Shevchenko To: Daniel Thompson , Flavio Suligoi , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Lee Jones , Jingoo Han , Helge Deller Subject: Re: [PATCH v3 1/3] backlight: mp3309c: Make use of device properties Message-ID: References: <20240208182608.2224191-1-andriy.shevchenko@linux.intel.com> <20240208182608.2224191-2-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240208182608.2224191-2-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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, Feb 08, 2024 at 08:24:46PM +0200, Andy Shevchenko wrote: > Convert the module to be property provider agnostic and allow > it to be used on non-OF platforms. > > Add mod_devicetable.h include. It seems some emails are missing, I just sent a 'resend v3' hopefully without missing parts. -- With Best Regards, Andy Shevchenko