Hi Linus,
please pull the fbdev changes for kernel 6.8-rc1.
Three fbdev drivers (~8500 lines of code) will be dropped:
The Carillo Ranch fbdev driver is for an Intel product which was never shipped,
and for the intelfb and the amba-clcd drivers the drm drivers can be used
instead.
The other code changes are minor:
Some fb_deferred_io flushing fixes, imxfb margin fixes and stifb cleanups.
Please note that there is a merge conflict with the drm tree for those files:
- drivers/video/fbdev/amba-clcd.c
- drivers/video/fbdev/vermilion/vermilion.c
They were modified in the drm tree, but deleted in the fbdev tree.
In case you don't want to deal with this upcoming merge conflict I offer
to resend a rebased pull request after you pulled drm.
Thanks!
Helge
The following changes since commit de927f6c0b07d9e698416c5b287c521b07694cac:
Merge tag 's390-6.8-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2024-01-10 18:18:20
-0800)
are available in the Git repository at:
http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git
tags/fbdev-for-6.8-rc1
for you to fetch changes up to 689237ab37c59b9909bc9371d7fece3081683fba:
fbdev/intelfb: Remove driver (2024-01-12 12:38:37 +0100)
fbdev fixes and cleanups for 6.8-rc1:
- Remove intelfb fbdev driver (Thomas Zimmermann)
- Remove amba-clcd fbdev driver (Linus Walleij)
- Remove vmlfb Carillo Ranch fbdev driver (Matthew Wilcox)
- fb_deferred_io flushing fixes (Nam Cao)
- imxfb code fixes and cleanups (Dario Binacchi)
- stifb primary screen detection cleanups (Thomas Zimmermann)
Colin Ian King (1):
video/logo: use %u format specifier for unsigned int values
Dario Binacchi (11):
fbdev: imxfb: fix left margin setting
fbdev: imxfb: move PCR bitfields near their offset
fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macros
fbdev: imxfb: replace some magic numbers with constants
fbdev: imxfb: add missing SPDX tag
fbdev: imxfb: drop ftrace-like logging
fbdev: imxfb: add missing spaces after ','
fbdev: imxfb: Fix style warnings relating to printk()
fbdev: imxfb: use __func__ for function name
fbdev: imxfb: add '*/' on a separate line in block comment
fbdev: mmp: Fix typo and wording in code comment
Linus Walleij (1):
fbdev: amba-clcd: Delete the old CLCD driver
Matthew Wilcox (Oracle) (1):
fbdev: Remove support for Carillo Ranch driver
Nam Cao (2):
fbdev: flush deferred work in fb_deferred_io_fsync()
fbdev: flush deferred IO before closing
Randy Dunlap (1):
fbdev: hgafb: fix kernel-doc comments
Stanislav Kinsburskii (1):
fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype
change
Thomas Zimmermann (10):
video/sticore: Store ROM device in STI struct
fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()
arch/parisc: Detect primary video device from device instance
video/sticore: Remove info field from STI struct
fbdev/sis: Remove dependency on screen_info
drm/hyperv: Remove firmware framebuffers with aperture helper
fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpers
firmware/sysfb: Clear screen_info state after consuming it
fbdev/hyperv_fb: Do not clear global screen_info
fbdev/intelfb: Remove driver
Documentation/fb/index.rst |1 -
Documentation/fb/intelfb.rst | 155 --
Documentation/userspace-api/ioctl/ioctl-number.rst |1 -
MAINTAINERS| 12 -
arch/parisc/video/fbdev.c |2 +-
drivers/Makefile |3 +-
drivers/firmware/sysfb.c | 14 +-
drivers/gpu/drm/hyperv/hyperv_drm_drv.c|8 +-
drivers/video/backlight/Kconfig|7 -
drivers/video/backlight/Makefile |1 -
drivers/video/backlight/cr_bllcd.c | 264 ---
drivers/video/fbdev/Kconfig| 72 -
drivers/video/fbdev/Makefile |2 -
drivers/video/fbdev/amba-clcd.c| 984 -
drivers/video/fbdev/core/fb_defio.c|8 +-
drivers/video/fbdev/fsl-diu-fb.c |2 +-
drivers/video/fbdev/hgafb.c| 13 +-
drivers/video/fbdev/hyperv_fb.c| 20 +-
drivers/video/fbdev/imxfb.c| 179 +-
drivers/video/fbdev/intelfb/Makefile |8 -
drivers/video/fbdev/intelfb/intelfb.h | 382
drivers/video/fbdev/intelfb/intelfb_i2c.c | 209 --
drivers/video/fbdev/intelfb/intelfbdrv.c | 1680
drivers/video/