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

Hi Tom,
my first PR of the year ! Please pull from u-boot-imx, thanks !
The following changes since commit 1d149eddcc0661b683002f76a8240491eba00dbb:
dm: Add timeline and guide for porting serial drivers (2015-11-20 13:59:54 -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 ccf4326bac0371774265be0a8b13c150b445e703:
imx: mx6qsabreauto: support lvds display (2016-01-03 16:03:14 +0100)
---------------------------------------------------------------- Eric Nelson (1): ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register
Fabio Estevam (1): mx6sxsabresd: Fix Ethernet PHY reset sequence
Gong Qianyu (1): i2c: mxc: add a condition in case the parameter is NULL
Jeroen Hofstee (1): imx: mx6: add missing return value
Marek Vasut (3): arm: mx6: Reduce SPL malloc pool size arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitions arm: imx6: novena: Enable extfs support in SPL
Maximilian Schwerin (1): serial_mxc: Fix setup of UARTx_UFCR register
Michael Heimpold (2): ARM: mxs: fix VDDD brownout setting ARM: mxs: allow boards to select DC-DC switching clock source
Michael Schanz (1): cgtqmx6eval: fix pad configuration for SPI bus
Måns Rullgård (2): net: fec_mxc: configure MDIO hold time net: fec_mxc: unregister mdio bus on probe error
Otavio Salvador (7): cgtqmx6eval: Add SPI NOR flash support cgtqmx6eval: Use SPI NOR to store the environment cgtqmx6eval: Add fastboot support cgtqmx6eval: Add SPL support iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad() cgtqmx6eval: Add DFU support cgtqmx6eval: Fix defconfig name
Peng Fan (5): video: ipu: simplify if else code imx: mx7: enable CONFIG_FSL_CLK imx: mx6: fix reg base address when runtime usage imx: ddr: drop duplicated debug info imx: mx6qsabreauto: support lvds display
Sanchayan Maity (1): colibri_vf: Add board_usb_phy_mode function
Stefano Babic (1): imx_common: check for Serial Downloader in spl_boot_device
Vagrant Cascadian (1): arm: novena: Switch novena to config_distro_bootcmd
Ye.Li (1): mx6: clock: Modify GPMI clock to support mx6sx
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c | 38 ++++++++++- arch/arm/cpu/armv7/mx6/Kconfig | 3 + arch/arm/cpu/armv7/mx6/clock.c | 14 ++++ arch/arm/cpu/armv7/mx6/ddr.c | 1 - arch/arm/imx-common/spl.c | 8 +++ arch/arm/include/asm/arch-mx6/imx-regs.h | 8 +-- arch/arm/include/asm/arch-mxs/sys_proto.h | 2 + arch/arm/include/asm/imx-common/iomux-v3.h | 2 +- board/congatec/cgtqmx6eval/MAINTAINERS | 2 +- board/congatec/cgtqmx6eval/README | 78 ++++++++++++++++------ board/congatec/cgtqmx6eval/cgtqmx6eval.c | 599 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- board/congatec/cgtqmx6eval/imximage.cfg | 143 ----------------------------------------- board/freescale/mx6qsabreauto/mx6qsabreauto.c | 87 ++++++++++++++++++++++++- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 10 ++- board/gateworks/gw_ventana/common.c | 2 +- board/kosagi/novena/novena.c | 2 +- board/toradex/colibri_vf/colibri_vf.c | 33 +++++++++- configs/{cgtqmx6qeval_defconfig => cgtqmx6eval_defconfig} | 5 +- doc/README.imx6 | 51 +++++++++++++++ drivers/i2c/mxc_i2c.c | 12 +++- drivers/mmc/fsl_esdhc.c | 15 ++++- drivers/net/fec_mxc.c | 20 +++++- drivers/serial/serial_mxc.c | 9 ++- drivers/video/ipu_disp.c | 4 +- include/configs/cgtqmx6eval.h | 68 ++++++++++++++++++-- include/configs/imx6_spl.h | 6 +- include/configs/mx7_common.h | 2 + include/configs/novena.h | 24 ++++++- include/fsl_esdhc.h | 2 + 29 files changed, 956 insertions(+), 294 deletions(-) delete mode 100644 board/congatec/cgtqmx6eval/imximage.cfg rename configs/{cgtqmx6qeval_defconfig => cgtqmx6eval_defconfig} (72%)

On Sun, Jan 03, 2016 at 04:23:32PM +0100, Stefano Babic wrote:
Hi Tom,
my first PR of the year ! Please pull from u-boot-imx, thanks !
The following changes since commit 1d149eddcc0661b683002f76a8240491eba00dbb:
dm: Add timeline and guide for porting serial drivers (2015-11-20 13:59:54 -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 ccf4326bac0371774265be0a8b13c150b445e703:
imx: mx6qsabreauto: support lvds display (2016-01-03 16:03:14 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini