This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from 7575fdda569b Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infra [...] adds d1a819a2ec2d splice: teach splice pipe reading about empty pipe buffers adds 4013c1496c49 usermodehelper: reset umask to default before executing us [...] adds bb0890b4cd7f fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linu [...] adds 6735b4632def Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts adds 5af08640795b fbcon: Fix global-out-of-bounds read in fbcon_get_font() adds 112c35237c72 Partially revert "video: fbdev: amba-clcd: Retire elder CL [...] adds 27204b99b082 drm: drm_dsc.h: fix a kernel-doc markup adds 86fdf61e7104 Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.fre [...] adds f1e141e9db6b Merge tag 'drm-fixes-2020-10-06-1' of git://anongit.freede [...] adds 1797d588af15 platform/x86: asus-wmi: Fix SW_TABLET_MODE always reportin [...] adds 6ec37e6bb1fa Merge tag 'platform-drivers-x86-v5.9-3' of git://git.kerne [...] adds 39e4716caa59 crypto: arm64: Use x16 with indirect branch to bti_c adds c85fb28b6f99 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 5 + arch/arm64/crypto/aes-neonbs-core.S | 4 +- drivers/platform/x86/asus-nb-wmi.c | 32 ++ drivers/platform/x86/asus-wmi.c | 16 +- drivers/platform/x86/asus-wmi.h | 1 + drivers/video/console/newport_con.c | 7 +- drivers/video/fbdev/Kconfig | 20 + drivers/video/fbdev/Makefile | 1 + drivers/video/fbdev/amba-clcd.c | 986 ++++++++++++++++++++++++++++++++ drivers/video/fbdev/core/fbcon.c | 12 + drivers/video/fbdev/core/fbcon.h | 7 - drivers/video/fbdev/core/fbcon_rotate.c | 1 + drivers/video/fbdev/core/tileblit.c | 1 + fs/splice.c | 20 + include/drm/drm_dsc.h | 2 +- include/linux/amba/clcd-regs.h | 87 +++ include/linux/amba/clcd.h | 290 ++++++++++ include/linux/font.h | 13 + kernel/umh.c | 9 + lib/fonts/font_10x18.c | 9 +- lib/fonts/font_6x10.c | 9 +- lib/fonts/font_6x11.c | 9 +- lib/fonts/font_7x14.c | 9 +- lib/fonts/font_8x16.c | 9 +- lib/fonts/font_8x8.c | 9 +- lib/fonts/font_acorn_8x8.c | 9 +- lib/fonts/font_mini_4x6.c | 8 +- lib/fonts/font_pearl_8x8.c | 9 +- lib/fonts/font_sun12x22.c | 9 +- lib/fonts/font_sun8x16.c | 7 +- lib/fonts/font_ter16x32.c | 9 +- 31 files changed, 1542 insertions(+), 77 deletions(-) create mode 100644 drivers/video/fbdev/amba-clcd.c create mode 100644 include/linux/amba/clcd-regs.h create mode 100644 include/linux/amba/clcd.h