Various fixes for smatch warnings, the i2c one might be also coming in via Heiko / I2C tree, let me know if there is conflict.
There is also W77Q51NW SPI NOR ID support and matching update for the SH DTs. The SH DT changes are also landing in mainline Linux, so they will disappear the next time OF_UPSTREAM DTs get synced in, without any expected rebase noise. The following changes since commit 007610da2cca405ea7739fc120d90085be4b6ac2: Makefile: Remove expansion of undefined variable (2025-08-04 18:23:16 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-sh.git master for you to fetch changes up to 52a4e9079f680cb3d455d2740f5887ee9089b327: arm64: renesas: r8a779g3: Enable Winbond SPI NOR support on Retronix R-Car V4H Sparrow Hawk board (2025-08-06 17:08:44 +0200) ---------------------------------------------------------------- Andrew Goodbody (3): clk: renesas: Do not test unsigned variable to be less than 0 i2c: rcar_iic: Do not use unitialised variable net: rswitch: Fix error detection Marek Vasut (3): mtd: spi-nor-ids: Add support for Winbond W77Q51NW arm64: dts: renesas: r8a779g3: Describe generic SPI NOR support on Retronix R-Car V4H Sparrow Hawk board arm64: renesas: r8a779g3: Enable Winbond SPI NOR support on Retronix R-Car V4H Sparrow Hawk board configs/r8a779g3_sparrowhawk_defconfig | 1 + drivers/clk/renesas/rcar-cpg-lib.c | 5 +++-- drivers/i2c/rcar_iic.c | 2 +- drivers/mtd/spi/spi-nor-ids.c | 1 + drivers/net/rswitch.c | 4 +++- dts/upstream/src/arm64/renesas/r8a779g3-sparrow-hawk.dts | 6 +++++- 6 files changed, 14 insertions(+), 5 deletions(-)