# git rev-parse -q --verify 38c23685b273cfb4ccf31a199feccce3bdcb5d83^{commit} 38c23685b273cfb4ccf31a199feccce3bdcb5d83 already have revision, skipping fetch # git checkout -q -f -B kisskb 38c23685b273cfb4ccf31a199feccce3bdcb5d83 # git clean -qxdf # < git log -1 # commit 38c23685b273cfb4ccf31a199feccce3bdcb5d83 # Merge: 1675693 7df3f0b # Author: Linus Torvalds # Date: Thu Apr 5 21:29:35 2018 -0700 # # Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc # # Pull ARM SoC driver updates from Arnd Bergmann: # "The main addition this time around is the new ARM "SCMI" framework, # which is the latest in a series of standards coming from ARM to do # power management in a platform independent way. # # This has been through many review cycles, and it relies on a rather # interesting way of using the mailbox subsystem, but in the end I # agreed that Sudeep's version was the best we could do after all. # # Other changes include: # # - the ARM CCN driver is moved out of drivers/bus into drivers/perf, # which makes more sense. Similarly, the performance monitoring # portion of the CCI driver are moved the same way and cleaned up a # little more. # # - a series of updates to the SCPI framework # # - support for the Mediatek mt7623a SoC in drivers/soc # # - support for additional NVIDIA Tegra hardware in drivers/soc # # - a new reset driver for Socionext Uniphier # # - lesser bug fixes in drivers/soc, drivers/tee, drivers/memory, and # drivers/firmware and drivers/reset across platforms" # # * tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (87 commits) # reset: uniphier: add ethernet reset control support for PXs3 # reset: stm32mp1: Enable stm32mp1 reset driver # dt-bindings: reset: add STM32MP1 resets # reset: uniphier: add Pro4/Pro5/PXs2 audio systems reset control # reset: imx7: add 'depends on HAS_IOMEM' to fix unmet dependency # reset: modify the way reset lookup works for board files # reset: add support for non-DT systems # clk: scmi: use devm_of_clk_add_hw_provider() API and drop scmi_clocks_remove # firmware: arm_scmi: prevent accessing rate_discrete uninitialized # hwmon: (scmi) return -EINVAL when sensor information is unavailable # amlogic: meson-gx-socinfo: Update soc ids # soc/tegra: pmc: Use the new reset APIs to manage reset controllers # soc: mediatek: update power domain data of MT2712 # dt-bindings: soc: update MT2712 power dt-bindings # cpufreq: scmi: add thermal dependency # soc: mediatek: fix the mistaken pointer accessed when subdomains are added # soc: mediatek: add SCPSYS power domain driver for MediaTek MT7623A SoC # soc: mediatek: avoid hardcoded value with bus_prot_mask # dt-bindings: soc: add header files required for MT7623A SCPSYS dt-binding # dt-bindings: soc: add SCPSYS binding for MT7623 and MT7623A SoC # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 38c23685b273cfb4ccf31a199feccce3bdcb5d83 # < make -s -j 40 ARCH=sh O=/kisskb/build/linus_rts7751r2dplus_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- rts7751r2dplus_defconfig # make -s -j 40 ARCH=sh O=/kisskb/build/linus_rts7751r2dplus_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:53:3: warning: 'arch_init_clk_ops' is deprecated (declared at /kisskb/src/arch/sh/include/asm/clock.h:8) [-Wdeprecated-declarations] /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:77:2: warning: 'cpg_clk_init' is deprecated (declared at /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:47) [-Wdeprecated-declarations] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:182:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2497:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1819:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_rts7751r2dplus_defconfig_sh4 # Build took: 0:00:21.421685