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 fixes and updates for v6.4-rc1
Date: Wed, 26 Apr 2023 20:40:07 +0200	[thread overview]
Message-ID: <ZElwB2/zlXli1QwA@ls3530> (raw)

Hi Linus,

please pull the fbdev updates for v6.4-rc1.

Nothing really exiting in here. The majority of lines changed is
due to Uwe's preparation patches to change the return value of the
.remove() callback to void.

Thanks!
Helge



The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -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.4-rc1

for you to fetch changes up to 60ed3cd85b95184936bce70ed7f9e76a6a54a5e1:

  MAINTAINERS: Remove rage128 framebuffer driver maintainer (2023-04-24 11:48:47 +0200)

----------------------------------------------------------------
fbdev updates for kernel 6.4-rc1:

- vt_buffer.h: Fix build on alpha (Randy Dunlap)
- mmp: Clock handling fix (Christophe JAILLET)
- 68328fb, ps3fb, vfb: Init .owner field of struct fb_ops (Thomas Zimmermann)
- Preparation patches to convert drivers to return void in .remove() callback
  (Uwe Kleine-König)
- Drop Paul Mackerras as rage128 maintainer

----------------------------------------------------------------
Christophe JAILLET (1):
      fbdev: mmp: Fix deferred clk handling in mmphw_probe()

Paul Mackerras (1):
      MAINTAINERS: Remove rage128 framebuffer driver maintainer

Randy Dunlap (1):
      linux/vt_buffer.h: allow either builtin or modular for macros

Thomas Zimmermann (3):
      fbdev: 68328fb: Init owner field of struct fb_ops
      fbdev: ps3fb: Init owner field of struct fb_ops
      fbdev: vfb: Init owner field of struct fb_ops

