Hello Tom, Please pull tag u-boot-at91-2025.04-a , the first set of features and fixes for the next 2025.04 cycle.
This feature set includes the at91 gpio driver function alternate mode for pins, and some fixes. Thanks, Eugen The following changes since commit 62224280d9e89648ae90346c0aede76f9b7e7610: Merge tag 'u-boot-dfu-next-20241126' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next (2024-11-26 10:50:05 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2025.04-a for you to fetch changes up to bf424a110dc6180b65e6cdf05897428ca7cac98d: mtd: nand: raw: atmel: Remove redundant PMECC probe (2024-11-29 12:59:27 +0200) ---------------------------------------------------------------- First set of u-boot-at91 features for the 2025.04 cycle ---------------------------------------------------------------- Alexander Dahl (1): mtd: nand: raw: atmel: Remove redundant PMECC probe Benedikt Spranger (2): tiny-printf: Handle NULL pointer argument to %s drivers/mtd/ubispl/ubispl.c: Fix error message Zixun LI (3): gpio: at91: Implement GPIOF_FUNC in get_function() gpio: at91: Implement ops set_flags gpio: at91: Implement ops get_flags drivers/gpio/at91_gpio.c | 97 +++++++++++++++++++++++++++- drivers/mtd/nand/raw/atmel/nand-controller.c | 7 -- drivers/mtd/nand/raw/atmel/pmecc.c | 1 + drivers/mtd/ubispl/ubispl.c | 2 +- lib/tiny-printf.c | 2 +- 5 files changed, 99 insertions(+), 10 deletions(-)