
Hi Albert,
please pull from u-boot-imx. Thanks !
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://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to c45272e25bdf241fbb27638465f16ce2342ed1b6:
i.MX6 USDHC: Use the ESDHC clock (2012-07-02 19:53:20 +0200)
---------------------------------------------------------------- Fabio Estevam (21): mx53loco: Fix revision of Dialog boards mx53: Fix mask for SATA reference clock mx53loco: Remove unused SOBJS mx53evk: Remove unused SOBJS mx53ard: Remove unused SOBJS mx53smd: Remove unused SOBJS mx51evk: Remove unused SOBJS efikamx: Remove unused SOBJS vision2: Remove unused SOBJS ima3-mx53: Remove unused SOBJS mx6qarm2: Remove unused SOBJS mx6qsabrelite: Remove unused SOBJS mx53ard: Remove unused CONFIG_MII_GASKET imx31_phycore: Remove CONFIG_SYS_I2C_SLAVE definition mx35pdk: Remove CONFIG_SYS_I2C_SLAVE definition mx53ard: Remove CONFIG_SYS_I2C_SLAVE definition mx53evk: Remove CONFIG_SYS_I2C_SLAVE definition mx53loco: Remove CONFIG_SYS_I2C_SLAVE definition mx53smd: Remove CONFIG_SYS_I2C_SLAVE definition mx28evk: Fix PSWITCH key position mx28evk: Fix boot by adjusting HW_DRAM_CTL29 register
Jason Liu (1): i.mx: i.mx6x: NO_MUX_I/NO_PAD_I not set correctly
Marek Vasut (1): i.MX28: Add function to adjust memory parameters
Michael Langer (1): i.MX6 USDHC: Use the ESDHC clock
Otavio Salvador (6): MX28: Fix a typo in mx28_reg_8 macro m28evk: fix board config include guardian macro name mx28evk: ensure command definition is in alphabetic order mx28evk: fix board config include guardian macro name m28evk: drop duplicated definition of CONFIG_OF_LIBFDT m28evk: use same notation to alloc the 128kB stack
Vikram Narayanan (1): mx6: Avoid writing to read-only bits in imximage.cfg
arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c | 8 ++++++++ arch/arm/cpu/armv7/imx-common/speed.c | 4 ++++ arch/arm/cpu/armv7/mx5/clock.c | 2 +- arch/arm/include/asm/arch-mx28/regs-common.h | 2 +- arch/arm/include/asm/arch-mx6/mx6x_pins.h | 4 ++-- board/efikamx/Makefile | 7 +++---- board/esg/ima3-mx53/Makefile | 2 +- board/freescale/mx28evk/iomux.c | 14 ++++++++++++++ board/freescale/mx51evk/Makefile | 7 +++---- board/freescale/mx53ard/Makefile | 7 +++---- board/freescale/mx53evk/Makefile | 7 +++---- board/freescale/mx53loco/Makefile | 7 +++---- board/freescale/mx53loco/mx53loco.c | 12 +++++++----- board/freescale/mx53smd/Makefile | 7 +++---- board/freescale/mx6qarm2/Makefile | 7 +++---- board/freescale/mx6qarm2/imximage.cfg | 2 +- board/freescale/mx6qsabrelite/Makefile | 7 +++---- board/freescale/mx6qsabrelite/imximage.cfg | 2 +- board/ttcontrol/vision2/Makefile | 5 ++--- doc/README.mx28evk | 2 +- include/configs/imx31_phycore.h | 1 - include/configs/m28evk.h | 10 ++++------ include/configs/mx28evk.h | 8 ++++---- include/configs/mx35pdk.h | 1 - include/configs/mx53ard.h | 2 -- include/configs/mx53evk.h | 1 - include/configs/mx53loco.h | 2 -- include/configs/mx53smd.h | 1 - 28 files changed, 75 insertions(+), 66 deletions(-)