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: "Zheyu Ma" <zheyuma97@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Geert Uytterhoeven" <geert@linux-m68k.org>
Subject: [GIT PULL] fbdev updates & fixes for v5.20-rc1
Date: Sat, 6 Aug 2022 22:06:49 +0200	[thread overview]
Message-ID: <Yu7J2Yj6UyAiE2Ne@ls3530> (raw)

The following changes since commit ff6992735ade75aae3e35d16b17da1008d753d28:

  Linux 5.19-rc7 (2022-07-17 13:30:22 -0700)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/for-5.20/fbdev-1

for you to fetch changes up to 6ba592fa014f21f35a8ee8da4ca7b95a018f13e8:

  video: fbdev: s3fb: Check the size of screen before memset_io() (2022-08-05 18:44:59 +0200)

----------------------------------------------------------------
fbdev fixes and updates for kernel v5.20-rc1

The two major changes in this patchset corrects VGA modes, color
handling and various other smaller fixes in the Atari framebuffer (by
Geert Uytterhoeven), and devm_* conversion, platform data fixes and
header cleanups in the imxfb driver (by Uwe Kleine-König).

Other small patches clean up code in sa1100fb, cirrusfb and omapfb,
fix a refcount leak in amba-clcd (by Liang He), and adds parameter
checks to arkfb, i740fb, vt8623fb and s3fb (by Zheyu Ma).

----------------------------------------------------------------
Geert Uytterhoeven (14):
      video: fbdev: amiga: Simplify amifb_pan_display()
      video: fbdev: sa1100fb: Remove unused sa1100fb_setup()
      video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() static
      video: fbdev: Make *fb_setup() and *fb_init() static
      video: fbdev: atari: Simplify atafb_pan_display()
      video: fbdev: atari: Remove bogus FB_VMODE_YWRAP flags
      video: fbdev: atari: Fix inverse handling
      video: fbdev: atari: Fix ext_setcolreg()
      video: fbdev: atari: Remove unneeded casts from void *
      video: fbdev: atari: Remove unneeded casts to void *
      video: fbdev: atari: Fix TT High video mode vertical refresh
      video: fbdev: atari: Fix VGA modes
      video: fbdev: atari: Remove unused definitions and variables
      video: fbdev: atari: Remove backward bug-compatibility

Helge Deller (1):
      video: fbdev: omapfb: Unexport omap*_update_window_async()

Liang He (1):
      video: fbdev: amba-clcd: Fix refcount leak bugs

Rustam Subkhankulov (1):
      video: fbdev: sis: fix typos in SiS_GetModeID()

Uwe Kleine-König (4):
      video: fbdev: imxfb: Drop platform data support
      video: fbdev: imxfb: Drop unused symbols from header
      video: fbdev: imxfb: Fold <linux/platform_data/video-imxfb.h> into only user
      video: fbdev: imxfb: Convert request_mem_region + ioremap to devm_ioremap_resource

Yang Yingliang (1):
      video: fbdev: imxfb: fix return value check in imxfb_probe()

Zheyu Ma (5):
      video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()
      video: fbdev: i740fb: Check the argument of i740_calc_vclk()
      video: fbdev: vt8623fb: Check the size of screen before memset_io()
      video: fbdev: arkfb: Check the size of screen before memset_io()
      video: fbdev: s3fb: Check the size of screen before memset_io()

 Documentation/m68k/kernel-options.rst     |   4 +-
 MAINTAINERS                               |   1 -
 drivers/video/fbdev/68328fb.c             |   7 +-
 drivers/video/fbdev/amba-clcd.c           |  24 ++++--
 drivers/video/fbdev/amifb.c               |  15 +---
 drivers/video/fbdev/arkfb.c               |   9 +-
 drivers/video/fbdev/atafb.c               | 103 +++++++----------------
 drivers/video/fbdev/cirrusfb.c            |   2 +-
 drivers/video/fbdev/dnfb.c                |   2 +-
 drivers/video/fbdev/fm2fb.c               |   4 +-
 drivers/video/fbdev/hpfb.c                |   4 +-
 drivers/video/fbdev/i740fb.c              |   9 +-
 drivers/video/fbdev/imxfb.c               | 134 +++++++++++-------------------
 drivers/video/fbdev/omap/hwa742.c         |   3 +-
 drivers/video/fbdev/omap/omapfb.h         |   9 --
 drivers/video/fbdev/omap/omapfb_main.c    |   3 +-
 drivers/video/fbdev/q40fb.c               |   2 +-
 drivers/video/fbdev/s3fb.c                |   2 +
 drivers/video/fbdev/sa1100fb.c            |  41 ---------
 drivers/video/fbdev/sis/init.c            |   4 +-
 drivers/video/fbdev/skeletonfb.c          |   6 +-
 drivers/video/fbdev/valkyriefb.c          |  10 +--
 drivers/video/fbdev/vt8623fb.c            |   2 +
 include/linux/platform_data/video-imxfb.h |  70 ----------------
 24 files changed, 136 insertions(+), 334 deletions(-)
 delete mode 100644 include/linux/platform_data/video-imxfb.h

             reply	other threads:[~2022-08-06 20:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-06 20:06 Helge Deller [this message]
2022-08-07 17:57 ` [GIT PULL] fbdev updates & fixes for v5.20-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=Yu7J2Yj6UyAiE2Ne@ls3530 \
    --to=deller@gmx.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=zheyuma97@gmail.com \
    /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).