public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] fbdev fixes and cleanups for v6.14-rc1
@ 2025-01-23 16:36 Helge Deller
  2025-01-24 20:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2025-01-23 16:36 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-fbdev, dri-devel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-24 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-23 16:36 [GIT PULL] fbdev fixes and cleanups for v6.14-rc1 Helge Deller
2025-01-24 20:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox