
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 2a82ec77d27ef5f860a107c4b764643a655dceeb:
Prepare v2015.01-rc2 (2014-11-24 17:08:47 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to 9e89a64fbd0ddfde17741b38cc95fbdc02679d86:
arm: vf610: improve evaluation of reset source (2014-12-01 10:20:22 +0100)
---------------------------------------------------------------- Fabio Estevam (5): thermal: imx_thermal: Do not display calibration data mx6sxsabresd: Add thermal support mxc_ocotp: Do not disable the OCOTP clock after every access config_fallbacks: Add a default entry for CONFIG_SYS_PBSIZE mx6sabre_common: Use the default CONFIG_SYS_PBSIZE
Guillaume GARDET (1): imx: mx53loco: Add raw initrd support
Hector Palacios (3): mxs_ocotp: prevent error path from returning success mxs_ocotp: check for errors from the OTP controller after writing mxs_ocotp: clear the error flag before initiating write operation
Soeren Moch (3): tbs2910: fix Kconfig sata: fix reset_sata for dwc_ahsata tbs2910: fix lost characters on serial input
Stefan Agner (1): arm: vf610: improve evaluation of reset source
Stefan Roese (1): arm: mx6: Change defines ENET_xxMHz to ENET_xxMHZ (no CamelCase)
arch/arm/Kconfig | 1 + arch/arm/cpu/armv7/mx6/clock.c | 2 +- arch/arm/cpu/armv7/vf610/generic.c | 21 +++++++++++---------- arch/arm/imx-common/cpu.c | 3 +++ arch/arm/include/asm/arch-mx6/clock.h | 8 ++++---- arch/arm/include/asm/arch-vf610/imx-regs.h | 8 ++++++++ board/aristainetos/aristainetos.c | 2 +- board/freescale/mx6slevk/mx6slevk.c | 2 +- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 2 +- board/solidrun/hummingboard/hummingboard.c | 2 +- board/tbs/tbs2910/Kconfig | 8 -------- drivers/block/dwc_ahsata.c | 14 ++++++++------ drivers/misc/mxc_ocotp.c | 2 -- drivers/misc/mxs_ocotp.c | 14 ++++++++++---- drivers/thermal/imx_thermal.c | 2 -- include/config_fallbacks.h | 4 ++++ include/configs/mx53loco.h | 1 + include/configs/mx6sabre_common.h | 3 --- include/configs/mx6sxsabresd.h | 10 ++++++++++ include/configs/tbs2910.h | 2 +- 20 files changed, 66 insertions(+), 45 deletions(-)