linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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
Cc: Jiri Slaby <jirislaby@kernel.org>,
	Martin Kaiser <martin@kaiser.cx>, Rob Herring <robh@kernel.org>
Subject: [GIT PULL] fbdev fixes and cleanups for v6.5-rc3
Date: Fri, 21 Jul 2023 16:12:51 +0200	[thread overview]
Message-ID: <ZLqSYylyXm2C+aOV@ls3530> (raw)

Hi Linus,

please pull some fbdev fixes & cleanups for kernel 6.5-rc3.

Just the usual bunch of code cleanups in various drivers, this time
mostly in vgacon and imxfb.

Thanks!
Helge

--------------

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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.5-rc3

for you to fetch changes up to e8812acb5bf724f2fc23a500e590c776ebda7b0a:

  fbdev: Explicitly include correct DT includes (2023-07-20 07:56:30 +0200)

----------------------------------------------------------------
fbdev fixes and cleanups for 6.5-rc3:

- Code cleanup in vgacon (Jiri Slaby)
- Explicitly include correct DT includes (Rob Herring)
- imxfb code cleanup (Yangtao Li, Martin Kaiser)
- kyrofb: make arrays const and smaller (Colin Ian King)
- ep93xx-fb: return value check fix (Yuanjun Gong)
- au1200fb: add missing IRQ check (Zhang Shurong)

----------------------------------------------------------------
Colin Ian King (1):
      fbdev: kyro: make some const read-only arrays static and reduce type size

Jiri Slaby (SUSE) (7):
      vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()
      vgacon: remove unneeded forward declarations
      vgacon: remove unused xpos from vgacon_set_cursor_size()
      vgacon: let vgacon_doresize() return void
      vgacon: cache vc_cell_height in vgacon_cursor()
      sticon: make sticon_set_def_font() void and remove op parameter
      fbcon: remove unused display (p) from fbcon_redraw()

Martin Kaiser (2):
      fbdev: imxfb: warn about invalid left/right margin
      fbdev: imxfb: switch to DEFINE_SIMPLE_DEV_PM_OPS

Rob Herring (1):
      fbdev: Explicitly include correct DT includes

Yangtao Li (4):
      fbdev: imxfb: Removed unneeded release_mem_region
      fbdev: imxfb: Convert to devm_kmalloc_array()
      fbdev: imxfb: Convert to devm_platform_ioremap_resource()
      fbdev: imxfb: remove unneeded labels

Yuanjun Gong (1):
      fbdev: ep93xx-fb: fix return value check in ep93xxfb_probe

Zhang Shurong (1):
      fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe

 drivers/video/console/sticon.c                     | 12 ++--
 drivers/video/console/vgacon.c                     | 74 ++++++++--------------
 drivers/video/fbdev/au1200fb.c                     |  3 +
 drivers/video/fbdev/bw2.c                          |  3 +-
 drivers/video/fbdev/cg14.c                         |  3 +-
 drivers/video/fbdev/cg3.c                          |  3 +-
 drivers/video/fbdev/cg6.c                          |  3 +-
 drivers/video/fbdev/core/fbcon.c                   |  7 +-
 drivers/video/fbdev/ep93xx-fb.c                    |  4 +-
 drivers/video/fbdev/ffb.c                          |  3 +-
 drivers/video/fbdev/grvga.c                        |  3 +-
 drivers/video/fbdev/imxfb.c                        | 48 ++++++--------
 drivers/video/fbdev/kyro/STG4000InitDevice.c       | 10 +--
 drivers/video/fbdev/leo.c                          |  3 +-
 drivers/video/fbdev/mb862xx/mb862xxfb_accel.c      |  4 +-
 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c         |  6 +-
 .../fbdev/omap2/omapfb/displays/panel-dsi-cm.c     |  2 +-
 drivers/video/fbdev/p9100.c                        |  3 +-
 drivers/video/fbdev/platinumfb.c                   |  4 +-
 drivers/video/fbdev/sbuslib.c                      |  2 +-
 drivers/video/fbdev/sunxvr1000.c                   |  3 +-
 drivers/video/fbdev/sunxvr2500.c                   |  2 +-
 drivers/video/fbdev/sunxvr500.c                    |  2 +-
 drivers/video/fbdev/tcx.c                          |  3 +-
 drivers/video/fbdev/xilinxfb.c                     |  5 +-
 25 files changed, 97 insertions(+), 118 deletions(-)

             reply	other threads:[~2023-07-21 14:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-21 14:12 Helge Deller [this message]
2023-07-21 17:28 ` [GIT PULL] fbdev fixes and cleanups for v6.5-rc3 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=ZLqSYylyXm2C+aOV@ls3530 \
    --to=deller@gmx.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jirislaby@kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin@kaiser.cx \
    --cc=robh@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).