This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1b0361620970 Merge tag 'soc-dt-late-6.10' of git://git.kernel.org/pub/s [...] new 9c313ccdfc07 bitops: Change function return types from long to int new f25eae2c405c arch: Select fbdev helpers with CONFIG_VIDEO new f178e96de7f0 arch: Remove struct fb_info from video helpers new 2fd001cd3600 arch: Rename fbdev header and source files new e3dff9c80567 asm-generic: remove unused asm-generic/page.h new e7cda7fe37ff bug: Improve comment new 34cda5ab89d4 arch: Fix name collision with ACPI's video.o new 3eb3c33c1d87 Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/s [...]
The 8 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: arch/arc/include/asm/fb.h | 8 --- arch/arm/include/asm/fb.h | 6 -- arch/arm64/include/asm/fb.h | 10 --- arch/loongarch/include/asm/{fb.h => video.h} | 8 +-- arch/m68k/include/asm/{fb.h => video.h} | 8 +-- arch/mips/include/asm/{fb.h => video.h} | 12 ++-- arch/parisc/Makefile | 2 +- arch/parisc/include/asm/fb.h | 14 ---- arch/parisc/include/asm/video.h | 16 +++++ arch/parisc/video/Makefile | 2 +- arch/parisc/video/{fbdev.c => video-sti.c} | 9 +-- arch/powerpc/include/asm/{fb.h => video.h} | 8 +-- arch/powerpc/kernel/pci-common.c | 2 +- arch/sh/include/asm/fb.h | 7 -- arch/sparc/Makefile | 4 +- arch/sparc/include/asm/{fb.h => video.h} | 15 ++-- arch/sparc/video/Makefile | 2 +- arch/sparc/video/fbdev.c | 26 ------- arch/sparc/video/video-common.c | 25 +++++++ arch/um/include/asm/Kbuild | 2 +- arch/x86/Makefile | 2 +- arch/x86/include/asm/fb.h | 19 ----- arch/x86/include/asm/video.h | 21 ++++++ arch/x86/video/Makefile | 3 +- arch/x86/video/{fbdev.c => video-common.c} | 21 +++--- drivers/video/fbdev/core/fbcon.c | 2 +- include/asm-generic/Kbuild | 2 +- include/asm-generic/bitops/__ffs.h | 4 +- include/asm-generic/bitops/__fls.h | 4 +- include/asm-generic/bitops/builtin-__ffs.h | 2 +- include/asm-generic/bitops/builtin-__fls.h | 2 +- include/asm-generic/bug.h | 2 +- include/asm-generic/page.h | 103 --------------------------- include/asm-generic/{fb.h => video.h} | 17 ++--- include/linux/bitops.h | 6 +- include/linux/fb.h | 2 +- tools/include/asm-generic/bitops/__ffs.h | 4 +- tools/include/asm-generic/bitops/__fls.h | 4 +- tools/include/linux/bitops.h | 2 +- 39 files changed, 139 insertions(+), 269 deletions(-) delete mode 100644 arch/arc/include/asm/fb.h delete mode 100644 arch/arm/include/asm/fb.h delete mode 100644 arch/arm64/include/asm/fb.h rename arch/loongarch/include/asm/{fb.h => video.h} (86%) rename arch/m68k/include/asm/{fb.h => video.h} (86%) rename arch/mips/include/asm/{fb.h => video.h} (76%) delete mode 100644 arch/parisc/include/asm/fb.h create mode 100644 arch/parisc/include/asm/video.h rename arch/parisc/video/{fbdev.c => video-sti.c} (78%) rename arch/powerpc/include/asm/{fb.h => video.h} (76%) delete mode 100644 arch/sh/include/asm/fb.h rename arch/sparc/include/asm/{fb.h => video.h} (75%) delete mode 100644 arch/sparc/video/fbdev.c create mode 100644 arch/sparc/video/video-common.c delete mode 100644 arch/x86/include/asm/fb.h create mode 100644 arch/x86/include/asm/video.h rename arch/x86/video/{fbdev.c => video-common.c} (66%) delete mode 100644 include/asm-generic/page.h rename include/asm-generic/{fb.h => video.h} (89%)