From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 31 Oct 2017 11:53:03 +0100 Subject: [U-Boot] [PULL] Please pull u-boot-imx Message-ID: 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 these fixes from u-boot-imx, thanks ! The following changes since commit b79372ae94fbc9e30d014ad8ce830d2062539eb9: scripts/get_maintainer.pl: enable find_maintainer_files (2017-10-29 10:13:10 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch changes up to 40b0dae15159bf14f24cf7714ddd690ae3ca65e3: mx6slevk: Call gpio_request() (2017-10-31 11:35:01 +0100) ---------------------------------------------------------------- Fabio Estevam (7): imx: Fix regression with CONFIG_DM_MMC=y net: fec_mxc: Change "error frame" message to debug level wandboard: Add support for the MX6QP variant mx6slevk: Fix MMC breakage for the SPL target wandboard: Remove cpu type check prior to setup_sata() udoo: Remove cpu type check prior to setup_sata() mx6slevk: Call gpio_request() Marek Vasut (1): ARM: imx6: Enable UMS and DFU on DHCOM i.MX6 PDK Peng Fan (1): imx: mx6slevk: cleanup board usb code Stefan Agner (1): configs: vf610: increase maximum size and enforce correct limit arch/arm/include/asm/arch-mx6/imx-regs.h | 3 ++ board/dhelectronics/dh_imx6/dh_imx6.c | 10 ++----- board/freescale/mx6slevk/mx6slevk.c | 52 ++------------------------------- board/udoo/udoo.c | 3 +- board/wandboard/spl.c | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- board/wandboard/wandboard.c | 10 +++---- configs/dh_imx6_defconfig | 8 +++++ configs/imx6q_logic_defconfig | 1 - configs/imx6qdl_icore_nand_defconfig | 1 - configs/imx6ul_geam_mmc_defconfig | 1 - configs/imx6ul_geam_nand_defconfig | 1 - configs/imx6ul_isiot_emmc_defconfig | 1 - configs/imx6ul_isiot_mmc_defconfig | 1 - configs/imx6ul_isiot_nand_defconfig | 1 - configs/mx6slevk_defconfig | 2 +- configs/mx6slevk_spinor_defconfig | 2 +- configs/mx6slevk_spl_defconfig | 16 +++++++++- configs/mx6sllevk_defconfig | 1 - configs/mx6sllevk_plugin_defconfig | 1 - configs/mx6sxsabreauto_defconfig | 2 +- configs/mx6ull_14x14_evk_defconfig | 1 - configs/mx6ull_14x14_evk_plugin_defconfig | 1 - configs/mx7dsabresd_defconfig | 1 - configs/mx7dsabresd_secure_defconfig | 1 - configs/mx7ulp_evk_defconfig | 1 - configs/mx7ulp_evk_plugin_defconfig | 1 - configs/opos6uldev_defconfig | 1 - drivers/net/fec_mxc.c | 2 +- include/configs/colibri_vf.h | 4 +-- include/configs/dh_imx6.h | 12 ++++++++ include/configs/opos6uldev.h | 1 + include/configs/pcm052.h | 4 +-- include/configs/vf610twr.h | 4 +-- include/configs/wandboard.h | 2 ++ 34 files changed, 185 insertions(+), 93 deletions(-) -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk 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 =====================================================================