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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD148C54EBD for ; Mon, 9 Jan 2023 16:35:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233505AbjAIQfc (ORCPT ); Mon, 9 Jan 2023 11:35:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233189AbjAIQf1 (ORCPT ); Mon, 9 Jan 2023 11:35:27 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EA77B8; Mon, 9 Jan 2023 08:35:24 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id AECD8B80E79; Mon, 9 Jan 2023 16:35:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30543C433D2; Mon, 9 Jan 2023 16:35:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673282121; bh=umPOwY842WPvWxkEqRjKZxzSq09MaxAOymz700VqRaY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mxSVAkFKU+d+OE0pcqgp/ey0snTrGmxrVzKT4+kH5Z9Gjy6LMo9iM1snpntAm6pZJ AqBucc1dJCGujWc2h7JT8GxDC5+oXMcDho+f80vPDtyLIq1gxMkl3VNlm3CPCN+d0c 0GMSxhAw3chx2KHvMFVpe0OnKdJ/sI0vXLSrk4FwB3dzvRqAWgSTRgZw+mv1royWBA eKd1lRWFeCZ88So1JoCN01OJMwuBE0LJnnx8Rnk4YMtip0w7Ctm7KXJ8w01dJhmrcL g/46Cb6EicB+AcU91U9eGa4fAx4BOZoMGlWsU5ugCzNhkXZvcehtE2bplAmie3IEwR RIMlG3W8WA8tg== Date: Mon, 9 Jan 2023 16:35:15 +0000 From: Lee Jones To: Daniel Thompson Cc: Stephen Kitt , Jingoo Han , linux-fbdev@vger.kernel.org, Helge Deller , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Sam Ravnborg Subject: Re: [PATCH RESEND 1/4] backlight: aat2870: Use backlight helper Message-ID: References: <20230106164856.1453819-2-steve@sk2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 09 Jan 2023, Daniel Thompson wrote: > On Fri, Jan 06, 2023 at 06:43:36PM +0100, Daniel Vetter wrote: > > On Fri, Jan 06, 2023 at 05:48:52PM +0100, Stephen Kitt wrote: > > > Instead of retrieving the backlight brightness in struct > > > backlight_properties manually, and then checking whether the backlight > > > should be on at all, use backlight_get_brightness() which does all > > > this and insulates this from future changes. > > > > > > Signed-off-by: Stephen Kitt > > > > Lee/Daniel, will you pick these up, or should I smash them all into > > drm-misc-next for 6.3? > > Outside of holiday, Lee usually hoovers up the backlight patches (and > negotiates about who merges what). Right, I'll collect these into the Backlight tree if there aren't any build deps involved. If there are, we'll need to devise a strategy that will likely involve immutable branches. -- Lee Jones [李琼斯]