mbox series

[PULL] u-boot-at91-2024.04-a

Message ID 3e025444-6116-4898-a718-d718265e233a@collabora.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-at91-2024.04-a | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2024.04-a

Message

Eugen Hristev Jan. 31, 2024, 3:43 p.m. UTC
Hello Tom,

Please pull tag u-boot-at91-2024.04-a , the first set of at91 features
for 2024.04 cycle.

This set includes some DT alignments and solves a compile issue for custom nand
defconfigs.

Thanks,
Eugen

The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78:

  Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20 11:39:13 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2024.04-a

for you to fetch changes up to a1c6b08274e18e4afc0f78a2f63609880aa7ef08:

  mtd: nand: raw: atmel: Remove duplicate definitions (2024-01-22 06:05:26 +0200)

----------------------------------------------------------------
First set of u-boot-at91 features for the 2024.04 cycle

----------------------------------------------------------------
Alexander Dahl (4):
      ARM: dts: at91: sama5d2: Move sfr node
      ARM: dts: at91: sama5d2: Port ebi/nand nodes from linux
      ARM: dts: at91: sama5d2: Align more node names with Linux
      mtd: nand: raw: atmel: Remove duplicate definitions

 arch/arm/dts/sama5d2.dtsi          | 74 +++++++++++++++++++++++++++++++++-----
 drivers/mtd/nand/raw/atmel/pmecc.c |  3 --
 2 files changed, 65 insertions(+), 12 deletions(-)

Comments

Tom Rini Jan. 31, 2024, 4:28 p.m. UTC | #1
On Wed, Jan 31, 2024 at 05:43:49PM +0200, Eugen Hristev wrote:

> Hello Tom,
> 
> Please pull tag u-boot-at91-2024.04-a , the first set of at91 features
> for 2024.04 cycle.
> 
> This set includes some DT alignments and solves a compile issue for custom nand
> defconfigs.
> 
> Thanks,
> Eugen
> 
> The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78:
> 
>   Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20 11:39:13 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2024.04-a
> 
> for you to fetch changes up to a1c6b08274e18e4afc0f78a2f63609880aa7ef08:
> 
>   mtd: nand: raw: atmel: Remove duplicate definitions (2024-01-22 06:05:26 +0200)
> 

Applied to u-boot/master, thanks!