
Hello Tom,
Please pull tag u-boot-at91-fixes-2023.10-b , the second set of fixes for 2023.10 cycle.
This comes late, but I hope you can merge it before the release, it's only two small fixes , one for an array not initialized and the second one fixes an error case when a DT property is missing for the atmel NAND driver.
Thanks, Eugen
The following changes since commit 15155ab0a3d1f839509bcac620bfb38f950bead6:
Merge tag 'u-boot-imx-20230923' of https://source.denx.de/u-boot/custodians/u-boot-imx (2023-09-24 17:15:31 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-fixes-2023.10-b
for you to fetch changes up to 7b4ffe8c32db284e25d3a2636904def8e093da9e:
clk: at91: Fix initializing arrays (2023-09-29 16:45:40 +0300)
---------------------------------------------------------------- Second set of u-boot-atmel fixes for the 2023.10 cycle
---------------------------------------------------------------- Alexander Dahl (1): mtd: nand: raw: atmel: Add error handling when rb-gpios missing
Francois Berder (1): clk: at91: Fix initializing arrays
drivers/clk/at91/sam9x60.c | 4 ++-- drivers/clk/at91/sama7g5.c | 4 ++-- drivers/mtd/nand/raw/atmel/nand-controller.c | 11 +++++++---- 3 files changed, 11 insertions(+), 8 deletions(-)