mbox

[U-Boot] Please pull u-boot-atmel/master

Message ID 1341482911-30627-1-git-send-email-andreas.devel@googlemail.com
State Accepted
Headers show

Pull-request

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

Message

Andreas Bießmann July 5, 2012, 10:08 a.m. UTC
Dear Albert Aribaud,

The following changes since commit c45272e25bdf241fbb27638465f16ce2342ed1b6:

  i.MX6 USDHC: Use the ESDHC clock (2012-07-02 19:53:20 +0200)

are available in the git repository at:

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

for you to fetch changes up to dc72466bd1a1c15f31c92f77e0df6f533a658ccc:

  AT91SAM9*: Change kernel address in dataflash to match u-boot's size (2012-07-05 11:38:42 +0200)

----------------------------------------------------------------
Alexandre Belloni (1):
      AT91SAM9*: Change kernel address in dataflash to match u-boot's size

Andreas Bießmann (1):
      ehci-atmel: fix compiler warning

Bo Shen (3):
      Atmel : usb : add EHCI driver for Atmel SoC
      AT91: at91sam9m10g45ek : Enable EHCI instead OHCI
      ATMEL/PIO: Enable new feature of PIO on Atmel device

esw@bus-elektronik.de (2):
      Fix: broken boot message at serial line on AT91SAM9263-EK board
      Fix: AT91SAM9263 nor flash usage

 arch/arm/include/asm/arch-at91/at91_pio.h |   45 ++++++++++-
 board/atmel/at91sam9260ek/partition.c     |    6 +-
 board/atmel/at91sam9261ek/partition.c     |    6 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c |    2 +-
 board/atmel/at91sam9263ek/partition.c     |    6 +-
 board/atmel/at91sam9rlek/partition.c      |    6 +-
 drivers/gpio/at91_gpio.c                  |  125 ++++++++++++++++++++++++++++-
 drivers/usb/host/Makefile                 |    1 +
 drivers/usb/host/ehci-atmel.c             |   89 ++++++++++++++++++++
 include/configs/at91sam9260ek.h           |    5 +-
 include/configs/at91sam9261ek.h           |    5 +-
 include/configs/at91sam9263ek.h           |   10 ++-
 include/configs/at91sam9m10g45ek.h        |   20 +----
 include/configs/at91sam9rlek.h            |    3 +-
 14 files changed, 288 insertions(+), 41 deletions(-)
 create mode 100644 drivers/usb/host/ehci-atmel.c

Comments

Albert ARIBAUD July 5, 2012, 11:40 a.m. UTC | #1
Hi Andreas,

On Thu,  5 Jul 2012 12:08:31 +0200, Andreas Bießmann
<andreas.devel@googlemail.com> wrote:
> Dear Albert Aribaud,
> 
> The following changes since commit
> c45272e25bdf241fbb27638465f16ce2342ed1b6:
> 
>   i.MX6 USDHC: Use the ESDHC clock (2012-07-02 19:53:20 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-atmel.git master
> 
> for you to fetch changes up to
> dc72466bd1a1c15f31c92f77e0df6f533a658ccc:
> 
>   AT91SAM9*: Change kernel address in dataflash to match u-boot's
> size (2012-07-05 11:38:42 +0200)

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

Amicalement,