Re: [GIT PULL] fbdev fixes and updates for v6.4-rc1

2023-04-27 Thread pr-tracker-bot
The pull request you sent on Wed, 26 Apr 2023 20:40:07 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/725a345b2ee3c24f9ac2078eb73667e22a1b7214

Thank you!

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


[GIT PULL] fbdev fixes and updates for v6.4-rc1

2023-04-26 Thread Helge Deller
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