From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 856CA1AF4FA; Mon, 9 Sep 2024 08:25:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725870340; cv=none; b=MlA6QnIpiAeh+LLpOs1trf/kCMGxFCZ/vUhrQgARQrRHO7T0txECpFcrrAyfpov9jeWCARlN5LTgWmnGucNijNlCutfeIzkzvmixib7pvulHu27j7iciSTxYxLSFKJvTympfFv+GE9n/CjAUGxcXrLk8y/hYymfOxTK7qeHeZ6k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725870340; c=relaxed/simple; bh=1szx3rDrihU/g78VbWFWrrfGN2EhKZVvB/Q6ftesECU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RJ+inZgJDzRaQ3dSOn7lw/rgytrlNDwOPDGbAiNWpIZT+ugZSEnDEdhIqwlIqX+YFo7gOShvXWV8Oy7yMM7CEPCjVI9No78nfPkH/7BSvIwEqIlI2ZoVzn68peR2bR76yDiGM4t4cHP5a4iFny7poE8nxwZAXDMjyHw3meXorHo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hvJtwu3V; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hvJtwu3V" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 29791C4CEC5; Mon, 9 Sep 2024 08:25:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1725870340; bh=1szx3rDrihU/g78VbWFWrrfGN2EhKZVvB/Q6ftesECU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hvJtwu3VXxWnfl1uC2CBj5Bc6igmypIPu1NCqq9LGulBMR9/IjNnpO0E6kwOVvNTV ZOCLRF7Ntno5j7MTGr5AAfkXnHxd5aEvlZgX0Hjqi15yrO4D2LIi2bnREFlCGB6YQq HllUUeID8ecs2cUBpyAeFpz2EYuQgD5woS5rb6ObNwTDYZS6DGaHzQgX+zlxb6glLN sSDF4JjRu5OVGF/wViQLbfx0RrbF5qbwM+CV3OcLNkw2zEblDnLvYJF1GeqMziMOMX yXUtQr6D60zCck1ljzpNwnpYZ5Rzphe5e26FCin+ircfax0TqMbRSuWEZARJ1yQnh+ HqILLZIfPCP8Q== Date: Mon, 9 Sep 2024 09:25:34 +0100 From: Lee Jones To: Thomas Zimmermann Cc: Daniel Thompson , jingoohan1@gmail.com, deller@gmx.de, bonbons@linux-vserver.org, jikos@kernel.org, bentiss@kernel.org, shc_work@mail.ru, s.hauer@pengutronix.de, kernel@pengutronix.de, shawnguo@kernel.org, festevam@gmail.com, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH 00/28] backlight: lcd: Remove fbdev dependencies Message-ID: <20240909082534.GA24460@google.com> References: <20240820093452.68270-1-tzimmermann@suse.de> <20240903145809.GE12939@aspen.lan> <292616c8-2532-43e7-a373-dae34e7b5334@suse.de> Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <292616c8-2532-43e7-a373-dae34e7b5334@suse.de> On Thu, 05 Sep 2024, Thomas Zimmermann wrote: > Hi > > Am 03.09.24 um 16:58 schrieb Daniel Thompson: > > On Tue, Aug 20, 2024 at 11:22:38AM +0200, Thomas Zimmermann wrote: > > > This series removes most dependencies on fbdev from the lcd subsystem > > > and its drivers. > > > > > > Patches 1 to 3 rework the fbdev notifier, the fbdev's fb_info can > > > now refer to a dedicated lcd device, and lcd defines constants for > > > power states. These changes resemble similar changes to the backlight > > > code. > > > > > > Patches 4 to 19 update lcd drivers to the new interfaces and perform > > > minor cleanups during the process. Patches 20 to 24 update fbdev > > > drivers and patch 25 updates the picolcd driver from the hid subsystem. > > > > > > Patches 25 to 28 finally clean up various lcd interfaces and files. > > > > > > This patchset is part of a larger effort to implement the lcd code > > > without depending on fbdev. Similar patches have been sent out for > > > the backlight subsystem, such as in [1] and [2]. > > > > > > Hopefully this series can be merged at once through the lcd tree. > > > > > > [1] https://patchwork.freedesktop.org/series/129782/ > > > [2] https://patchwork.freedesktop.org/series/134718/ > > I shared a could of nitpicks. You can do what you like with them since > > none are major enough to stop me also sharing a: > > Reviewed-by: Daniel Thompson > > Thanks for reviewing. I'll send out an update. Why tree do these patches go > into? Backlight? Yes, that's expected. -- Lee Jones [李琼斯]