mbox series

[PULL] u-boot-atmel-fixes-2020.01-a

Message ID 88ee494e-e5de-ae22-6464-df189c204020@microchip.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-atmel-fixes-2020.01-a | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git

Message

Eugen Hristev Dec. 11, 2019, 8:21 a.m. UTC
Hi Tom,

Please pull tag u-boot-atmel-fixes-2020.01-a , the first (and hopefully 
last) set of fixes for the 2020.01 cycle.

This set includes a small fix for gpio bank names, one for removing 
unused headers (also touches some other boards), and a fix for the QSPI 
env read on one of the boards.

Travis : https://travis-ci.org/ehristev/u-boot/builds/623231110

Thanks !
Eugen

The following changes since commit 1297989804d66c8db92efbf9fa2e6cc76965a943:

   Prepare v2020.01-rc4 (2019-12-02 22:09:27 -0500)

are available in the git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
tags/u-boot-atmel-fixes-2020.01-a

for you to fetch changes up to e50d238a1ce856d3e16bbc279a6e92a0c2b5fb4f:

   configs: sama5d27_som1_ek: Add default config to read ENV from QSPI 
(2019-12-10 12:43:50 +0200)

----------------------------------------------------------------
First set of u-boot-atmel fixes for 2020.01 cycle

----------------------------------------------------------------
James Byrne (2):
       board: Remove unnecessary inclusion of micrel.h from boards
       gpio: at91_gpio: Add bank names

Swapna Gurumani (1):
       configs: sama5d27_som1_ek: Add default config to read ENV from QSPI

  board/atmel/sama5d3xek/sama5d3xek.c          |  2 --
  board/kosagi/novena/novena.c                 |  2 --
  board/seco/mx6quq7/mx6quq7.c                 |  1 -
  board/toradex/colibri_imx6/colibri_imx6.c    |  1 -
  board/tqc/tqma6/tqma6_wru4.c                 |  1 -
  configs/sama5d27_som1_ek_qspiflash_defconfig |  8 ++++++++
  drivers/gpio/at91_gpio.c                     | 29 
+++++++++++++++++++++++++---
  7 files changed, 34 insertions(+), 10 deletions(-)

Comments

Tom Rini Dec. 11, 2019, 11:01 p.m. UTC | #1
On Wed, Dec 11, 2019 at 08:21:07AM +0000, Eugen.Hristev@microchip.com wrote:

> Hi Tom,
> 
> Please pull tag u-boot-atmel-fixes-2020.01-a , the first (and hopefully 
> last) set of fixes for the 2020.01 cycle.
> 
> This set includes a small fix for gpio bank names, one for removing 
> unused headers (also touches some other boards), and a fix for the QSPI 
> env read on one of the boards.
> 
> Travis : https://travis-ci.org/ehristev/u-boot/builds/623231110
> 
> Thanks !
> Eugen
> 
> The following changes since commit 1297989804d66c8db92efbf9fa2e6cc76965a943:
> 
>    Prepare v2020.01-rc4 (2019-12-02 22:09:27 -0500)
> 
> are available in the git repository at:
> 
>    https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
> tags/u-boot-atmel-fixes-2020.01-a
> 
> for you to fetch changes up to e50d238a1ce856d3e16bbc279a6e92a0c2b5fb4f:
> 
>    configs: sama5d27_som1_ek: Add default config to read ENV from QSPI 
> (2019-12-10 12:43:50 +0200)
> 

Applied to u-boot/master, thanks!