mbox series

[PULL] u-boot-atmel-2021.07-b

Message ID f82b435a-5c4c-282f-e338-1035b77b649c@microchip.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-atmel-2021.07-b | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-atmel.git tags/u-boot-atmel-2021.07-b

Message

Eugen Hristev April 19, 2021, 1:24 p.m. UTC
Hello Tom,

Please pull tag u-boot-atmel-2021.07-b , the second set of atmel 
features for the 2021.07 cycle.

This small feature set include support for 5th PIO bank on pio4 pinctrl 
driver and a fix for the SPL on sama5d3.

Thanks,
Eugen

The following changes since commit 3a9aaefcaa3efc2a1cef86fbe0bf229a1bff9902:

   Merge tag 'efi-2021-07-rc1-2' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2021-04-18 08:47:27 
-0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-atmel.git 
tags/u-boot-atmel-2021.07-b

for you to fetch changes up to b0080ae1bbfe78caf9cc43cef2b8fdcc75cc4320:

   ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer 
(2021-04-19 10:38:52 +0300)

----------------------------------------------------------------
Second set of u-boot-atmel features for 2021.07 cycle

----------------------------------------------------------------
Eugen Hristev (2):
       gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banks
       ARM: dts: at91: sama7g5: change pinctrl compatible to sama7g5

Manuel Reis (1):
       ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

  arch/arm/dts/sama5d3.dtsi |  1 +
  arch/arm/dts/sama7g5.dtsi |  2 +-
  drivers/gpio/atmel_pio4.c | 22 ++++++++++++++++++++++
  3 files changed, 24 insertions(+), 1 deletion(-)

Comments

Tom Rini April 19, 2021, 5:33 p.m. UTC | #1
On Mon, Apr 19, 2021 at 01:24:54PM +0000, Eugen.Hristev@microchip.com wrote:

> Hello Tom,
> 
> Please pull tag u-boot-atmel-2021.07-b , the second set of atmel 
> features for the 2021.07 cycle.
> 
> This small feature set include support for 5th PIO bank on pio4 pinctrl 
> driver and a fix for the SPL on sama5d3.
> 
> Thanks,
> Eugen
> 
> The following changes since commit 3a9aaefcaa3efc2a1cef86fbe0bf229a1bff9902:
> 
>    Merge tag 'efi-2021-07-rc1-2' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2021-04-18 08:47:27 
> -0400)
> 
> are available in the Git repository at:
> 
>    https://source.denx.de/u-boot/custodians/u-boot-atmel.git 
> tags/u-boot-atmel-2021.07-b
> 
> for you to fetch changes up to b0080ae1bbfe78caf9cc43cef2b8fdcc75cc4320:
> 
>    ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer 
> (2021-04-19 10:38:52 +0300)
> 

Applied to u-boot/master, thanks!