dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] fbdev updates & fixes for v6.0-rc3
@ 2022-08-26 18:29 Helge Deller
  2022-08-27 17:03 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2022-08-26 18:29 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-fbdev, dri-devel

Hi Linus,

please pull the second round of fbdev fixes & updates for v6.0-rc3.

Mostly just small patches, with the exception of the bigger indenting
cleanups in the sisfb and radeonfb drivers.

Two patches should be mentioned though:
A fix-up for fbdev if the screen resize fails (by Shigeru Yoshida), and
a potential divide by zero fix in fb_pm2fb (by Letu Ren).

More detailled info is in the tag description. All patches have been in
for-next for a few days.

Thanks!
Helge

-------

The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:

  Linux 6.0-rc2 (2022-08-21 17:32:54 -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.0-rc3

for you to fetch changes up to a5a923038d70d2d4a86cb4e3f32625a5ee6e7e24:

  fbdev: fbcon: Properly revert changes when vc_resize() failed (2022-08-26 19:56:18 +0200)

----------------------------------------------------------------
fbdev fixes and updates for kernel 6.0-rc3

Major fixes:
- Revert the changes for fbcon console when vc_resize() fails [Shigeru Yoshida]
- Avoid a potential divide by zero error in fb_pm2fb [Letu Ren]

Minor fixes:
- Add missing pci_disable_device() in chipsfb_pci_init() [Yang Yingliang]
- Fix tests for platform_get_irq() failure in omapfb [Yu Zhe]
- Destroy mutex on freeing struct fb_info in fbsysfs [Shigeru Yoshida]

Cleanups:
- Move fbdev drivers from strlcpy to strscpy [Wolfram Sang]
- Indenting fixes, comment fixes, ... [Jiapeng Chong & Jilin Yuan]

----------------------------------------------------------------
Jiapeng Chong (3):
      fbdev: sisfb: Clean up some inconsistent indenting
      fbdev: radeon: Clean up some inconsistent indenting
      fbdev: omap: Remove unnecessary print function dev_err()

Jilin Yuan (1):
      fbdev: ssd1307fb: Fix repeated words in comments

Letu Ren (1):
      fbdev: fb_pm2fb: Avoid potential divide by zero error

Shigeru Yoshida (2):
      fbdev: fbcon: Destroy mutex on freeing struct fb_info
      fbdev: fbcon: Properly revert changes when vc_resize() failed

Wolfram Sang (1):
      fbdev: Move fbdev drivers from strlcpy to strscpy

Yang Yingliang (1):
      fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()

Yu Zhe (1):
      fbdev: omapfb: Fix tests for platform_get_irq() failure

 drivers/video/console/sticore.c                |   2 +-
 drivers/video/fbdev/aty/atyfb_base.c           |   2 +-
 drivers/video/fbdev/aty/radeon_base.c          |  48 ++---
 drivers/video/fbdev/bw2.c                      |   2 +-
 drivers/video/fbdev/chipsfb.c                  |   1 +
 drivers/video/fbdev/cirrusfb.c                 |   2 +-
 drivers/video/fbdev/clps711x-fb.c              |   2 +-
 drivers/video/fbdev/core/fbcon.c               |  29 ++-
 drivers/video/fbdev/core/fbsysfs.c             |   4 +
 drivers/video/fbdev/cyber2000fb.c              |   8 +-
 drivers/video/fbdev/ffb.c                      |   2 +-
 drivers/video/fbdev/geode/gx1fb_core.c         |   6 +-
 drivers/video/fbdev/gxt4500.c                  |   2 +-
 drivers/video/fbdev/i740fb.c                   |   2 +-
 drivers/video/fbdev/imxfb.c                    |   2 +-
 drivers/video/fbdev/matrox/matroxfb_base.c     |   6 +-
 drivers/video/fbdev/omap/omapfb_main.c         |   6 +-
 drivers/video/fbdev/omap2/omapfb/omapfb-main.c |   2 +-
 drivers/video/fbdev/pm2fb.c                    |   5 +
 drivers/video/fbdev/pxa168fb.c                 |   2 +-
 drivers/video/fbdev/pxafb.c                    |   2 +-
 drivers/video/fbdev/s3fb.c                     |   2 +-
 drivers/video/fbdev/simplefb.c                 |   2 +-
 drivers/video/fbdev/sis/sis_main.c             | 278 +++++++++++++------------
 drivers/video/fbdev/sm501fb.c                  |   2 +-
 drivers/video/fbdev/ssd1307fb.c                |   2 +-
 drivers/video/fbdev/sstfb.c                    |   2 +-
 drivers/video/fbdev/sunxvr1000.c               |   2 +-
 drivers/video/fbdev/sunxvr2500.c               |   2 +-
 drivers/video/fbdev/sunxvr500.c                |   2 +-
 drivers/video/fbdev/tcx.c                      |   2 +-
 drivers/video/fbdev/tdfxfb.c                   |   4 +-
 drivers/video/fbdev/tgafb.c                    |   2 +-
 drivers/video/fbdev/tridentfb.c                |   2 +-
 34 files changed, 240 insertions(+), 201 deletions(-)

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

* Re: [GIT PULL] fbdev updates & fixes for v6.0-rc3
  2022-08-26 18:29 [GIT PULL] fbdev updates & fixes for v6.0-rc3 Helge Deller
@ 2022-08-27 17:03 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-27 17:03 UTC (permalink / raw)
  To: Helge Deller; +Cc: linux-fbdev, Linus Torvalds, linux-kernel, dri-devel

The pull request you sent on Fri, 26 Aug 2022 20:29:35 +0200:

> http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.0-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/89b749d8552d78c4dd86dea86e2e6ba8aafab9fe

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2022-08-27 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26 18:29 [GIT PULL] fbdev updates & fixes for v6.0-rc3 Helge Deller
2022-08-27 17:03 ` 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;
as well as URLs for NNTP newsgroup(s).