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.7-rc1
Date: Fri, 10 Nov 2023 23:23:48 +0100 [thread overview]
Message-ID: <ZU6tdJPgt4tin/TU@ls3530> (raw)
The following changes since commit be3ca57cfb777ad820c6659d52e60bbdd36bf5ff:
Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2023-11-06 15:06:06 -0800)
are available in the Git repository at:
http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.7-rc1
for you to fetch changes up to a5035c81847430dfa3482807b07325f29e9e8c09:
fbdev: fsl-diu-fb: mark wr_reg_wa() static (2023-11-10 09:16:02 +0100)
----------------------------------------------------------------
fbdev fixes and cleanups for 6.7-rc1:
- fix double free and resource leaks in imsttfb
- lots of remove callback cleanups and section mismatch fixes in omapfb,
amifb and atmel_lcdfb
- error code fix and memparse simplification in omapfb
----------------------------------------------------------------
Andy Shevchenko (2):
fbdev: omapfb: Do not shadow error code from platform_get_irq()
fbdev: omapfb: Replace custom memparse() implementation
Arnd Bergmann (2):
fbdev: hyperv_fb: fix uninitialized local variable use
fbdev: fsl-diu-fb: mark wr_reg_wa() static
Christophe JAILLET (1):
fbdev: offb: Simplify offb_init_fb()
Dan Carpenter (2):
fbdev: imsttfb: fix double free in probe()
fbdev: imsttfb: fix a resource leak in probe
Philipp Stanner (1):
fbdev: viafb: use new array-copying-wrapper
Uwe Kleine-König (23):
fbdev: omapfb: Drop unused remove function
fbdev: atmel_lcdfb: Stop using platform_driver_probe()
fbdev: omapfb/analog-tv: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: omapfb/dpi: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: omapfb/dsi-cm: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: omapfb/dvi: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: omapfb/hdmi: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: omapfb/opa362: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: omapfb/sharp-ls037v7dw01: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: omapfb/tfp410: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: omapfb/tpd12s015: Don't put .remove() in .exit.text and drop suppress_bind_attrs
fbdev: atmel_lcdfb: Convert to platform remove callback returning void
fbdev: omapfb/analog-tv: Convert to platform remove callback returning void
fbdev: omapfb/dpi: Convert to platform remove callback returning void
fbdev: omapfb/dsi-cm: Convert to platform remove callback returning void
fbdev: omapfb/dvi: Convert to platform remove callback returning void
fbdev: omapfb/hdmi: Convert to platform remove callback returning void
fbdev: omapfb/opa362: Convert to platform remove callback returning void
fbdev: omapfb/sharp-ls037v7dw01: Convert to platform remove callback returning void
fbdev: omapfb/tfp410: Convert to platform remove callback returning void
fbdev: omapfb/tpd12s015: Convert to platform remove callback returning void
fbdev: amifb: Mark driver struct with __refdata to prevent section mismatch warning
fbdev: amifb: Convert to platform remove callback returning void
drivers/video/fbdev/amifb.c | 13 +++++---
drivers/video/fbdev/atmel_lcdfb.c | 18 +++++------
drivers/video/fbdev/fsl-diu-fb.c | 2 +-
drivers/video/fbdev/hyperv_fb.c | 2 ++
drivers/video/fbdev/imsttfb.c | 35 +++++++++++-----------
drivers/video/fbdev/offb.c | 8 ++---
drivers/video/fbdev/omap/omapfb_main.c | 28 +++++++----------
.../omap2/omapfb/displays/connector-analog-tv.c | 7 ++---
.../fbdev/omap2/omapfb/displays/connector-dvi.c | 7 ++---
.../fbdev/omap2/omapfb/displays/connector-hdmi.c | 7 ++---
.../fbdev/omap2/omapfb/displays/encoder-opa362.c | 7 ++---
.../fbdev/omap2/omapfb/displays/encoder-tfp410.c | 7 ++---
.../omap2/omapfb/displays/encoder-tpd12s015.c | 7 ++---
.../video/fbdev/omap2/omapfb/displays/panel-dpi.c | 7 ++---
.../fbdev/omap2/omapfb/displays/panel-dsi-cm.c | 7 ++---
.../omapfb/displays/panel-sharp-ls037v7dw01.c | 7 ++---
drivers/video/fbdev/omap2/omapfb/vrfb.c | 9 +-----
drivers/video/fbdev/via/viafbdev.c | 2 +-
18 files changed, 70 insertions(+), 110 deletions(-)
next reply other threads:[~2023-11-10 22:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-10 22:23 Helge Deller [this message]
2023-11-10 23:09 ` [GIT PULL] fbdev fixes and updates for v6.7-rc1 pr-tracker-bot
2023-11-10 23:09 ` 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=ZU6tdJPgt4tin/TU@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.