From: Lee Jones <lee@kernel.org>
To: danielt@kernel.org, jingoohan1@gmail.com,
neil.armstrong@linaro.org, jessica.zhang@oss.qualcomm.com,
deller@gmx.de, maarten.lankhorst@linux.intel.com,
mripard@kernel.org, airlied@gmail.com, simona@ffwll.ch,
fnkl.kernel@gmail.com, j@jannau.net,
ilpo.jarvinen@linux.intel.com, sven@kernel.org,
alyssa@rosenzweig.io, neal@gompa.dev,
support.opensource@diasemi.com, Hans de Goede <hansg@kernel.org>,
duje@dujemihanovic.xyz, Thomas Zimmermann <tzimmermann@suse.de>
Cc: dri-devel@lists.freedesktop.org, asahi@lists.linux.dev,
platform-driver-x86@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-fbdev@vger.kernel.org
Subject: Re: (subset) [PATCH v2 00/15] backlight: Do not include <linux/fb.h> in header file
Date: Wed, 1 Oct 2025 14:43:48 +0100 [thread overview]
Message-ID: <20251001134348.GT8757@google.com> (raw)
In-Reply-To: <175803873238.3892705.12154571803108246655.b4-ty@kernel.org>
On Tue, 16 Sep 2025, Lee Jones wrote:
> On Tue, 15 Jul 2025 14:24:37 +0200, Thomas Zimmermann wrote:
> > Remove the final dependencies on fbdev from the backlight subsystem.
> > This is really just the include of <linux/fb.h> in backlight, but it
> > has some fallout in other code.
> >
> > Patches 1 to 14 fix all the implicit includes that come from fb.h
> > throughout the kernel. It's all trivial, but touches various drivers.
> > Maintainers are in CC. Patch 15 fixes the backlight header.
> >
> > [...]
>
> Applied, thanks!
>
> [06/15] backlight: Include <linux/of.h>
> commit: b12224c28d84d054dfb680c05cda61d1e2584bf5
> [07/15] backlight: apple_dwi_bl: Include <linux/mod_devicetable.h>
> commit: 945e411acde3800234d506f4304203a9b11890f8
> [08/15] backlight: as3711_bl: Include <linux/of.h>
> commit: 6789cd935a57464deaacdd14c84bc026aa228e72
> [09/15] backlight: da9052_bl: Include <linux/mod_devicetable.h>
> commit: e2e76f67bdbbc7b8df608e3dd1028059d838871e
> [10/15] backlight: jornada720: Include <linux/io.h>
> commit: ce4bb1a2f1cbcd5f6471f74ee5c7e1443a4cfd84
> [11/15] backlight: ktd2801: Include <linux/mod_devicetable.h>
> commit: 5f60004f152b432c6ae5dbacc172adc1fa215825
> [12/15] backlight: led_bl: Include <linux/of.h>
> commit: b38ed7c05a35f3a029c2fc5e43a94aa81e2ac843
> [13/15] backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h>
> commit: 246da2b48e2ce973db255fc4b6faf42f73c03114
> [14/15] backlight: rt4831: Include <linux/mod_devicetable.h>
> commit: ba3b29a639fe5173033914db6ee58d8d9bb86aba
> [15/15] backlight: Do not include <linux/fb.h> in header file
> commit: 9f218f9bb9d274b9d5d48a4c95e1b199141fc1f2
I have removed this commit from Backlight, since it was causing too many
issues. Please resubmit it once the merge-window is closed.
--
Lee Jones [李琼斯]
prev parent reply other threads:[~2025-10-01 13:43 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-15 12:24 [PATCH v2 00/15] backlight: Do not include <linux/fb.h> in header file Thomas Zimmermann
2025-07-15 12:24 ` [PATCH v2 01/15] platform/x86: dell-uart-backlight: Use blacklight power constant Thomas Zimmermann
2025-07-21 11:43 ` Ilpo Järvinen
2025-07-21 19:42 ` Thomas Zimmermann
2025-07-22 13:03 ` Ilpo Järvinen
2025-07-15 12:24 ` [PATCH v2 02/15] drm/panel: panel-samsung-s6e63m0: Include <linux/of.h> Thomas Zimmermann
2025-07-15 13:19 ` Simona Vetter
2025-07-15 23:43 ` Sebastian Reichel
2025-07-16 6:37 ` Thomas Zimmermann
2025-07-15 12:24 ` [PATCH v2 03/15] drm/panel: panel-samsung-s6e88a0-ams427ap24: " Thomas Zimmermann
2025-07-15 12:24 ` [PATCH v2 04/15] drm/panel: panel-summit: " Thomas Zimmermann
2025-07-15 13:28 ` Rob Herring
2025-07-15 12:24 ` [PATCH v2 05/15] fbcon: Add necessary include statements and forward declarations Thomas Zimmermann
2025-07-15 13:20 ` Simona Vetter
2025-07-15 12:24 ` [PATCH v2 06/15] backlight: Include <linux/of.h> Thomas Zimmermann
2025-09-15 14:47 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 07/15] backlight: apple_dwi_bl: Include <linux/mod_devicetable.h> Thomas Zimmermann
2025-09-15 14:49 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 08/15] backlight: as3711_bl: Include <linux/of.h> Thomas Zimmermann
2025-09-15 14:49 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 09/15] backlight: da9052_bl: Include <linux/mod_devicetable.h> Thomas Zimmermann
2025-09-15 14:51 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 10/15] backlight: jornada720: Include <linux/io.h> Thomas Zimmermann
2025-09-15 14:51 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 11/15] backlight: ktd2801: Include <linux/mod_devicetable.h> Thomas Zimmermann
2025-09-15 14:52 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 12/15] backlight: led_bl: Include <linux/of.h> Thomas Zimmermann
2025-09-15 14:52 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 13/15] backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h> Thomas Zimmermann
2025-07-15 13:34 ` Rob Herring
2025-07-16 6:39 ` Thomas Zimmermann
2025-09-15 15:01 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 14/15] backlight: rt4831: Include <linux/mod_devicetable.h> Thomas Zimmermann
2025-09-15 15:01 ` Daniel Thompson
2025-07-15 12:24 ` [PATCH v2 15/15] backlight: Do not include <linux/fb.h> in header file Thomas Zimmermann
2025-07-15 13:22 ` Simona Vetter
2025-07-16 6:44 ` Thomas Zimmermann
2025-09-15 15:02 ` Daniel Thompson
2025-09-15 15:10 ` Thomas Zimmermann
2025-09-16 16:05 ` (subset) [PATCH v2 00/15] " Lee Jones
2025-10-01 13:43 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251001134348.GT8757@google.com \
--to=lee@kernel.org \
--cc=airlied@gmail.com \
--cc=alyssa@rosenzweig.io \
--cc=asahi@lists.linux.dev \
--cc=danielt@kernel.org \
--cc=deller@gmx.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=duje@dujemihanovic.xyz \
--cc=fnkl.kernel@gmail.com \
--cc=hansg@kernel.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=j@jannau.net \
--cc=jessica.zhang@oss.qualcomm.com \
--cc=jingoohan1@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neal@gompa.dev \
--cc=neil.armstrong@linaro.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=simona@ffwll.ch \
--cc=support.opensource@diasemi.com \
--cc=sven@kernel.org \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).