All of lore.kernel.org
 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.14-rc1
Date: Thu, 23 Jan 2025 17:36:17 +0100	[thread overview]
Message-ID: <Z5JwASMQjjTjEncJ@carbonx1> (raw)

Hi Linus,

please pull three fixes and 9 cleanup patches for fbdev for this merge window.

This series prevents a possible crash and one memory leak in omapfb
and fixes possible misbehaviour in vga16fb.

Thanks,
Helge

----------------------------------------------------------------
The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

  Linux 6.13-rc3 (2024-12-15 15:58:23 -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.14-rc1

for you to fetch changes up to d08e78362a5f5e156b6a1dae90c28ed48c0a8357:

  fbdev: lcdcfb: Use backlight helper (2025-01-21 14:16:39 +0100)

----------------------------------------------------------------
fbdev fixes and updates for 6.14-rc1:

Fixes:
- omap: use threaded IRQ for LCD DMA
- omapfb: Fix an OF node leak in dss_of_port_get_parent_device()
- vga16fb: fix orig_video_isVGA confusion

Updates & cleanups:
- hdmi: Remove unused hdmi_infoframe_check
- omapfb: Remove unused hdmi5_core_handle_irqs
- omapfb: Use of_property_present() to test existence of DT property
- omapfb: Use syscon_regmap_lookup_by_phandle_args
- efifb: Change the return value type to void
- lcdcfb: Use backlight helper
- udlfb: Use const 'struct bin_attribute' callback
- radeon: Use const 'struct bin_attribute' callbacks
- sm501fb: Use str_enabled_disabled() helper in sm501fb_init_fb()

----------------------------------------------------------------
Aaro Koskinen (1):
      fbdev: omap: use threaded IRQ for LCD DMA

Dr. David Alan Gilbert (2):
      video: hdmi: Remove unused hdmi_infoframe_check
      fbdev: omapfb: Remove unused hdmi5_core_handle_irqs

Joe Hattori (1):
      fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device()

Krzysztof Kozlowski (2):
      fbdev: omapfb: Use of_property_present() to test existence of DT property
      fbdev: omapfb: Use syscon_regmap_lookup_by_phandle_args

Shixiong Ou (2):
      fbdev: efifb: Change the return value type to void
      fbdev: lcdcfb: Use backlight helper

Thomas Weißschuh (2):
      fbdev: udlfb: Use const 'struct bin_attribute' callback
      fbdev: radeon: Use const 'struct bin_attribute' callbacks

Thorsten Blum (1):
      fbdev: sm501fb: Use str_enabled_disabled() helper in sm501fb_init_fb()

Zsolt Kajtar (1):
      fbdev: vga16fb: fix orig_video_isVGA confusion

 drivers/video/fbdev/aty/radeon_base.c             |  8 +++----
 drivers/video/fbdev/efifb.c                       |  4 +---
 drivers/video/fbdev/omap/lcd_dma.c                |  4 ++--
 drivers/video/fbdev/omap2/omapfb/dss/dispc.c      | 11 +++------
 drivers/video/fbdev/omap2/omapfb/dss/dss-of.c     |  1 +
 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c | 17 --------------
 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h |  1 -
 drivers/video/fbdev/sh_mobile_lcdcfb.c            |  6 +----
 drivers/video/fbdev/sm501fb.c                     |  5 ++--
 drivers/video/fbdev/udlfb.c                       |  8 +++----
 drivers/video/fbdev/vga16fb.c                     |  7 +++---
 drivers/video/hdmi.c                              | 28 -----------------------
 include/linux/hdmi.h                              |  1 -
 13 files changed, 23 insertions(+), 78 deletions(-)

             reply	other threads:[~2025-01-23 16:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-23 16:36 Helge Deller [this message]
2025-01-24 20:05 ` [GIT PULL] fbdev fixes and cleanups for v6.14-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=Z5JwASMQjjTjEncJ@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 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.