[PULL next] u-boot-at91-2022.10-a

Hello Tom,
Please pull tag u-boot-at91-2022.10-a , the first set of new at91 features for the next cycle 2022.10 .
This feature set includes mostly fixes and alignments: DT alignment with Linux for sama7g5, removal of invalid eeprom compatibles, removal of extra debug_uart_init calls for all at91 boards, support for pio4 driver pioE bank, and other minor fixes and enhancements for sam9x60 and sama5d2_icp boards.
Thanks, Eugen
The following changes since commit ea82ed8c2eaee0a0f7dee31016aaee4ce88e9ea7:
Merge branch '2022-06-27-add-armv8-sha1-sha256-support' into next (2022-06-27 13:39:19 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2022.10-a
for you to fetch changes up to c1cadac7933cbc3f81e9096843bffff8751baff9:
gpio: atmel_pio4: add support for PIO_PORTE (2022-06-30 15:49:00 +0300)
---------------------------------------------------------------- First set of u-boot-at91 features for the 2022.10 cycle
---------------------------------------------------------------- Eugen Hristev (6): dt-bindings: sound: add microchip,pdmc.h ARM: dts: at91: sama7g5/sama7g5ek: sync with kernel at91 5.19 ARM: dts: at91: replace microchip, 24aa02e48 with atmel, at24c02 misc: i2c_eeprom: remove 24aa02e48 ARM: dts: at91: sam9x60ek: fix eeprom compatible board: atmel: remove calls to debug_uart_init
Mihai Sain (1): gpio: atmel_pio4: add support for PIO_PORTE
Sergiu Moga (3): ARM: dts: sam9x60: fix compatible for qspi child node configs: at91: sam9x60ek: enable QSPI and SF command configs: at91: sama5d2_icp: enable QSPI and SF command
arch/arm/dts/at91-sama5d2_icp.dts | 6 +-- arch/arm/dts/at91-sama7g5ek.dts | 25 ++++++++++-- arch/arm/dts/sam9x60ek.dts | 4 +- arch/arm/dts/sama5d27_som1.dtsi | 2 +- arch/arm/dts/sama7g5.dtsi | 46 ++++++++++++++++------ arch/arm/mach-at91/include/mach/atmel_pio4.h | 1 + board/atmel/at91sam9260ek/at91sam9260ek.c | 3 -- board/atmel/at91sam9261ek/at91sam9261ek.c | 3 -- board/atmel/at91sam9263ek/at91sam9263ek.c | 3 -- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 3 -- board/atmel/at91sam9n12ek/at91sam9n12ek.c | 3 -- board/atmel/at91sam9rlek/at91sam9rlek.c | 3 -- board/atmel/at91sam9x5ek/at91sam9x5ek.c | 3 -- board/atmel/sam9x60_curiosity/sam9x60_curiosity.c | 3 -- board/atmel/sam9x60ek/sam9x60ek.c | 3 -- board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c | 4 -- .../atmel/sama5d27_wlsom1_ek/sama5d27_wlsom1_ek.c | 4 -- board/atmel/sama5d2_icp/sama5d2_icp.c | 3 -- board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c | 3 -- board/atmel/sama5d2_xplained/sama5d2_xplained.c | 4 -- board/atmel/sama5d3_xplained/sama5d3_xplained.c | 3 -- board/atmel/sama5d3xek/sama5d3xek.c | 3 -- board/atmel/sama5d4_xplained/sama5d4_xplained.c | 3 -- board/atmel/sama5d4ek/sama5d4ek.c | 3 -- board/atmel/sama7g5ek/sama7g5ek.c | 3 -- configs/sam9x60ek_mmc_defconfig | 13 ++++++ configs/sam9x60ek_nandflash_defconfig | 13 ++++++ configs/sama5d2_icp_mmc_defconfig | 13 ++++++ drivers/gpio/atmel_pio4.c | 5 +++ drivers/misc/i2c_eeprom.c | 8 ---- include/dt-bindings/sound/microchip,pdmc.h | 13 ++++++ 31 files changed, 121 insertions(+), 88 deletions(-) create mode 100644 include/dt-bindings/sound/microchip,pdmc.h

On Thu, Jun 30, 2022 at 02:50:29PM +0000, Eugen.Hristev@microchip.com wrote:
Hello Tom,
Please pull tag u-boot-at91-2022.10-a , the first set of new at91 features for the next cycle 2022.10 .
This feature set includes mostly fixes and alignments: DT alignment with Linux for sama7g5, removal of invalid eeprom compatibles, removal of extra debug_uart_init calls for all at91 boards, support for pio4 driver pioE bank, and other minor fixes and enhancements for sam9x60 and sama5d2_icp boards.
Thanks, Eugen
The following changes since commit ea82ed8c2eaee0a0f7dee31016aaee4ce88e9ea7:
Merge branch '2022-06-27-add-armv8-sha1-sha256-support' into next (2022-06-27 13:39:19 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2022.10-a
for you to fetch changes up to c1cadac7933cbc3f81e9096843bffff8751baff9:
gpio: atmel_pio4: add support for PIO_PORTE (2022-06-30 15:49:00 +0300)
Applied to u-boot/next, thanks!
participants (2)
-
Eugen.Hristev@microchip.com
-
Tom Rini