mbox series

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

Message ID c53e6e67-bad1-2716-d47e-cab9860044e9@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 Nov. 9, 2017, 10:35 a.m. UTC
Hi Tom,

some fixes for 2017.11. Please pull from u-boot-imx, thanks !


The following changes since commit 7a69604bce9a9a9476753af64e5a1870880c1333:

  Prepare v2017.11-rc4 (2017-11-06 18:25:37 -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 9c8979cdb76dd65bb0983eb4cb1a895be0f0b1dc:

  imx7: Add include guards for include/asm/arch-mx7/sys_proto.h file
(2017-11-09 11:32:49 +0100)

----------------------------------------------------------------
Benoît Thébaudeau (1):
      mmc: fsl_esdhc: Fix PIO timeout
Fabio Estevam (3):
      mx25: Move MX25 selection to Kconfig
      mx25: Select the ESDHC_A001 erratum
      mx51: Select the ESDHC_A001 erratum

Jagan Teki (1):
      i.MX6: engicam: Fix MAINTAINERS/README

Lukasz Majewski (6):
      board: imx6: marsboard: Remove doubled #include <asm/arch/sys_proto.h>
      imx6: iomux: Add generic function to set RGMII IO voltage on IMX6 SoCs
      imx:display5: Add support for LWN's DISPLAY5 board
      imx6: Add include guards for include/asm/arch-mx6/sys_proto.h file
      imx5: Add include guards for include/asm/arch-mx5/sys_proto.h file
      imx7: Add include guards for include/asm/arch-mx7/sys_proto.h file

 arch/arm/Kconfig                          |  19 ++--
 arch/arm/dts/imx6q-display5.dts           |  18 ++++
 arch/arm/include/asm/arch-mx5/sys_proto.h |   4 +
 arch/arm/include/asm/arch-mx6/iomux.h     |  13 +++
 arch/arm/include/asm/arch-mx6/sys_proto.h |  16 ++++
 arch/arm/include/asm/arch-mx7/sys_proto.h |   4 +
 arch/arm/mach-imx/mx2/Kconfig             |  30 ++++++
 arch/arm/mach-imx/mx5/Kconfig             |   2 +-
 arch/arm/mach-imx/mx6/Kconfig             |   7 ++
 board/embest/mx6boards/mx6boards.c        |   2 +-
 board/engicam/geam6ul/MAINTAINERS         |   2 +-
 board/engicam/icorem6/MAINTAINERS         |   2 +-
 board/engicam/icorem6/README              |   7 +-
 board/engicam/icorem6_rqs/MAINTAINERS     |   2 +-
 board/engicam/icorem6_rqs/README          |   7 +-
 board/engicam/isiotmx6ul/MAINTAINERS      |   2 +-
 board/liebherr/display5/Kconfig           |  18 ++++
 board/liebherr/display5/MAINTAINERS       |   7 ++
 board/liebherr/display5/Makefile          |  11 +++
 board/liebherr/display5/common.c          | 111 ++++++++++++++++++++++
 board/liebherr/display5/common.h          |  42 +++++++++
 board/liebherr/display5/display5.c        | 384
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/liebherr/display5/spl.c             | 247
+++++++++++++++++++++++++++++++++++++++++++++++++
 configs/display5_defconfig                |  62 +++++++++++++
 configs/display5_factory_defconfig        |  76 +++++++++++++++
 configs/mx25pdk_defconfig                 |   1 +
 configs/zmx25_defconfig                   |   1 +
 drivers/mmc/fsl_esdhc.c                   |  26 +++---
 include/configs/display5.h                | 408
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/mx25pdk.h                 |   1 -
 include/configs/zmx25.h                   |   1 -
 include/fsl_esdhc.h                       |   2 +-
 32 files changed, 1490 insertions(+), 45 deletions(-)
 create mode 100644 arch/arm/dts/imx6q-display5.dts
 create mode 100644 arch/arm/mach-imx/mx2/Kconfig
 create mode 100644 board/liebherr/display5/Kconfig
 create mode 100644 board/liebherr/display5/MAINTAINERS
 create mode 100644 board/liebherr/display5/Makefile
 create mode 100644 board/liebherr/display5/common.c
 create mode 100644 board/liebherr/display5/common.h
 create mode 100644 board/liebherr/display5/display5.c
 create mode 100644 board/liebherr/display5/spl.c
 create mode 100644 configs/display5_defconfig
 create mode 100644 configs/display5_factory_defconfig
 create mode 100644 include/configs/display5.h

Comments

Tom Rini Nov. 10, 2017, 3:20 a.m. UTC | #1
On Thu, Nov 09, 2017 at 11:35:56AM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> some fixes for 2017.11. Please pull from u-boot-imx, thanks !
> 
> 
> The following changes since commit 7a69604bce9a9a9476753af64e5a1870880c1333:
> 
>   Prepare v2017.11-rc4 (2017-11-06 18:25:37 -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 9c8979cdb76dd65bb0983eb4cb1a895be0f0b1dc:
> 
>   imx7: Add include guards for include/asm/arch-mx7/sys_proto.h file
> (2017-11-09 11:32:49 +0100)
> 

Applied to u-boot/master, thanks!