Hello Tom, Please pull tag u-boot-at91-fixes-2025.10-a , the first set of at91 fixes for the 2025.10 cycle.
This set includes smatch fixes for clocks and mmc and one QSPI fix. Thanks, Eugen The following changes since commit a8f20bb6650df56d2600cda2c66f9349df9e49c8: Merge patch series "bios_emulator: Fix two issues found by Smatch" (2025-07-29 13:14:52 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-fixes-2025.10-a for you to fetch changes up to c1168f99387b40f5e3323ff16c670427c2c8a66e: mmc: gen_atmel_mci: NULL check variable before use (2025-08-13 12:59:36 +0300) ---------------------------------------------------------------- First set of u-boot-at91 fixes for the 2025.10 cycle ---------------------------------------------------------------- Andrew Goodbody (5): clk: at91: Fix testing of unsigned variable to be negative clk: at91: Fix use of unsigned loop index mfd: atmel-smc: Ensure match is initialised mmc: gen_atmel_mci: Remove duplicate checks mmc: gen_atmel_mci: NULL check variable before use Ramin Moussavi (1): spi: atmel_qspi: fix race condition in transfer completion check drivers/clk/at91/clk-main.c | 3 ++- drivers/clk/at91/clk-master.c | 4 ++-- drivers/clk/at91/sckc.c | 8 +++++--- drivers/mfd/atmel-smc.c | 2 +- drivers/mmc/gen_atmel_mci.c | 28 ++++++++++++++-------------- drivers/spi/atmel-quadspi.c | 15 ++++++++++++--- 6 files changed, 36 insertions(+), 24 deletions(-)