mbox series

[PULL] u-boot-atmel-fixes-2021.01-b

Message ID be110e13-ec05-a569-e2aa-dfce1655a8ea@microchip.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-atmel-fixes-2021.01-b | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git tags/u-boot-atmel-fixes-2021.01-b

Message

Eugen Hristev Dec. 11, 2020, 4:36 p.m. UTC
Hello Tom,

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

This set includes very important fixes for: MMC booting on several 
boards, drive strength on sam9x60ek mmc lines, compile issues for 
timer.c old driver, removal of unwanted access to sam9x60 bit for 
oscillator bypass mode, and eeproms read on sama5d2_icp.

Thanks !
Eugen

The following changes since commit 1ae955e3a58f46918ef99b0b6c562967ba1bf39e:

   Prepare v2021.01-rc2 (2020-11-09 17:20:05 -0500)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
tags/u-boot-atmel-fixes-2021.01-b

for you to fetch changes up to bb5eedbc7fbddc7849bb10a239facac29b615c1c:

   ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible (2020-12-11 
17:47:21 +0200)

----------------------------------------------------------------
Second set of u-boot-atmel fixes for 2021.01 cycle

----------------------------------------------------------------
Claudiu Beznea (1):
       clk: at91: sam9x60: remove the parsing of atmel, main-osc-bypass

Eugen Hristev (4):
       mmc: atmel-sdhci: fix the clk_enable call in case of no ops
       ARM: dts: at91: sam9x60: enable slewrate/high drive for sdhci0 pinout
       ARM: mach-at91: fix timer.o compile condition
       ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible

Nicolas Ferre (1):
       ARM: at91: armv7: sama7g5 uses CCF clock driver

  arch/arm/dts/at91-sama5d2_icp.dts |  6 +++---
  arch/arm/dts/sam9x60.dtsi         | 18 ++++++++++++------
  arch/arm/mach-at91/armv7/Makefile | 12 +++++++-----
  arch/arm/mach-at91/armv7/cpu.c    |  4 ++++
  drivers/clk/at91/sam9x60.c        |  5 +----
  drivers/mmc/atmel_sdhci.c         |  3 ++-
  6 files changed, 29 insertions(+), 19 deletions(-)

Comments

Tom Rini Dec. 12, 2020, 2:58 p.m. UTC | #1
On Fri, Dec 11, 2020 at 04:36:41PM +0000, Eugen.Hristev@microchip.com wrote:

> Hello Tom,
> 
> Please pull tag u-boot-atmel-fixes-2021.01-b , the second set of atmel
> fixes for 2021.01 cycle.
> 
> This set includes very important fixes for: MMC booting on several 
> boards, drive strength on sam9x60ek mmc lines, compile issues for 
> timer.c old driver, removal of unwanted access to sam9x60 bit for 
> oscillator bypass mode, and eeproms read on sama5d2_icp.
> 
> Thanks !
> Eugen
> 
> The following changes since commit 1ae955e3a58f46918ef99b0b6c562967ba1bf39e:
> 
>    Prepare v2021.01-rc2 (2020-11-09 17:20:05 -0500)
> 
> are available in the Git repository at:
> 
>    https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
> tags/u-boot-atmel-fixes-2021.01-b
> 
> for you to fetch changes up to bb5eedbc7fbddc7849bb10a239facac29b615c1c:
> 
>    ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible (2020-12-11 
> 17:47:21 +0200)
> 

Applied to u-boot/master, thanks!