Linux Framebuffer Layer development
 help / color / mirror / Atom feed
From: Helge Deller <deller@kernel.org>
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 cleanups for v6.10-rc1
Date: Wed, 15 May 2024 17:12:52 +0200	[thread overview]
Message-ID: <ZkTQ9JoGXFwuMzZS@carbonx1> (raw)

Hi Linus,

please pull some fixes and cleanups for the fbdev drivers for kernel 6.10-rc1.

Code cleanups for offb, shmobile, sisfb, savage, au1200fb, uvesafb,
omap2 and sh7760fb, as well as the addition of some HAS_IOPORT
dependencies and adjustment of generated logo file to make build
reproducible.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -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.10-rc1

for you to fetch changes up to ce4a7ae84a58b9f33aae8d6c769b3c94f3d5ce76:

  fbdev: offb: replace of_node_put with __free(device_node) (2024-04-25 12:13:06 +0200)

----------------------------------------------------------------
fbdev fixes and cleanups for 6.10-rc1:

Code cleanups for offb, shmobile, sisfb, savage, au1200fb, uvesafb,
omap2 and sh7760fb, as well as the addition of some HAS_IOPORT
dependencies and adjustment of generated logo file to make build
reproducible.

----------------------------------------------------------------
Abdulrasaq Lawani (1):
      fbdev: offb: replace of_node_put with __free(device_node)

Arnd Bergmann (2):
      fbdev: shmobile: fix snprintf truncation
      fbdev: sisfb: hide unused variables

Cai Xinchen (1):
      fbdev: savage: Handle err return when savagefb_check_var failed

Justin Stitt (4):
      fbdev: fsl-diu-fb: replace deprecated strncpy with strscpy_pad
      fbdev: au1200fb: replace deprecated strncpy with strscpy
      fbdev: uvesafb: replace deprecated strncpy with strscpy_pad
      video: hdmi: prefer length specifier in format over string copying

Kuninori Morimoto (1):
      fbdev: omap2: replace of_graph_get_next_endpoint()

Lucas Stach (1):
      video: logo: Drop full path of the input filename in generated file

Niklas Schnelle (1):
      fbdev: add HAS_IOPORT dependencies

Randy Dunlap (1):
      fbdev: sh7760fb: allow modular build

 drivers/video/fbdev/Kconfig                   | 26 +++++++++++++-------------
 drivers/video/fbdev/au1200fb.c                |  2 +-
 drivers/video/fbdev/fsl-diu-fb.c              |  2 +-
 drivers/video/fbdev/offb.c                    |  3 +--
 drivers/video/fbdev/omap2/omapfb/dss/dsi.c    |  3 ++-
 drivers/video/fbdev/omap2/omapfb/dss/dss-of.c | 20 +-------------------
 drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c  |  3 ++-
 drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c  |  3 ++-
 drivers/video/fbdev/omap2/omapfb/dss/venc.c   |  3 ++-
 drivers/video/fbdev/pxafb.c                   |  2 +-
 drivers/video/fbdev/savage/savagefb_driver.c  |  5 ++++-
 drivers/video/fbdev/sh_mobile_lcdcfb.c        |  2 +-
 drivers/video/fbdev/sis/init301.c             |  3 +--
 drivers/video/fbdev/uvesafb.c                 |  2 +-
 drivers/video/hdmi.c                          | 10 ++--------
 drivers/video/logo/pnmtologo.c                |  2 --
 include/video/omapfb_dss.h                    |  3 ---
 17 files changed, 35 insertions(+), 59 deletions(-)

             reply	other threads:[~2024-05-15 15:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-15 15:12 Helge Deller [this message]
2024-05-15 17:20 ` [GIT PULL] fbdev fixes and cleanups for v6.10-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=ZkTQ9JoGXFwuMzZS@carbonx1 \
    --to=deller@kernel.org \
    --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