# git rev-parse -q --verify 9420f1ce01869409d78901c3e036b2c437cbc6b8^{commit} 9420f1ce01869409d78901c3e036b2c437cbc6b8 already have revision, skipping fetch # git checkout -q -f -B kisskb 9420f1ce01869409d78901c3e036b2c437cbc6b8 # git clean -qxdf # < git log -1 # commit 9420f1ce01869409d78901c3e036b2c437cbc6b8 # Merge: dec1fbbc1d7c 7ee193e2dda3 # Author: Linus Torvalds # Date: Sun Aug 9 12:52:28 2020 -0700 # # Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl # # Pull pin control updates from Linus Walleij: # "This is the bulk of the pin control changes for the v5.9 kernel # series: # # Core changes: # # - The GPIO patch "gpiolib: Introduce for_each_requested_gpio_in_range() # macro" was put in an immutable branch and merged into the pinctrl # tree as well. We see these changes also here. # # - Improved debug output for pins used as GPIO. # # New drivers: # # - Ocelot Sparx5 SoC driver. # # - Intel Emmitsburg SoC subdriver. # # - Intel Tiger Lake-H SoC subdriver. # # - Qualcomm PM660 SoC subdriver. # # - Renesas SH-PFC R8A774E1 subdriver. # # Driver improvements: # # - Linear improvement and cleanups of the Intel drivers for # Cherryview, Lynxpoint, Baytrail etc. Improved locking among other # things. # # - Renesas SH-PFC has added support for RPC pins, groups, and # functions to r8a77970 and r8a77980. # # - The newere Freescale (now NXP) i.MX8 pin controllers have been # modularized. This is driven by the Google Android GKI initiative I # think. # # - Open drain support for pins on the Qualcomm IPQ4019. # # - The Ingenic driver can handle both edges IRQ detection. # # - A big slew of documentation fixes all over the place. # # - A few irqchip template conversions by yours truly. # # * tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (107 commits) # dt-bindings: pinctrl: add bindings for MediaTek MT6779 SoC # pinctrl: stmfx: Use irqchip template # pinctrl: amd: Use irqchip template # pinctrl: mediatek: fix build for tristate changes # pinctrl: samsung: Use bank name as irqchip name # pinctrl: core: print gpio in pins debugfs file # pinctrl: mediatek: add mt6779 eint support # pinctrl: mediatek: add pinctrl support for MT6779 SoC # pinctrl: mediatek: avoid virtual gpio trying to set reg # pinctrl: mediatek: update pinmux definitions for mt6779 # pinctrl: stm32: use the hwspin_lock_timeout_in_atomic() API # pinctrl: mcp23s08: Use irqchip template # pinctrl: sx150x: Use irqchip template # dt-bindings: ingenic,pinctrl: Support pinmux/pinconf nodes # pinctrl: intel: Add Intel Emmitsburg pin controller support # pinctl: ti: iodelay: Replace HTTP links with HTTPS ones # Revert "gpio: omap: handle pin config bias flags" # pinctrl: single: Use fallthrough pseudo-keyword # pinctrl: qcom: spmi-gpio: Use fallthrough pseudo-keyword # pinctrl: baytrail: Use fallthrough pseudo-keyword # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 9420f1ce01869409d78901c3e036b2c437cbc6b8 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd8614) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc7e10) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6301636 Bytes = 6153.94 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6300917 Bytes = 6153.24 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6300244 Bytes = 6152.58 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:34 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6299909 Bytes = 6152.25 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:34 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6299943 Bytes = 6152.29 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:34 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6301868 Bytes = 6154.17 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6300144 Bytes = 6152.48 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:35 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6267317 Bytes = 6120.43 KiB = 5.98 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6299845 Bytes = 6152.19 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6302306 Bytes = 6154.60 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6300147 Bytes = 6152.49 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6302323 Bytes = 6154.61 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6300233 Bytes = 6152.57 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:38 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6301665 Bytes = 6153.97 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6299910 Bytes = 6152.26 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-g9420f1ce0186 Created: Mon Aug 10 07:05:39 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6300195 Bytes = 6152.53 KiB = 6.01 MiB Load Address: 00d00000 Entry Point: 00d00314 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:20.881472