# git rev-parse -q --verify ea5f6ad9ad9645733b72ab53a98e719b460d36a6^{commit} ea5f6ad9ad9645733b72ab53a98e719b460d36a6 already have revision, skipping fetch # git checkout -q -f -B kisskb ea5f6ad9ad9645733b72ab53a98e719b460d36a6 # git clean -qxdf # < git log -1 # commit ea5f6ad9ad9645733b72ab53a98e719b460d36a6 # Merge: b426433c03a6 2513563edc98 # Author: Linus Torvalds # Date: Thu May 16 09:14:50 2024 -0700 # # Merge tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 # # Pull x86 platform driver updates from Hans de Goede: # # - New drivers/platform/arm64 directory for arm64 embedded-controller # drivers # # - New drivers: # - Acer Aspire 1 embedded controllers (for arm64 models) # - ACPI quickstart PNP0C32 buttons # - Dell All-In-One backlight support (dell-uart-backlight) # - Lenovo WMI camera buttons # - Lenovo Yoga Tablet 2 Pro 1380F/L fast charging # - MeeGoPad ANX7428 Type-C Cross Switch (power sequencing only) # - MSI WMI sensors (fan speed sensors only for now) # # - Asus WMI: # - 2024 ROG Mini-LED support # - MCU powersave support # - Vivobook GPU MUX support # - Misc. other improvements # # - Ideapad laptop: # - Export FnLock LED as LED class device # - Switch platform profiles using thermal management key # # - Intel drivers: # - IFS: various improvements # - PMC: Lunar Lake support # - SDSI: various improvements # - TPMI/ISST: various improvements # - tools: intel-speed-select: various improvements # # - MS Surface drivers: # - Fan profile switching support # - Surface Pro thermal sensors support # # - ThinkPad ACPI: # - Reworked hotkey support to use sparse keymaps # - Add support for new trackpoint-doubletap, Fn+N and Fn+G hotkeys # # - WMI core: # - New WMI driver development guide # # - x86 Android tablets: # - Lenovo Yoga Tablet 2 Pro 1380F/L support # - Xiaomi MiPad 2 status LED and bezel touch buttons backlight # support # # - Miscellaneous cleanups / fixes / improvements # # * tag 'platform-drivers-x86-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (128 commits) # platform/x86: Add new MeeGoPad ANX7428 Type-C Cross Switch driver # devm-helpers: Fix a misspelled cancellation in the comments # tools arch x86: Add dell-uart-backlight-emulator # platform/x86: Add new Dell UART backlight driver # platform/x86: x86-android-tablets: Create LED device for Xiaomi Pad 2 bottom bezel touch buttons # platform/x86: x86-android-tablets: Xiaomi pad2 RGB LED fwnode updates # platform/x86: x86-android-tablets: Pass struct device to init() # platform/x86/amd: pmc: Add new ACPI ID AMDI000B # platform/x86/amd: pmf: Add new ACPI ID AMDI0105 # platform/x86: p2sb: Don't init until unassigned resources have been assigned # platform/surface: aggregator: Log critical errors during SAM probing # platform/x86: ISST: Support SST-BF and SST-TF per level # platform/x86/fujitsu-laptop: Replace sprintf() with sysfs_emit() # tools/power/x86/intel-speed-select: v1.19 release # tools/power/x86/intel-speed-select: Display CPU as None for -1 # tools/power/x86/intel-speed-select: SST BF/TF support per level # tools/power/x86/intel-speed-select: Increase number of CPUs displayed # tools/power/x86/intel-speed-select: Present all TRL levels for turbo-freq # tools/power/x86/intel-speed-select: Fix display for unsupported levels # tools/power/x86/intel-speed-select: Support multiple dies # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 ea5f6ad9ad9645733b72ab53a98e719b460d36a6 # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- ip22_defconfig # < make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 160 ARCH=mips O=/kisskb/build/linus_ip22_defconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/sgi-ip22/ip22-time.c:119:18: warning: no previous prototype for 'indy_8254timer_irq' [-Wmissing-prototypes] void __irq_entry indy_8254timer_irq(void) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sgi-ip22/ip22-gio.c:249:6: warning: no previous prototype for 'ip22_gio_set_64bit' [-Wmissing-prototypes] void ip22_gio_set_64bit(int slotno) ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sgi-ip22/ip22-gio.c:398:12: warning: no previous prototype for 'ip22_gio_init' [-Wmissing-prototypes] int __init ip22_gio_init(void) ^~~~~~~~~~~~~ /kisskb/src/arch/mips/sgi-ip22/ip22-berr.c:89:6: warning: no previous prototype for 'ip22_be_interrupt' [-Wmissing-prototypes] void ip22_be_interrupt(int irq) ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/sgi-ip22/ip22-berr.c:113:13: warning: no previous prototype for 'ip22_be_init' [-Wmissing-prototypes] void __init ip22_be_init(void) ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/sgiwd93.c:173:6: warning: no previous prototype for 'sgiwd93_reset' [-Wmissing-prototypes] void sgiwd93_reset(unsigned long base) ^~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_ip22_defconfig_mips-gcc8 # Build took: 0:02:27.190015