Uwe Kleine-König (45):
      fbdev: cg14: Convert to platform remove callback returning void
      fbdev: cg3: Convert to platform remove callback returning void
      fbdev: cg6: Convert to platform remove callback returning void
      fbdev: clps711x-fb: Convert to platform remove callback returning void
      fbdev: cobalt_lcdfb: Convert to platform remove callback returning void
      fbdev: da8xx-fb: Convert to platform remove callback returning void
      fbdev: efifb: Convert to platform remove callback returning void
      fbdev: ep93xx-fb: Convert to platform remove callback returning void
      fbdev: ffb: Convert to platform remove callback returning void
      fbdev: fsl-diu-fb: Convert to platform remove callback returning void
      fbdev: gbefb: Convert to platform remove callback returning void
      fbdev: goldfishfb: Convert to platform remove callback returning void
      fbdev: grvga: Convert to platform remove callback returning void
      fbdev: hecubafb: Convert to platform remove callback returning void
      fbdev: hgafb: Convert to platform remove callback returning void
      fbdev: hitfb: Convert to platform remove callback returning void
      fbdev: imxfb: Convert to platform remove callback returning void
      fbdev: leo: Convert to platform remove callback returning void
      fbdev: mb862xx: Convert to platform remove callback returning void
      fbdev: metronomefb: Convert to platform remove callback returning void
      fbdev: mx3fb: Convert to platform remove callback returning void
      fbdev: ocfb: Convert to platform remove callback returning void
      fbdev: offb: Convert to platform remove callback returning void
      fbdev: omapfb: Convert to platform remove callback returning void
      fbdev: p9100: Convert to platform remove callback returning void
      fbdev: platinumfb: Convert to platform remove callback returning void
      fbdev: pxa168fb: Convert to platform remove callback returning void
      fbdev: pxa3xx-gcu: Convert to platform remove callback returning void
      fbdev: pxafb: Convert to platform remove callback returning void
      fbdev: s1d13xxxfb: Convert to platform remove callback returning void
      fbdev: s3c-fb: Convert to platform remove callback returning void
      fbdev: sh7760fb: Convert to platform remove callback returning void
      fbdev: sh_mobile_lcdcfb: Convert to platform remove callback returning void
      fbdev: simplefb: Convert to platform remove callback returning void
      fbdev: sm501fb: Convert to platform remove callback returning void
      fbdev: tcx: Convert to platform remove callback returning void
      fbdev: uvesafb: Convert to platform remove callback returning void
      fbdev: vesafb: Convert to platform remove callback returning void
      fbdev: vfb: Convert to platform remove callback returning void
      fbdev: vga16fb: Convert to platform remove callback returning void
      fbdev: via: Convert to platform remove callback returning void
      fbdev: vt8500lcdfb: Convert to platform remove callback returning void
      fbdev: wm8505fb: Convert to platform remove callback returning void
      fbdev: wmt_ge_rops: Convert to platform remove callback returning void
      fbdev: xilinxfb: Convert to platform remove callback returning void

 MAINTAINERS                                    | 3 +--
 drivers/video/fbdev/68328fb.c                  | 1 +
 drivers/video/fbdev/cg14.c                     | 6 ++----
 drivers/video/fbdev/cg3.c                      | 6 ++----
 drivers/video/fbdev/cg6.c                      | 6 ++----
 drivers/video/fbdev/clps711x-fb.c              | 6 ++----
 drivers/video/fbdev/cobalt_lcdfb.c             | 6 ++----
 drivers/video/fbdev/da8xx-fb.c                 | 6 ++----
 drivers/video/fbdev/efifb.c                    | 6 ++----
 drivers/video/fbdev/ep93xx-fb.c                | 6 ++----
 drivers/video/fbdev/ffb.c                      | 6 ++----
 drivers/video/fbdev/fsl-diu-fb.c               | 6 ++----
 drivers/video/fbdev/gbefb.c                    | 6 ++----
 drivers/video/fbdev/goldfishfb.c               | 5 ++---
 drivers/video/fbdev/grvga.c                    | 6 ++----
 drivers/video/fbdev/hecubafb.c                 | 5 ++---
 drivers/video/fbdev/hgafb.c                    | 6 ++----
 drivers/video/fbdev/hitfb.c                    | 6 ++----
 drivers/video/fbdev/imxfb.c                    | 6 ++----
 drivers/video/fbdev/leo.c                      | 6 ++----
 drivers/video/fbdev/mb862xx/mb862xxfbdrv.c     | 5 ++---
 drivers/video/fbdev/metronomefb.c              | 5 ++---
 drivers/video/fbdev/mmp/hw/mmp_ctrl.c          | 2 +-
 drivers/video/fbdev/mx3fb.c                    | 5 ++---
 drivers/video/fbdev/ocfb.c                     | 6 ++----
 drivers/video/fbdev/offb.c                     | 8 +++-----
 drivers/video/fbdev/omap/omapfb_main.c         | 6 ++----
 drivers/video/fbdev/omap2/omapfb/dss/core.c    | 6 ++----
 drivers/video/fbdev/omap2/omapfb/dss/dispc.c   | 5 ++---
 drivers/video/fbdev/omap2/omapfb/dss/dpi.c     | 5 ++---
 drivers/video/fbdev/omap2/omapfb/dss/dsi.c     | 5 ++---
 drivers/video/fbdev/omap2/omapfb/dss/dss.c     | 5 ++---
 drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c   | 5 ++---
 drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c   | 5 ++---
 drivers/video/fbdev/omap2/omapfb/dss/sdi.c     | 5 ++---
 drivers/video/fbdev/omap2/omapfb/dss/venc.c    | 5 ++---
 drivers/video/fbdev/omap2/omapfb/omapfb-main.c | 6 ++----
 drivers/video/fbdev/p9100.c                    | 6 ++----
 drivers/video/fbdev/platinumfb.c               | 6 ++----
 drivers/video/fbdev/ps3fb.c                    | 1 +
 drivers/video/fbdev/pxa168fb.c                 | 8 +++-----
 drivers/video/fbdev/pxa3xx-gcu.c               | 6 ++----
 drivers/video/fbdev/pxafb.c                    | 8 +++-----
 drivers/video/fbdev/s1d13xxxfb.c               | 5 ++---
 drivers/video/fbdev/s3c-fb.c                   | 6 ++----
 drivers/video/fbdev/sh7760fb.c                 | 6 ++----
 drivers/video/fbdev/sh_mobile_lcdcfb.c         | 5 ++---
 drivers/video/fbdev/simplefb.c                 | 6 ++----
 drivers/video/fbdev/sm501fb.c                  | 6 ++----
 drivers/video/fbdev/tcx.c                      | 6 ++----
 drivers/video/fbdev/uvesafb.c                  | 6 ++----
 drivers/video/fbdev/vesafb.c                   | 6 ++----
 drivers/video/fbdev/vfb.c                      | 6 +++---
 drivers/video/fbdev/vga16fb.c                  | 6 ++----
 drivers/video/fbdev/via/via-gpio.c             | 5 ++---
 drivers/video/fbdev/via/via_i2c.c              | 5 ++---
 drivers/video/fbdev/vt8500lcdfb.c              | 6 ++----
 drivers/video/fbdev/wm8505fb.c                 | 6 ++----
 drivers/video/fbdev/wmt_ge_rops.c              | 5 ++---
 drivers/video/fbdev/xilinxfb.c                 | 6 ++----
 include/linux/vt_buffer.h                      | 2 +-
 61 files changed, 121 insertions(+), 212 deletions(-)

             reply	other threads:[~2023-04-26 18:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-26 18:40 Helge Deller [this message]
2023-04-27 19:20 ` [GIT PULL] fbdev fixes and updates for v6.4-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=ZElwB2/zlXli1QwA@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).