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
Subject: [GIT PULL] fbdev updates & fixes for v5.19-rc4
Date: Sun, 26 Jun 2022 17:01:24 +0200	[thread overview]
Message-ID: <Yrh0xOWBC1+kohed@ls3530> (raw)

The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

  Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/for-5.19/fbdev-2

for you to fetch changes up to cb5177336ecb07fe1c6804306fe8efc827643c64:

  video: fbdev: omap: Remove duplicate 'the' in comment (2022-06-22 16:55:51 +0200)

----------------------------------------------------------------
fbdev fixes and updates for kernel v5.19-rc4:

Two bug fixes for the pxa3xx and intelfb drivers:
- pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
- intelfb: Initialize value of stolen size

The other changes are small cleanups, simplifications and documentation
updates to the cirrusfb, skeletonfb, omapfb, intelfb, au1100fb and
simplefb drivers.

----------------------------------------------------------------
Bjorn Helgaas (2):
      video: fbdev: cirrusfb: Remove useless reference to PCI power management
      video: fbdev: skeletonfb: Convert to generic power management

Hyunwoo Kim (1):
      video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write

Jiang Jian (2):
      video: fbdev: omapfb: Align '*' in comment
      video: fbdev: omap: Remove duplicate 'the' in comment

Petr Cvek (2):
      video: fbdev: intelfb: Use aperture size from pci_resource_len
      video: fbdev: intelfb: Initialize value of stolen size

Xiang wangx (1):
      video: fbdev: skeletonfb: Fix syntax errors in comments

Yihao Han (2):
      video: fbdev: au1100fb: Drop unnecessary NULL ptr check
      video: fbdev: simplefb: Check before clk_put() not needed

 drivers/video/fbdev/au1100fb.c                  |  6 ++----
 drivers/video/fbdev/cirrusfb.c                  |  6 ------
 drivers/video/fbdev/intelfb/intelfbdrv.c        |  4 ++--
 drivers/video/fbdev/intelfb/intelfbhw.c         | 12 +++++-------
 drivers/video/fbdev/omap/sossi.c                |  2 +-
 drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c |  2 +-
 drivers/video/fbdev/pxa3xx-gcu.c                |  2 +-
 drivers/video/fbdev/simplefb.c                  |  3 +--
 drivers/video/fbdev/skeletonfb.c                | 15 ++++++++-------
 9 files changed, 21 insertions(+), 31 deletions(-)

             reply	other threads:[~2022-06-26 15:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-26 15:01 Helge Deller [this message]
2022-06-26 17:36 ` [GIT PULL] fbdev updates & fixes for v5.19-rc4 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=Yrh0xOWBC1+kohed@ls3530 \
    --to=deller@gmx.de \
    --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 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).