mbox

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

Message ID 1446560056-1433-1-git-send-email-andreas.devel@googlemail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Andreas Bießmann Nov. 3, 2015, 2:14 p.m. UTC
The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:

  mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 -0800)

are available in the git repository at:

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

for you to fetch changes up to 83bf005710a1e01341de5e2f44a3ce082717e313:

  arm: at91: reworked meesc board support (2015-11-03 14:21:32 +0100)

----------------------------------------------------------------
Daniel Gorsulowski (1):
      arm: at91: reworked meesc board support

Wenyou Yang (4):
      arm: at91: Change the Chip ID registers' addresses
      mmc: sdhci: Fix the SD clock stop sequence
      arm: at91: clock: Add the generated clock support
      mmc: atmel: Add atmel sdhci support

 arch/arm/mach-at91/armv7/clock.c              | 95 +++++++++++++++++++++++++++
 arch/arm/mach-at91/armv7/cpu.c                |  7 +-
 arch/arm/mach-at91/include/mach/at91_dbu.h    |  4 --
 arch/arm/mach-at91/include/mach/at91_pmc.h    | 13 ++++
 arch/arm/mach-at91/include/mach/atmel_sdhci.h | 13 ++++
 arch/arm/mach-at91/include/mach/clk.h         | 10 +++
 arch/arm/mach-at91/include/mach/sama5d3.h     |  3 +
 arch/arm/mach-at91/include/mach/sama5d4.h     |  3 +
 board/esd/meesc/meesc.c                       | 20 ++++--
 drivers/mmc/Makefile                          |  1 +
 drivers/mmc/atmel_sdhci.c                     | 40 +++++++++++
 drivers/mmc/sdhci.c                           | 20 +++++-
 include/configs/meesc.h                       | 42 ++++++------
 13 files changed, 236 insertions(+), 35 deletions(-)
 create mode 100644 arch/arm/mach-at91/include/mach/atmel_sdhci.h
 create mode 100644 drivers/mmc/atmel_sdhci.c

Comments

Tom Rini Nov. 3, 2015, 4:09 p.m. UTC | #1
On Tue, Nov 03, 2015 at 03:14:16PM +0100, Andreas Bießmann wrote:

> The following changes since commit 96d59e9d6aa74e35c63dc74da10e41f8ba0f6de4:
> 
>   mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1 (2015-11-02 08:51:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to 83bf005710a1e01341de5e2f44a3ce082717e313:
> 
>   arm: at91: reworked meesc board support (2015-11-03 14:21:32 +0100)
> 

Applied to u-boot/master, thanks!