From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 10 Dec 2014 10:36:38 +0100 Subject: [U-Boot] [PULL] Please pull u-boot-imx Message-ID: <54881426.3000709@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================