# git rev-parse -q --verify d15be546031cf65a0fc34879beca02fd90fe7ac7^{commit} d15be546031cf65a0fc34879beca02fd90fe7ac7 already have revision, skipping fetch # git checkout -q -f -B kisskb d15be546031cf65a0fc34879beca02fd90fe7ac7 # git clean -qxdf # < git log -1 # commit d15be546031cf65a0fc34879beca02fd90fe7ac7 # Merge: 071fb1bcd727 0d6db85131e0 # Author: Linus Torvalds # Date: Wed Jul 22 11:56:00 2020 -0700 # # Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media into master # # Pull media fixes from Mauro Carvalho Chehab: # "A series of fixes for the upcoming atomisp driver. They solve issues # when probing atomisp on devices with multiple cameras and get rid of # warnings when built with W=1. # # The diffstat is a bit long, as this driver has several abstractions. # The patches that solved the issues with W=1 had to get rid of some # duplicated code (there used to have 2 versions of the same code, one # for ISP2401 and another one for ISP2400). # # As this driver is not in 5.7, such changes won't cause regressions" # # * tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (38 commits) # Revert "media: atomisp: keep the ISP powered on when setting it" # media: atomisp: fix mask and shift operation on ISPSSPM0 # media: atomisp: move system_local consts into a C file # media: atomisp: get rid of version-specific system_local.h # media: atomisp: move global stuff into a common header # media: atomisp: remove non-used 32-bits consts at system_local # media: atomisp: get rid of some unused static vars # media: atomisp: Fix error code in ov5693_probe() # media: atomisp: Replace trace_printk by pr_info # media: atomisp: Fix __func__ style warnings # media: atomisp: fix help message for ISP2401 selection # media: atomisp: i2c: atomisp-ov2680.c: fixed a brace coding style issue. # media: atomisp: make const arrays static, makes object smaller # media: atomisp: Clean up non-existing folders from Makefile # media: atomisp: Get rid of ACPI specifics in gmin_subdev_add() # media: atomisp: Provide Gmin subdev as parameter to gmin_subdev_add() # media: atomisp: Use temporary variable for device in gmin_subdev_add() # media: atomisp: Refactor PMIC detection to a separate function # media: atomisp: Deduplicate return ret in gmin_i2c_write() # media: atomisp: Make pointer to PMIC client global # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 d15be546031cf65a0fc34879beca02fd90fe7ac7 # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_edosk7705_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- edosk7705_defconfig # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_edosk7705_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 24 ARCH=sh O=/kisskb/build/linus_edosk7705_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_edosk7705_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:17: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type return ioread8(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread8(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:18: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type return ioread16(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread16(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:18: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type return ioread32(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread32(void __iomem *); ^ Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_edosk7705_defconfig_sh4-gcc4.9 # Build took: 0:00:30.677188