public inbox for linux-kernel@vger.kernel.org
 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.18-rc5
Date: Tue, 26 Apr 2022 17:18:42 +0200	[thread overview]
Message-ID: <YmgNUgK/FeNcX0MG@ls3530> (raw)

Hi Linus,

I've finished checking all outstanding fbdev patches which had queued up
during the last few months. This is now the last bunch.
All are either trivial and/or small.
The changelog is below.

Please pull.

Thanks,
Helge

----------------------------------------------------------------
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6fbe0cc53a1b5f7abe2c44399c18e943adbebe2f:

  video: fbdev: clps711x-fb: Use syscon_regmap_lookup_by_phandle (2022-04-25 20:12:12 +0200)

----------------------------------------------------------------
fbdev fixes and updates for kernel v5.18-rc5

A bunch of outstanding fbdev patches:

neofb:
	Fix the check of 'var->pixclock'

kyro, vt8623fb, tridentfb, arkfb, s3fb, i740fb:
	Error out if 'lineclock' equals zero

sis:
	Fix potential NULL dereference in sisfb_post_sis300()

fb.h:
	Spelling fix: palette/palette/

pm2fb:
	Fix kernel-doc formatting issue

clps711x-fb:
	Use syscon_regmap_lookup_by_phandle()

of:
	display_timing: Remove a redundant zeroing of memory

aty & matrox:
	Cleanup for powerpc's asm/prom.h

sh_mobile_lcdcfb:
	Remove sh_mobile_lcdc_check_var() declaration

mmp:
	Replace usage of found with dedicated list iterator variable

omap:
	Make it CCF clk API compatible

imxfb:
	Fix missing of_node_put in imxfb_probe

i740fb:
	Use memset_io() to clear screen

udlfb:
	Properly check endpoint type

pxafb:
	Use if else instead

----------------------------------------------------------------
Alexander Shiyan (1):
      video: fbdev: clps711x-fb: Use syscon_regmap_lookup_by_phandle

Christophe JAILLET (1):
      video: fbdev: of: display_timing: Remove a redundant zeroing of memory

Christophe Leroy (1):
      video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's asm/prom.h

Geert Uytterhoeven (2):
      linux/fb.h: Spelling s/palette/palette/
      video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_check_var() declaration

Haowen Bai (2):
      video: fbdev: sis: fix potential NULL dereference in sisfb_post_sis300()
      video: fbdev: pm2fb: Fix a kernel-doc formatting issue

Jakob Koschel (1):
      video: fbdev: mmp: replace usage of found with dedicated list iterator variable

Janusz Krzysztofik (1):
      video: fbdev: omap: Make it CCF clk API compatible

Lv Ruyi (1):
      video: fbdev: imxfb: Fix missing of_node_put in imxfb_probe

Ondrej Zary (1):
      video: fbdev: i740fb: use memset_io() to clear screen

Pavel Skripkin (1):
      video: fbdev: udlfb: properly check endpoint type

Wang Qing (1):
      video: fbdev: pxafb: use if else instead

Zheyu Ma (7):
      video: fbdev: neofb: Fix the check of 'var->pixclock'
      video: fbdev: kyro: Error out if 'lineclock' equals zero
      video: fbdev: vt8623fb: Error out if 'pixclock' equals zero
      video: fbdev: tridentfb: Error out if 'pixclock' equals zero
      video: fbdev: arkfb: Error out if 'pixclock' equals zero
      video: fbdev: s3fb: Error out if 'pixclock' equals zero
      video: fbdev: i740fb: Error out if 'pixclock' equals zero

 drivers/video/fbdev/arkfb.c                |  3 +++
 drivers/video/fbdev/aty/aty128fb.c         |  1 -
 drivers/video/fbdev/aty/atyfb_base.c       |  1 -
 drivers/video/fbdev/aty/radeon_pm.c        |  1 -
 drivers/video/fbdev/aty/radeonfb.h         |  2 +-
 drivers/video/fbdev/clps711x-fb.c          |  3 +--
 drivers/video/fbdev/controlfb.c            |  3 ---
 drivers/video/fbdev/i740fb.c               |  5 ++++-
 drivers/video/fbdev/imxfb.c                |  2 ++
 drivers/video/fbdev/kyro/fbdev.c           |  2 ++
 drivers/video/fbdev/matrox/matroxfb_base.h |  1 -
 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c |  2 ++
 drivers/video/fbdev/mmp/core.c             | 11 +++++------
 drivers/video/fbdev/neofb.c                |  2 +-
 drivers/video/fbdev/omap/hwa742.c          |  6 +++---
 drivers/video/fbdev/omap/lcdc.c            |  6 +++---
 drivers/video/fbdev/omap/sossi.c           |  5 +++--
 drivers/video/fbdev/platinumfb.c           |  2 +-
 drivers/video/fbdev/pm2fb.c                |  8 ++------
 drivers/video/fbdev/pxafb.c                |  4 ++--
 drivers/video/fbdev/s3fb.c                 |  3 +++
 drivers/video/fbdev/sh_mobile_lcdcfb.c     |  3 ---
 drivers/video/fbdev/sis/sis_main.c         |  2 +-
 drivers/video/fbdev/tridentfb.c            |  3 +++
 drivers/video/fbdev/udlfb.c                | 14 ++++++++++++--
 drivers/video/fbdev/valkyriefb.c           |  3 +--
 drivers/video/fbdev/vt8623fb.c             |  3 +++
 drivers/video/of_display_timing.c          |  2 +-
 include/uapi/linux/fb.h                    |  2 +-
 29 files changed, 60 insertions(+), 45 deletions(-)

             reply	other threads:[~2022-04-26 15:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 15:18 Helge Deller [this message]
2022-04-26 19:06 ` [GIT PULL] fbdev updates & fixes for v5.18-rc5 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=YmgNUgK/FeNcX0MG@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