[PULL next] u-boot-at91-2025.07-a
Eugen Hristev
eugen.hristev at linaro.org
Tue Feb 18 13:40:03 CET 2025
Hello Tom,
Please pull tag u-boot-at91-2025.07-a , the first set of at91 features
and fixes for the next 2025.07 cycle.
This feature set includes improvements on the atmel-quadspi driver, a
fix for the nand driver, and improvements on the pinctrl driver to be
able to use the Linux DT (also sync on the DT side as well).
Thanks,
Eugen
The following changes since commit 87dec3078a0a36d2e6da7602b9a750010c2d111d:
Merge patch series "Enable bloblist support on Vexpress64" (2025-02-11
18:09: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.07-a
for you to fetch changes up to 344e2f2cd4a407f847b301804f37d036e8a0a10c:
mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashes
(2025-02-12 10:49:56 +0200)
----------------------------------------------------------------
First set of u-boot-at91 features for the 2025.07 cycle
----------------------------------------------------------------
Alexander Dahl (9):
spi: ca_sflash: Remove redundant dependency
spi: atmel-quadspi: Depend on SPI_MEM
spi: atmel-quadspi: Port collected fixes from Linux v5.10 and v5.15
spi: atmel-quadspi: Avoid overwriting MR register settings
spi: atmel-quadspi: Remove default mode setting at probe time
spi: atmel-quadspi: Allow setting SMM to classic SPI mode
spi: atmel-quadspi: Add support for classic SPI mode
spi: atmel-quadspi: Improve probe debugging
mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashes
Balamanikandan Gunasundar (1):
ARM: dts: at91: sam9x60: Define pinctrl node with its label
Manikandan Muralidharan (6):
ARM: dts: at91: sam9x60: Add AIC node
ARM: dts: at91: sam9x60: Move pinmux node to board DTS
ARM: dts: at91: sam9x60: Add missing pinctrl node properties
pinctrl: at91: Bind GPIO driver to the pinctrl DT node
pinctrl: at91: Add support to align with Linux Devicetree
ARM: dts: at91: Align pinctrl node with Linux Devicetree
arch/arm/dts/at91-sam9x60_curiosity.dts | 71 +++++++
arch/arm/dts/at91sam9260.dtsi | 76 ++++---
arch/arm/dts/at91sam9261.dtsi | 77 ++++---
arch/arm/dts/at91sam9263.dtsi | 117 +++++------
arch/arm/dts/at91sam9g45.dtsi | 106 +++++-----
arch/arm/dts/at91sam9n12.dtsi | 93 ++++-----
arch/arm/dts/at91sam9rl.dtsi | 93 ++++-----
arch/arm/dts/at91sam9x5.dtsi | 90 ++++----
arch/arm/dts/sam9x60.dtsi | 151 ++++++--------
arch/arm/dts/sam9x60ek.dts | 213 ++++++++++++-------
arch/arm/dts/sama5d3.dtsi | 116 +++++------
arch/arm/dts/sama5d4.dtsi | 118 +++++------
drivers/mtd/nand/raw/atmel/nand-controller.c | 13 +-
drivers/pinctrl/pinctrl-at91.c | 52 ++++-
drivers/spi/Kconfig | 4 +-
drivers/spi/atmel-quadspi.c | 294
+++++++++++++++++++++------
16 files changed, 976 insertions(+), 708 deletions(-)
More information about the U-Boot
mailing list