mbox series

[U-Boot,PULL] Please pull u-boot-imx

Message ID e8ad64bf-ab37-e37d-c8ae-ab802ae16e30@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Please pull u-boot-imx | expand

Pull-request

git://www.denx.de/git/u-boot-imx.git master

Message

Stefano Babic Oct. 31, 2017, 10:53 a.m. UTC
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(-)

Comments

Tom Rini Nov. 1, 2017, 1:26 a.m. UTC | #1
On Tue, Oct 31, 2017 at 11:53:03AM +0100, Stefano Babic wrote:

> 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)
> 

Applied to u-boot/master, thanks!