From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org,
dri-devel@lists.freedesktop.org
Subject: [GIT PULL] fbdev fixes and updates for v6.6-rc1
Date: Fri, 1 Sep 2023 10:04:04 +0200 [thread overview]
Message-ID: <ZPGa9CmtieKVUUVF@ls3530> (raw)
Hi Linus,
please pull some fbdev fixes & updates for kernel 6.6-rc1.
Remove the mx3fb driver and various smaller cleanups.
Thanks!
Helge
--------------
The following changes since commit 87dfd85c38923acd9517e8df4afc908565df0961:
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm (2023-08-31 12:49:10 -0700)
are available in the Git repository at:
http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.6-rc1
for you to fetch changes up to 4a9762aa358ee0e3deb6e759959f092a3cea86be:
fbdev: Update fbdev source file paths (2023-09-01 00:29:34 +0200)
----------------------------------------------------------------
fbdev fixes and cleanups for 6.6-rc1:
- Drop the mx3fb driver
- Use list_for_each_entry() helper in fbcore code
- Shorten neofb product names for fb-fix id field
- reduce memory usage in ssd1307fb
----------------------------------------------------------------
Fabio Estevam (1):
fbdev: mx3fb: Remove the driver
Geert Uytterhoeven (1):
fbdev: ssd1307fb: Use bool for ssd1307fb_deviceinfo flags
Helge Deller (1):
fbdev: neofb: Shorten Neomagic product name in info struct
Jinjie Ruan (1):
fbdev/core: Use list_for_each_entry() helper
Jonathan Neuschäfer (1):
fbdev: Update fbdev source file paths
drivers/video/fbdev/Kconfig | 11 -
drivers/video/fbdev/Makefile | 1 -
drivers/video/fbdev/core/fbsysfs.c | 8 +-
drivers/video/fbdev/core/modedb.c | 22 +-
drivers/video/fbdev/mx3fb.c | 1695 -----------------------------
drivers/video/fbdev/neofb.c | 27 +-
drivers/video/fbdev/ssd1307fb.c | 4 +-
include/linux/fb.h | 10 +-
include/linux/platform_data/video-mx3fb.h | 50 -
9 files changed, 23 insertions(+), 1805 deletions(-)
delete mode 100644 drivers/video/fbdev/mx3fb.c
delete mode 100644 include/linux/platform_data/video-mx3fb.h
next reply other threads:[~2023-09-01 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-01 8:04 Helge Deller [this message]
2023-09-01 17:13 ` [GIT PULL] fbdev fixes and updates for v6.6-rc1 pr-tracker-bot
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=ZPGa9CmtieKVUUVF@ls3530 \
--to=deller@gmx.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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).