This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 534293368afa Merge tag 'kbuild-fixes-v6.3' of git://git.kernel.org/pub/ [...] new 044b14b51d78 drivers: video: logo: fix code style issues in pnmtologo.c new 8f0e056068f2 drivers: video: logo: add SPDX comment, remove GPL notice [...] new 7f501aa71da9 fbdev: omapfb: cleanup inconsistent indentation new 33bf61c0a1a9 MAINTAINERS: orphan SIS FRAMEBUFFER DRIVER new f90bd245de82 fbdev: tgafb: Fix potential divide by zero new 7eb1220f4bde fbdev: clps711x-fb: Use devm_platform_get_and_ioremap_resource() new 096dc32bb73d fbdev: Use of_property_read_bool() for boolean properties new 0db0a1eb444d fbdev: pxa3xx-gcu: Use devm_platform_get_and_ioremap_resource() new be66c2cbc05e fbdev: wm8505fb: Use devm_platform_ioremap_resource() new 4c7e8e05bca5 fbdev: xilinxfb: Use devm_platform_get_and_ioremap_resource() new e140980ef211 fbdev: omapfb: remove omap1 osk driver new 203873a535d6 fbdev: stifb: Provide valid pixelclock and add fb_check_va [...] new 92e2a00f2987 fbdev: nvidia: Fix potential divide by zero new d823685486a3 fbdev: intelfb: Fix potential divide by zero new 61ac4b86a4c0 fbdev: lxfb: Fix potential divide by zero new 44a3b36b42ac fbdev: au1200fb: Fix potential divide by zero new 29413f05fe34 fbdev: Use of_property_present() for testing DT property presence new a3671bd86a97 Merge tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/ [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 4 +- drivers/video/fbdev/amba-clcd.c | 2 +- drivers/video/fbdev/au1200fb.c | 3 + drivers/video/fbdev/bw2.c | 2 +- drivers/video/fbdev/cg3.c | 2 +- drivers/video/fbdev/clps711x-fb.c | 3 +- drivers/video/fbdev/geode/lxfb_core.c | 3 + drivers/video/fbdev/intelfb/intelfbdrv.c | 3 + drivers/video/fbdev/nvidia/nvidia.c | 2 + drivers/video/fbdev/offb.c | 4 +- drivers/video/fbdev/omap/Makefile | 1 - drivers/video/fbdev/omap/lcd_osk.c | 86 --- drivers/video/fbdev/omap/omapfb_main.c | 30 +- .../fbdev/omap2/omapfb/dss/omapdss-boot-init.c | 2 +- drivers/video/fbdev/pxa3xx-gcu.c | 3 +- drivers/video/fbdev/sm501fb.c | 4 +- drivers/video/fbdev/stifb.c | 27 + drivers/video/fbdev/tcx.c | 3 +- drivers/video/fbdev/tgafb.c | 3 + drivers/video/fbdev/wm8505fb.c | 4 +- drivers/video/fbdev/xilinxfb.c | 6 +- drivers/video/logo/pnmtologo.c | 674 ++++++++++----------- 22 files changed, 409 insertions(+), 462 deletions(-) delete mode 100644 drivers/video/fbdev/omap/lcd_osk.c