# git rev-parse -q --verify 9c87c9f41245baa3fc4716cf39141439cf405b01^{commit} 9c87c9f41245baa3fc4716cf39141439cf405b01 already have revision, skipping fetch # git checkout -q -f -B kisskb 9c87c9f41245baa3fc4716cf39141439cf405b01 # git clean -qxdf # < git log -1 # commit 9c87c9f41245baa3fc4716cf39141439cf405b01 # Merge: a5698b3835f5 cc05af8e2e91 # Author: Linus Torvalds # Date: Mon Nov 16 15:07:08 2020 -0800 # # Merge tag 'arm-soc-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc # # Pull ARM SoC fixes from Arnd Bergmann: # "Around one third of the fixes this time are for dts files that list # their ethernet controller as using 'phy-mode="rgmii"' but are changed # to 'phy-mode="rgmii-id"' now, because the PHY drivers (realtek, # ksz9031, dp83867, ...) now configure the internal delay based on that # when they used to stay on the hardware default. # # The long story is archived at # # https://lore.kernel.org/netdev/CAMj1kXEEF_Un-4NTaD5iUN0NoZYaJQn-rPediX0S6oRiuVuW-A@mail.gmail.com/ # # I was trying to hold off on the bugfixes until there was a solution # that would avoid breaking all boards, but that does not seem to be # happening any time soon, so I am now sending the correct version of # the dts files to ensure that at least these machines can use their # network devices again. # # The other changes this time are: # # - Updating the MAINTAINER lists for Allwinner and Samsung SoCs # # - Multiple i.MX8MN machines get updates for their CPU operating # points to match the data sheet # # - A revert for a dts patch that caused a regression in USB support on # Odroid U3 # # - Two fixes for the AMD Tee driver, addressing a memory leak and # missing locking # # - Mark the network subsystem on qoriq-fman3 as cache coherent for # correctness as better performance. # # - Minor dts fixes elsewhere, addressing dtc warnings and similar # problems" # # * tag 'arm-soc-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (48 commits) # ARM: dts: exynos: revert "add input clock to CMU in Exynos4412 Odroid" # ARM: dts: imx50-evk: Fix the chip select 1 IOMUX # arm64: dts: imx8mm: fix voltage for 1.6GHz CPU operating point # ARM: dts: stm32: Keep VDDA LDO1 always on on DHCOM # ARM: dts: stm32: Enable thermal sensor support on stm32mp15xx-dhcor # ARM: dts: stm32: Define VIO regulator supply on DHCOM # ARM: dts: stm32: Fix LED5 on STM32MP1 DHCOM PDK2 # ARM: dts: stm32: Fix TA3-GPIO-C key on STM32MP1 DHCOM PDK2 # arm64: dts: renesas: r8a774e1: Add missing audio_clk_b # tee: amdtee: synchronize access to shm list # tee: amdtee: fix memory leak due to reset of global shm list # arm64: dts: agilex/stratix10: Fix qspi node compatible # ARM: dts: imx6q-prti6q: fix PHY address # ARM: dts: vf610-zii-dev-rev-b: Fix MDIO over clocking # arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy # arm64: dts imx8mn: Remove non-existent USB OTG2 # arm64: dts: imx8mm-beacon-som: Fix Choppy BT audio # arm64: dts: fsl: DPAA FMan DMA operations are coherent # arm64: dts: fsl: fix endianness issue of rcpm # arm64: dts: imx8mn-evk: fix missing PMIC's interrupt line pull-up # ... # < /opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 9c87c9f41245baa3fc4716cf39141439cf405b01 # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- se7619_defconfig # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 8 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 8 ARCH=sh O=/kisskb/build/linus_se7619_defconfig_sh4-gcc10 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-10.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/arch/sh/include/asm/hw_irq.h:6, from /kisskb/src/include/linux/irq.h:589, from /kisskb/src/arch/sh/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:10, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/serial_core.h:13, from /kisskb/src/include/linux/serial_sci.h:6, from /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:11: /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:105:24: note: in expansion of macro '_INTC_ARRAY' 105 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:106:2: note: in expansion of macro '_INTC_ARRAY' 106 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:2: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:100:63: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div] 100 | #define _INTC_ARRAY(a) a, __same_type(a, NULL) ? 0 : sizeof(a)/sizeof(*a) | ^ /kisskb/src/include/linux/sh_intc.h:107:27: note: in expansion of macro '_INTC_ARRAY' 107 | _INTC_ARRAY(sense_regs), _INTC_ARRAY(ack_regs), \ | ^~~~~~~~~~~ /kisskb/src/include/linux/sh_intc.h:124:8: note: in expansion of macro 'INTC_HW_DESC' 124 | .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ | ^~~~~~~~~~~~ /kisskb/src/arch/sh/kernel/cpu/sh2/setup-sh7619.c:58:8: note: in expansion of macro 'DECLARE_INTC_DESC' 58 | static DECLARE_INTC_DESC(intc_desc, "sh7619", vectors, NULL, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_remap_port': /kisskb/src/drivers/tty/serial/sh-sci.c:2677:19: warning: unused variable 'sport' [-Wunused-variable] 2677 | struct sci_port *sport = to_sci_port(port); | ^~~~~ Completed OK # rm -rf /kisskb/build/linus_se7619_defconfig_sh4-gcc10 # Build took: 0:00:39.894189