Linux Framebuffer Layer development
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: lee@kernel.org, danielt@kernel.org, jingoohan1@gmail.com,
	 michael.hennerich@analog.com, support.opensource@diasemi.com,
	 Thomas Zimmermann <tzimmermann@suse.de>
Cc: dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 00/16] backlight: Do not include <linux/fb.h> in drivers
Date: Tue, 11 Feb 2025 10:20:29 +0000	[thread overview]
Message-ID: <173926922945.2064331.4417872874243504252.b4-ty@kernel.org> (raw)
In-Reply-To: <20250131140103.278158-1-tzimmermann@suse.de>

On Fri, 31 Jan 2025 14:58:31 +0100, Thomas Zimmermann wrote:
> A number of backlight drivers include <linux/fb.h>. None of them
> requires anything from the header file, so remove the include
> statements.
> 
> Thomas Zimmermann (16):
>   backlight: 88pm860x_bl: Do not include <linux/fb.h>
>   backlight: adp5520_bl: Do not include <linux/fb.h>
>   backlight: adp8860_bl: Do not include <linux/fb.h>
>   backlight: adp8870_bl: Do not include <linux/fb.h>
>   backlight: as3711_bl: Do not include <linux/fb.h>
>   backlight: bd6107_bl: Do not include <linux/fb.h>
>   backlight: da903x_bl: Do not include <linux/fb.h>
>   backlight: da9052_bl: Do not include <linux/fb.h>
>   backlight: ep93xx_bl: Do not include <linux/fb.h>
>   backlight: hp680_bl: Do not include <linux/fb.h>
>   backlight: locomolcd: Do not include <linux/fb.h>
>   backlight: lv5207lp: Do not include <linux/fb.h>
>   backlight: max8925_bl: Do not include <linux/fb.h>
>   backlight: tps65217_bl: Do not include <linux/fb.h>
>   backlight: vgg2432a4: Do not include <linux/fb.h>
>   backlight: wm831x_bl: Do not include <linux/fb.h>
> 
> [...]

Applied, thanks!

[01/16] backlight: 88pm860x_bl: Do not include <linux/fb.h>
        commit: 9df4477179f1af4ff7adbacfa243819b57134b9c
[02/16] backlight: adp5520_bl: Do not include <linux/fb.h>
        commit: 769562042211e7a194e3dfde9436b42a3734e279
[03/16] backlight: adp8860_bl: Do not include <linux/fb.h>
        commit: a84877d7cc5b38dbbaad94ea7f8a784f8b12dbc8
[04/16] backlight: adp8870_bl: Do not include <linux/fb.h>
        commit: 1eeab5c83aa3c14790167c4d2b8786b257651bac
[05/16] backlight: as3711_bl: Do not include <linux/fb.h>
        commit: 9800ca9c96bc039a5e19391c446d1d69b211756a
[06/16] backlight: bd6107_bl: Do not include <linux/fb.h>
        commit: b6c775af0d2f1cf9376261180ce13e997dba583b
[07/16] backlight: da903x_bl: Do not include <linux/fb.h>
        commit: 68d112e043a4e9a5078eebc9302d5510d458681e
[08/16] backlight: da9052_bl: Do not include <linux/fb.h>
        commit: d670a4da1c60ab1004b79204c09b221eba8af93b
[09/16] backlight: ep93xx_bl: Do not include <linux/fb.h>
        commit: fcb0283338d760d37cd2701f6cd2bba0f5e78eb2
[10/16] backlight: hp680_bl: Do not include <linux/fb.h>
        commit: df14455987587fb5373eb216511e0f3ab24c5480
[11/16] backlight: locomolcd: Do not include <linux/fb.h>
        commit: 5f02729fadee6dedb638cdb8244f9447c8ad4ef9
[12/16] backlight: lv5207lp: Do not include <linux/fb.h>
        commit: 8c71b34c636cabb4101098cc6bb619ded9b0905f
[13/16] backlight: max8925_bl: Do not include <linux/fb.h>
        commit: aa021f33d2cb5061a2a02e1a3c8faea3a3d2f844
[14/16] backlight: tps65217_bl: Do not include <linux/fb.h>
        commit: d520ae4707fd6dafcb55649460059f67f54fc743
[15/16] backlight: vgg2432a4: Do not include <linux/fb.h>
        commit: d023cc09d9dbd5c6a4a81e0e3866c3b976d70891
[16/16] backlight: wm831x_bl: Do not include <linux/fb.h>
        commit: 373dacfeb55e1ac73dccd91b83437183ca0fbd43

--
Lee Jones [李琼斯]


      parent reply	other threads:[~2025-02-11 10:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-31 13:58 [PATCH 00/16] backlight: Do not include <linux/fb.h> in drivers Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 01/16] backlight: 88pm860x_bl: Do not include <linux/fb.h> Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 02/16] backlight: adp5520_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 03/16] backlight: adp8860_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 04/16] backlight: adp8870_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 05/16] backlight: as3711_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 06/16] backlight: bd6107_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 07/16] backlight: da903x_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 08/16] backlight: da9052_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 09/16] backlight: ep93xx_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 10/16] backlight: hp680_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 11/16] backlight: locomolcd: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 12/16] backlight: lv5207lp: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 13/16] backlight: max8925_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 14/16] backlight: tps65217_bl: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 15/16] backlight: vgg2432a4: " Thomas Zimmermann
2025-01-31 13:58 ` [PATCH 16/16] backlight: wm831x_bl: " Thomas Zimmermann
2025-02-11 10:20 ` 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=173926922945.2064331.4417872874243504252.b4-ty@kernel.org \
    --to=lee@kernel.org \
    --cc=danielt@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jingoohan1@gmail.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=michael.hennerich@analog.com \
    --cc=support.opensource@diasemi.com \
    --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