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 ADC5BC54798 for ; Fri, 23 Feb 2024 13:49:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A3DEA10EC10; Fri, 23 Feb 2024 13:49:15 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Qn1mMn3a"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id C894010EC10 for ; Fri, 23 Feb 2024 13:49:14 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id D4D616346C; Fri, 23 Feb 2024 13:49:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D578CC433F1; Fri, 23 Feb 2024 13:49:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708696153; bh=8Rl1l2yFPG+lt29qbKzTpc6sXKmsDQCVh7f3P8VQjRE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qn1mMn3apX3+iCQRF7jvY1gWwlT8dR3Fg6RU8ULLQ1LMK9dH8EIwMzI0CY0u4AwuR uk3KEDl7egdP/RiGTY8mLu9n0t0S8w7yxMY4P9KQvf7z4Ie16s/TFLaylhLKte84PI l9IdjmQOVjLSl/p9wUnhziAKElzxUVLLY8pEcp4mdWQSMSzBJvsw9hcUyCyW3Rk4hK vKuusjjeibhWA6JBK/P2MGrGyvh2vJ6ceY4DkdJO6o69uPrkaIetFcCjmc05Cq2ANq J4dqKQhITHyqpPmfXIR0HLgcd6d972dDhEcWogMVn+aSDMTaRlYjuXT+62yWZyKecX TWdGjXdYWpvRA== Date: Fri, 23 Feb 2024 13:49:08 +0000 From: Lee Jones To: Andy Shevchenko Cc: Daniel Thompson , Flavio Suligoi , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Jingoo Han , Helge Deller Subject: Re: [resend, PATCH v3 0/3] backlight: mp3309c: Allow to use on non-OF platforms Message-ID: <20240223134908.GA1613065@google.com> References: <20240208184313.2224579-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240208184313.2224579-1-andriy.shevchenko@linux.intel.com> 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, 08 Feb 2024, Andy Shevchenko wrote: > Allow to use driver on non-OF platforms and other cleanups. > > Changelog v3: > - rebased on top of the last changes against this driver (Lee) > - added tags to patch 2 (Daniel, Flavio) > > Changelog v2: > - rename pm3309c_parse_dt_node() --> mp3309c_parse_fwnode() (Daniel) - add tags (Daniel, Flavio) > - new patch 2 > > Andy Shevchenko (3): > backlight: mp3309c: Make use of device properties > backlight: mp3309c: use dev_err_probe() instead of dev_err() > backlight: mp3309c: Utilise temporary variable for struct device > > drivers/video/backlight/mp3309c.c | 88 ++++++++++++------------------- > 1 file changed, 35 insertions(+), 53 deletions(-) Sorry for the delay, I was on vacation and I've been fighting fires this week. This set still doesn't apply? -- Lee Jones [李琼斯]