# git rev-parse -q --verify 8653b778e454a7708847aeafe689bce07aeeb94e^{commit} 8653b778e454a7708847aeafe689bce07aeeb94e already have revision, skipping fetch # git checkout -q -f -B kisskb 8653b778e454a7708847aeafe689bce07aeeb94e # git clean -qxdf # < git log -1 # commit 8653b778e454a7708847aeafe689bce07aeeb94e # Merge: 8552d28e1401 abe7e32f1d50 # Author: Linus Torvalds # Date: Mon Dec 21 10:39:37 2020 -0800 # # Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux # # Pull clk updates from Stephen Boyd: # "The core framework got some nice improvements this time around. We # gained the ability to get struct clk pointers from a struct clk_hw so # that clk providers can consume the clks they provide, if they need to # do something like that. This has been a long missing part of the clk # provider API that will help us move away from exposing a struct clk # pointer in the struct clk_hw. Tracepoints are added for the # clk_set_rate() "range" functions, similar to the tracepoints we # already have for clk_set_rate() and we added a column to debugfs to # help developers understand the hardware enable state of clks in case # firmware or bootloader state is different than what is expected. # Overall the core changes are mostly improving the clk driver writing # experience. # # At the driver level, we have the usual collection of driver updates # and new drivers for new SoCs. This time around the Qualcomm folks # introduced a good handful of clk drivers for various parts of three or # four SoCs. The SiFive folks added a new clk driver for their FU740 # SoCs, coming in second on the diffstat and then Atmel AT91 and Amlogic # SoCs had lots of work done after that for various new features. One # last thing to note in the driver area is that the i.MX driver has # gained a new binding to support SCU clks after being on the list for # many months. It uses a two cell binding which is sort of rare in clk # DT bindings. Beyond that we have the usual set of driver fixes and # tweaks that come from more testing and finding out that some # configuration was wrong or that a driver could support being built as # a module. # # Summary: # # Core: # - Add some trace points for clk_set_rate() "range" functions # - Add hardware enable information to clk_summary debugfs # - Replace clk-provider.h with of_clk.h when possible # - Add devm variant of clk_notifier_register() # - Add clk_hw_get_clk() to generate a struct clk from a struct clk_hw # # New Drivers: # - Bindings for Canaan K210 SoC clks # - Support for SiFive FU740 PRCI # - Camera clks on Qualcomm SC7180 SoCs # - GCC and RPMh clks on Qualcomm SDX55 SoCs # - RPMh clks on Qualcomm SM8350 SoCs # - LPASS clks on Qualcomm SM8250 SoCs # # Updates: # - DVFS support for AT91 clk driver # - Update git repo branch for Renesas clock drivers # - Add camera (CSI) and video-in (VIN) clocks on Renesas R-Car V3U # - Add RPC (QSPI/HyperFLASH) clocks on Renesas RZ/G2M, RZ/G2N, and RZ/G2E # - Stop using __raw_*() I/O accessors in Renesas clk drivers # - One more conversion of DT bindings to json-schema # - Make i.MX clk-gate2 driver more flexible # - New two cell binding for i.MX SCU clks # - Drop of_match_ptr() in i.MX8 clk drivers # - Add arch dependencies for Rockchip clk drivers # - Fix i2s on Rockchip rk3066 # - Add MIPI DSI clks on Amlogic axg and g12 SoCs # - Support modular builds of Amlogic clk drivers # - Fix an Amlogic Video PLL clock dependency # - Samsung Kconfig dependencies updates for better compile test coverage # - Refactoring of the Samsung PLL clocks driver # - Small Tegra driver cleanups # - Minor fixes to Ingenic and VC5 clk drivers # - Cleanup patches to remove unused variables and plug memory leaks" # # * tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (134 commits) # dt-binding: clock: Document canaan,k210-clk bindings # dt-bindings: Add Canaan vendor prefix # clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts" # clk: ingenic: Fix divider calculation with div tables # clk: sunxi-ng: Make sure divider tables have sentinel # clk: s2mps11: Fix a resource leak in error handling paths in the probe function # clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9 # clk: si5351: Wait for bit clear after PLL reset # clk: at91: sam9x60: remove atmel,osc-bypass support # clk: at91: sama7g5: register cpu clock # clk: at91: clk-master: re-factor master clock # clk: at91: sama7g5: do not allow cpu pll to go higher than 1GHz # clk: at91: sama7g5: decrease lower limit for MCK0 rate # clk: at91: sama7g5: remove mck0 from parent list of other clocks # clk: at91: clk-sam9x60-pll: allow runtime changes for pll # clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristics # clk: at91: clk-master: add 5th divisor for mck master # clk: at91: sama7g5: allow SYS and CPU PLLs to be exported and referenced in DT # dt-bindings: clock: at91: add sama7g5 pll defines # clk: at91: sama7g5: fix compilation error # ... # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 8653b778e454a7708847aeafe689bce07aeeb94e # < make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from /kisskb/src/arch/sparc/include/asm/cmpxchg.h:7:0, from /kisskb/src/arch/sparc/include/asm/atomic_32.h:17, from /kisskb/src/arch/sparc/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/page_counter.h:5, from /kisskb/src/mm/memcontrol.c:28: /kisskb/src/mm/memcontrol.c: In function 'memcg_reparent_objcgs': /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/mm/memcontrol.c:331:2: note: in expansion of macro 'xchg' xchg(&objcg->memcg, parent); ^ /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/mm/memcontrol.c:338:3: note: in expansion of macro 'xchg' xchg(&iter->memcg, parent); ^ /kisskb/src/drivers/tty/serial/sunzilog.c:1128:13: warning: 'sunzilog_putchar' defined but not used [-Wunused-function] static void sunzilog_putchar(struct uart_port *port, int ch) ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ In file included from /kisskb/src/arch/sparc/include/asm/cmpxchg.h:7:0, from /kisskb/src/arch/sparc/include/asm/atomic_32.h:17, from /kisskb/src/arch/sparc/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/sparc/include/asm/bitops_32.h:102, from /kisskb/src/arch/sparc/include/asm/bitops.h:7, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ocfs2/file.c:13: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/fs/ocfs2/file.c:2419:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^ In file included from /kisskb/src/arch/sparc/include/asm/cmpxchg.h:7:0, from /kisskb/src/arch/sparc/include/asm/atomic_32.h:17, from /kisskb/src/arch/sparc/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/asm-generic/bitops/lock.h:5, from /kisskb/src/arch/sparc/include/asm/bitops_32.h:102, from /kisskb/src/arch/sparc/include/asm/bitops.h:7, from /kisskb/src/include/linux/bitops.h:32, from /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:11: /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function 'ixgbevf_xdp_setup': /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:4463:4: note: in expansion of macro 'xchg' xchg(&adapter->rx_ring[i]->xdp_prog, adapter->xdp_prog); ^ WARNING: modpost: EXPORT symbol "bzero_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_exit" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_try" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ndelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "empty_zero_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__udelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__lshrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_write_enter" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__copy_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__muldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__divdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_enter" [vmlinux] version generation failed, symbol will not be versioned. arch/sparc/kernel/head_32.o: In function `current_pc': arch/sparc/kernel/head_32.o:(.head.text+0x5040): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `halt_notsup': arch/sparc/kernel/head_32.o:(.head.text+0x5100): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `leon_init': arch/sparc/kernel/head_32.o:(.init.text+0xa4): relocation truncated to fit: R_SPARC_WDISP22 against symbol `leon_smp_cpu_startup' defined in .text section in arch/sparc/kernel/trampoline_32.o arch/sparc/kernel/process_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/process_32.o:(.fixup+0xc): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x10): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x1c): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x28): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x34): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x40): additional relocation overflows omitted from the output make[1]: *** [/kisskb/src/Makefile:1170: vmlinux] Error 1 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sparc-allmodconfig_sparc64 # Build took: 0:11:43.963692