[U-Boot] ARM Pull Request

HI,
The following changes since commit cb32ed1fc298875845f166d326a3f2704a0d5364: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-coldfire
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Albin Tonnerre (2): Add driver for the ST M95xxx SPI EEPROM Support for the Calao TNY-A9260/TNY-A9G20 boards
Alessandro Rubini (1): kirkwood/gpio.h: remove duplicate definition
Ilya Yanok (1): mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
Jean-Christophe PLAGNIOL-VILLARD (1): ARM: Don't include libgcc anymore
Prafulla Wadaskar (1): arm: Sheevaplug: Fixed NAND specific warning
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 19 ++ board/calao/tny_a9260/Makefile | 55 ++++ board/calao/tny_a9260/config.mk | 1 + board/calao/tny_a9260/spi.c | 50 +++ board/calao/tny_a9260/tny_a9260.c | 110 +++++++ board/trab/u-boot.lds | 2 +- cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +- cpu/arm926ejs/mx27/generic.c | 16 + drivers/mmc/Makefile | 1 + drivers/mmc/mxcmmc.c | 523 ++++++++++++++++++++++++++++++ drivers/mtd/spi/Makefile | 1 + drivers/mtd/spi/eeprom_m95xxx.c | 117 +++++++ include/asm-arm/arch-kirkwood/gpio.h | 2 - include/asm-arm/arch-mx27/mxcmmc.h | 25 ++ include/asm-arm/assembler.h | 112 +++++++ include/asm-arm/linkage.h | 11 + include/configs/sheevaplug.h | 1 + include/configs/tny_a9260.h | 164 ++++++++++ include/linux/linkage.h | 95 ++++++ lib_arm/Makefile | 19 +- lib_arm/_divsi3.S | 140 -------- lib_arm/_modsi3.S | 99 ------ lib_arm/_udivsi3.S | 77 ----- lib_arm/_umodsi3.S | 88 ----- lib_arm/{_ashldi3.S => ashldi3.S} | 9 +- lib_arm/{_ashrdi3.S => ashrdi3.S} | 9 +- lib_arm/config.mk | 2 + lib_arm/lib1funcs.S | 344 ++++++++++++++++++++ lib_arm/{_ashrdi3.S => lshrdi3.S} | 13 +- 31 files changed, 1685 insertions(+), 427 deletions(-) create mode 100644 board/calao/tny_a9260/Makefile create mode 100644 board/calao/tny_a9260/config.mk create mode 100644 board/calao/tny_a9260/spi.c create mode 100644 board/calao/tny_a9260/tny_a9260.c create mode 100644 drivers/mmc/mxcmmc.c create mode 100644 drivers/mtd/spi/eeprom_m95xxx.c create mode 100644 include/asm-arm/arch-mx27/mxcmmc.h create mode 100644 include/asm-arm/assembler.h create mode 100644 include/asm-arm/linkage.h create mode 100644 include/configs/tny_a9260.h create mode 100644 include/linux/linkage.h delete mode 100644 lib_arm/_divsi3.S delete mode 100644 lib_arm/_modsi3.S delete mode 100644 lib_arm/_udivsi3.S delete mode 100644 lib_arm/_umodsi3.S rename lib_arm/{_ashldi3.S => ashldi3.S} (93%) copy lib_arm/{_ashrdi3.S => ashrdi3.S} (93%) create mode 100644 lib_arm/lib1funcs.S rename lib_arm/{_ashrdi3.S => lshrdi3.S} (90%)

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090808102447.GV13346@game.jcrosoft.org you wrote:
HI,
The following changes since commit cb32ed1fc298875845f166d326a3f2704a0d5364: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-coldfire
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Albin Tonnerre (2):
Cherry-picked.
Support for the Calao TNY-A9260/TNY-A9G20 boards
This patch has been NAKed.
Alessandro Rubini (1): kirkwood/gpio.h: remove duplicate definition
Cherry-picked.
Ilya Yanok (1): mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
Jean-Christophe PLAGNIOL-VILLARD (1): ARM: Don't include libgcc anymore
This patch has been NAKed.
Prafulla Wadaskar (1): arm: Sheevaplug: Fixed NAND specific warning
Cherry-picked.
Please do not add patches to your ARM custodian repo that have been rejected. And please don't send pull requests for such patches either.
Best regards,
Wolfgang Denk
participants (2)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk