mbox

[U-Boot,PULL] u-boot-atmel/master -> u-boot-arm/master

Message ID 1411108348-21028-1-git-send-email-andreas.devel@googlemail.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://git.denx.de/u-boot-atmel.git master

Message

Andreas Bießmann Sept. 19, 2014, 6:32 a.m. UTC
Dear Albert Aribaud,

please pull the following changes into u-boot-arm/master.

The following changes since commit 9170818a4e004af7893fa0113f6e5b4afafded55:

  kconfiglib: change SPDX-License-Identifier to ISC (2014-09-17 21:03:18 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-atmel.git master

for you to fetch changes up to 015b18c642d9b0f92d1b35f6d6ed73a6a0b29675:

  ARM: at91sam9rlek: convert to generic board support (2014-09-19 00:11:24 +0200)

----------------------------------------------------------------
Bo Shen (7):
      ARM: atmel: sama5d3xek: add nor flash init function
      ARM: atmel: sama5d3xek: enable NOR flash support
      ARM: atmel: sama5d3: add timings register
      ARM: atmel: use pcr to enable or disable peripheral clock
      ARM: atmel: add pcr related definition
      USB: ohci-at91: use pcr to enable or disable clock
      USB: ehci-atmel: use pcr to enable or disable clock

Boris BREZILLON (1):
      mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC

Wu, Josh (3):
      mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register
      ARM: at91sam9n12ek: convert to generic board support
      ARM: at91sam9rlek: convert to generic board support

 arch/arm/cpu/armv7/at91/clock.c              |   24 +++++++++--
 arch/arm/include/asm/arch-at91/at91_pmc.h    |    6 ++-
 arch/arm/include/asm/arch-at91/clk.h         |    1 +
 arch/arm/include/asm/arch-at91/sama5d3.h     |    1 +
 arch/arm/include/asm/arch-at91/sama5d3_smc.h |    3 +-
 board/atmel/sama5d3xek/sama5d3xek.c          |   58 ++++++++++++++++++++++++++
 drivers/mtd/nand/atmel_nand.c                |   22 +++++-----
 drivers/mtd/nand/atmel_nand_ecc.h            |    3 ++
 drivers/usb/host/ehci-atmel.c                |    8 ++++
 drivers/usb/host/ohci-at91.c                 |    8 ++--
 include/configs/at91sam9n12ek.h              |    1 +
 include/configs/at91sam9rlek.h               |    2 +
 include/configs/sama5d3xek.h                 |   13 +++++-
 13 files changed, 129 insertions(+), 21 deletions(-)

Comments

Albert ARIBAUD Sept. 21, 2014, 2:56 p.m. UTC | #1
Hi Andreas,

On Fri, 19 Sep 2014 08:32:28 +0200, Andreas Bießmann
<andreas.devel@googlemail.com> wrote:

> Dear Albert Aribaud,
> 
> please pull the following changes into u-boot-arm/master.
> 
> The following changes since commit 9170818a4e004af7893fa0113f6e5b4afafded55:
> 
>   kconfiglib: change SPDX-License-Identifier to ISC (2014-09-17 21:03:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to 015b18c642d9b0f92d1b35f6d6ed73a6a0b29675:
> 
>   ARM: at91sam9rlek: convert to generic board support (2014-09-19 00:11:24 +0200)
> 
> ----------------------------------------------------------------
> Bo Shen (7):
>       ARM: atmel: sama5d3xek: add nor flash init function
>       ARM: atmel: sama5d3xek: enable NOR flash support
>       ARM: atmel: sama5d3: add timings register
>       ARM: atmel: use pcr to enable or disable peripheral clock
>       ARM: atmel: add pcr related definition
>       USB: ohci-at91: use pcr to enable or disable clock
>       USB: ehci-atmel: use pcr to enable or disable clock
> 
> Boris BREZILLON (1):
>       mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC
> 
> Wu, Josh (3):
>       mtd: atmel-nand: use pmecc_readl(b)/pmecc_writel to access the pmecc register
>       ARM: at91sam9n12ek: convert to generic board support
>       ARM: at91sam9rlek: convert to generic board support
> 
>  arch/arm/cpu/armv7/at91/clock.c              |   24 +++++++++--
>  arch/arm/include/asm/arch-at91/at91_pmc.h    |    6 ++-
>  arch/arm/include/asm/arch-at91/clk.h         |    1 +
>  arch/arm/include/asm/arch-at91/sama5d3.h     |    1 +
>  arch/arm/include/asm/arch-at91/sama5d3_smc.h |    3 +-
>  board/atmel/sama5d3xek/sama5d3xek.c          |   58 ++++++++++++++++++++++++++
>  drivers/mtd/nand/atmel_nand.c                |   22 +++++-----
>  drivers/mtd/nand/atmel_nand_ecc.h            |    3 ++
>  drivers/usb/host/ehci-atmel.c                |    8 ++++
>  drivers/usb/host/ohci-at91.c                 |    8 ++--
>  include/configs/at91sam9n12ek.h              |    1 +
>  include/configs/at91sam9rlek.h               |    2 +
>  include/configs/sama5d3xek.h                 |   13 +++++-
>  13 files changed, 129 insertions(+), 21 deletions(-)

Applied to u-boot-arm/master, thanks!

(7 boards fail to build after like before this PR, namely openrd_client
tricorder_flash tricorder cm_fx6 openrd_ultimate trimslice openrd_base,
all of which are accounted for)

Amicalement,