
Wolfgang,
could you pull u-boot-imx in the time Tom is not available ? Tom has already merged most of the patches in u-boot-arm, I resend you the pull-request for completeness:
The following changes since commit ab92d0fd9abd0d4726878a80c6baf3a0f94770b8: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
are available in the git repository at:
git://git.denx.de/u-boot-imx master
Anatolij Gustschin (1): tx25: fix crash while booting Linux
Fabio Estevam (1): MX51: Fix MX51 CPU detect message
Magnus Lilja (1): i.MX31: Activate NAND support for i.MX31 Litekit board.
Stefano Babic (8): MX51evk: Removed warnings MX: Added Freescale Power Management Driver MX: RTC13783 uses general function to access PMIC MX31: Add support for PMIC to the QONG module SPI: added support for MX51 to mxc_spi MX: Added definition file for MC13892 Add SPI support to mx51evk board MX31: Added support for the Casio COM57H5M10XRC to QONG
arch/arm/cpu/arm_cortexa8/mx51/soc.c | 2 +- board/davedenx/qong/qong.c | 20 +++ board/freescale/mx51evk/mx51evk.c | 143 +++++++++++++++++++++- board/karo/tx25/tx25.c | 3 + drivers/misc/Makefile | 1 + drivers/misc/fsl_pmic.c | 200 +++++++++++++++++++++++++++++ drivers/rtc/mc13783-rtc.c | 72 +++--------- drivers/spi/mxc_spi.c | 231 +++++++++++++++++++++++++++++++--- drivers/video/mx3fb.c | 47 +++++--- include/configs/imx31_litekit.h | 19 +++- include/configs/mx31ads.h | 8 +- include/configs/mx31pdk.h | 9 +- include/configs/mx51evk.h | 15 +++ include/configs/qong.h | 16 +++- include/fsl_pmic.h | 128 +++++++++++++++++++ include/mc13892.h | 160 +++++++++++++++++++++++ 16 files changed, 967 insertions(+), 107 deletions(-) create mode 100644 drivers/misc/fsl_pmic.c create mode 100644 include/fsl_pmic.h create mode 100644 include/mc13892.h
Thanks, Stefano