# git rev-parse -q --verify 112450df61b7373529b0fe4c122ad13b89d80a8a^{commit} 112450df61b7373529b0fe4c122ad13b89d80a8a already have revision, skipping fetch # git checkout -q -f -B kisskb 112450df61b7373529b0fe4c122ad13b89d80a8a # git clean -qxdf # < git log -1 # commit 112450df61b7373529b0fe4c122ad13b89d80a8a # Merge: 3bad80dab94a bf3c39f5da43 # Author: Linus Torvalds # Date: Fri Jan 14 16:19:38 2022 +0100 # # Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux # # Pull i2c updates from Wolfram Sang: # "Mostly driver updates and refactorization. # # The removal of the XLR driver and the i801 refactoring stand out a # little. In the core, we enabled async suspend/resume for I2C # controllers and their clients. No issues were reported during the test # phase in -next. We will see how this goes for mainline" # # * 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (54 commits) # i2c: sh_mobile: remove unneeded semicolon # i2c: riic: Use platform_get_irq() to get the interrupt # i2c: sh_mobile: Use platform_get_irq_optional() to get the interrupt # i2c: bcm2835: Use platform_get_irq() to get the interrupt # i2c: aspeed: Remove unused includes # dt-bindings: i2c: aspeed: Drop stray '#interrupt-cells' # i2c: sh_mobile: update to new DMAENGINE API when terminating # i2c: rcar: update to new DMAENGINE API when terminating # i2c: exynos5: Fix getting the optional clock # i2c: designware-pci: Convert to use dev_err_probe() # i2c: designware-pci: use __maybe_unused for PM functions # i2c: designware-pci: Group MODULE_*() macros # i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usage # i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters # i2c: designware: Do not complete i2c read without RX_FULL interrupt # eeprom: at24: Add support for 24c1025 EEPROM # dt-bindings: at24: add at24c1025 # i2c: tegra: use i2c_timings for bus clock freq # dt-bindings: at24: Rework special case compatible handling # i2c: i801: Don't clear status flags twice in interrupt mode # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 112450df61b7373529b0fe4c122ad13b89d80a8a # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pmac32_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/ethernet/apple/mace.c: In function 'mace_probe': /kisskb/src/drivers/net/ethernet/apple/mace.c:170:34: error: assignment of read-only location '*(dev->dev_addr + (sizetype)j)' 170 | dev->dev_addr[j] = rev ? bitrev8(addr[j]): addr[j]; | ^ /kisskb/src/drivers/net/ethernet/apple/mace.c: In function 'mace_reset': /kisskb/src/drivers/net/ethernet/apple/mace.c:349:32: warning: passing argument 2 of '__mace_set_address' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 349 | __mace_set_address(dev, dev->dev_addr); | ~~~^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/apple/mace.c:93:62: note: expected 'void *' but argument is of type 'const unsigned char *' 93 | static void __mace_set_address(struct net_device *dev, void *addr); | ~~~~~~^~~~ /kisskb/src/drivers/net/ethernet/apple/mace.c: In function '__mace_set_address': /kisskb/src/drivers/net/ethernet/apple/mace.c:388:43: error: assignment of read-only location '*(dev->dev_addr + (sizetype)i)' 388 | out_8(&mb->padr, dev->dev_addr[i] = p[i]); | ^ make[5]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/net/ethernet/apple/mace.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/net/ethernet/apple] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/net/ethernet] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1840: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_pmac32_defconfig_powerpc-gcc11 # Build took: 0:02:05.026259