The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:
Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)
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-1
for you to fetch changes up to 79b66128f13f5c22dea03a2197495c4b96ab31f5:
video: fbdev: omap: Add prototype for hwa742_update_window_async() (2022-05-29 10:20:15 +0200)
---------------------------------------------------------------- fbdev fixes and updates for kernel v5.19-rc1
A buch of small fixes and cleanups, including:
- vesafb: Fix a use-after-free due early fb_info cleanup - clcdfb: Fix refcount leak in clcdfb_of_vram_setup - hyperv_fb: Allow resolutions with size > 64 MB for Gen1 - pxa3xx-gcu: release the resources correctly in pxa3xx_gcu_probe/remove() - omapfb: Prevent compiler warning regarding hwa742_update_window_async()
---------------------------------------------------------------- Helge Deller (1): video: fbdev: omap: Add prototype for hwa742_update_window_async()
Javier Martinez Canillas (1): video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup
Miaoqian Lin (1): video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup
Minghao Chi (2): video: fbdev: omapfb: simplify the return expression of dsi_init_pll_data() video: fbdev: omapfb: simplify the return expression of nec_8048_connect()
Saurabh Sengar (1): video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1
Tom Rix (1): video: fbdev: xen: remove setting of 'transp' parameter
Yang Yingliang (1): video: fbdev: pxa3xx-gcu: release the resources correctly in pxa3xx_gcu_probe/remove()
pengfuyuan (1): video: fbdev: radeon: Fix spelling typo in comment
drivers/video/fbdev/amba-clcd.c | 5 ++++- drivers/video/fbdev/hyperv_fb.c | 19 +------------------ drivers/video/fbdev/omap/omapfb.h | 4 ++++ .../omap2/omapfb/displays/panel-nec-nl8048hl11.c | 7 +------ drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c | 8 +------- drivers/video/fbdev/pxa3xx-gcu.c | 12 +++++++----- drivers/video/fbdev/vesafb.c | 5 +++-- drivers/video/fbdev/xen-fbfront.c | 1 - include/video/radeon.h | 2 +- 9 files changed, 22 insertions(+), 41 deletions(-)
The pull request you sent on Mon, 30 May 2022 21:44:08 +0200:
http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/for-5.19/fbdev-1
has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8ab2afa23bd197df47819a87f0265c0ac95c5b6a
Thank you!
dri-devel@lists.freedesktop.org