
Dear Albert Aribaud,
The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git master
for you to fetch changes up to f3f68232e709a1108b631410087d526cc23dfb55:
AT91SAM9*: Change kernel address in dataflash to match u-boot's size (2012-07-02 22:15:05 +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: brocken 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
Best regards
Andreas Bießmann