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

Andreas Bießmann andreas at biessmann.org
Fri Oct 28 19:05:42 CEST 2016


Hi Tom,

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

One of the patches introduce a build warning (-Wunused-function) which is
removed with the following patch. This is due to introducing the new feature,
then switch to the feature and remove the old code in a two step procedure.
Therefore I think this is Ok.

Andreas

The following changes since commit 5ac5861c4ba851b473e6a24940b412b397627d8d:

  travis-ci: Add test.py for various qemu platforms (2016-10-24 08:06:29 -0400)

are available in the git repository at:

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

for you to fetch changes up to 0eafd4b77615efdd948e698d83be746dcf026a53:

  dm: at91: Add driver model support for the spi driver (2016-10-28 18:37:15 +0200)

----------------------------------------------------------------
Heiko Schocher (3):
      arm: at91: mpddrc: add missing MPDDRC_MD defines
      ARM: at91: clock: correct PRES offset for at91sam9x5
      arm, at91: add icache support

Robert P. J. Day (1):
      AT91: Correct misspelling of "redundent" in partition names

Wenyou Yang (16):
      clk: at91: Fix at91-pmc and at91-sckc's class ID
      ARM: at91/dt: sama5d2: Fix the warning from dtc
      clk: clk-uclass: Assign clk->dev before call .of_xlate
      clk: at91: Improve the clock implementation
      gpio: atmel_pio4: Remove unnecessary clock calling
      i2c: at91_i2c: Remove unnecessary clock calling
      i2c: at91_i2c: Change error return -ENODEV to -EINVAL
      usb: ehci-atmel: Remove unnecessary clock calling
      mmc: atmel_sdhci: Remove unnecessary clock calling
      serial: Kconfig: Add ATMEL_USART option
      serial: atmel_usart: Support enable an early debug UART
      board: sama5d2_xplained: Move config options to defconfigs
      board: sama5d2_xplained: Clean up code
      board: sama5d2_xplained: Set 'ethaddr' got from AT24MAC
      board: sama5d2_xplained: Enable an early debug UART
      dm: at91: Add driver model support for the spi driver

 arch/arm/dts/sama5d2.dtsi                       | 140 ++++++------
 arch/arm/mach-at91/arm926ejs/Makefile           |   1 +
 arch/arm/mach-at91/arm926ejs/cache.c            |  29 +++
 arch/arm/mach-at91/arm926ejs/clock.c            |   6 +
 arch/arm/mach-at91/include/mach/atmel_mpddrc.h  |   3 +
 board/atmel/sama5d2_xplained/sama5d2_xplained.c | 167 ++++++--------
 board/bluewater/gurnard/gurnard.c               |   6 -
 configs/sama5d2_xplained_mmc_defconfig          |  37 ++-
 configs/sama5d2_xplained_spiflash_defconfig     |  37 ++-
 drivers/clk/at91/Kconfig                        |   1 +
 drivers/clk/at91/clk-generated.c                |  87 ++++---
 drivers/clk/at91/clk-peripheral.c               |  72 ++++--
 drivers/clk/at91/clk-system.c                   |  57 +++--
 drivers/clk/at91/pmc.c                          |  72 ++++--
 drivers/clk/at91/pmc.h                          |   5 +-
 drivers/clk/at91/sckc.c                         |  17 +-
 drivers/clk/clk-uclass.c                        |   3 +
 drivers/gpio/atmel_pio4.c                       |  12 -
 drivers/i2c/at91_i2c.c                          |  18 +-
 drivers/mmc/atmel_sdhci.c                       |  27 +--
 drivers/serial/Kconfig                          |  14 ++
 drivers/serial/atmel_usart.c                    |  22 ++
 drivers/spi/Kconfig                             |   8 +
 drivers/spi/atmel_spi.c                         | 288 ++++++++++++++++++++++++
 drivers/usb/host/ehci-atmel.c                   |  15 --
 include/configs/at91-sama5_common.h             |   2 +-
 include/configs/at91sam9rlek.h                  |   2 +-
 include/configs/sama5d2_xplained.h              |  31 +--
 28 files changed, 795 insertions(+), 384 deletions(-)
 create mode 100644 arch/arm/mach-at91/arm926ejs/cache.c


More information about the U-Boot mailing list