mbox

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

Message ID 568FD0EC.40304@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Stefano Babic Jan. 8, 2016, 3:08 p.m. UTC
Hi Tom,

just a few fixes for release. Pleas epull from u-boot-imx, thanks !

The following changes since commit 3861d784b1a470570a0098ac5c25d79e3073c0d9:

  Merge git://git.denx.de/u-boot-mpc85xx (2016-01-07 11:24:27 -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 587c3f8ebe356b558f1876414885c1b4a31294ab:

  imx_watchdog: always set minimal timeout in reset_cpu (2016-01-07
17:54:53 +0100)

----------------------------------------------------------------
Andrey Skvortsov (1):
      imx_watchdog: always set minimal timeout in reset_cpu

Fabio Estevam (3):
      phy: atheros: Use ar8035_config for AR8031
      mx6sabresd: Simplify the Ethernet PHY configuration
      wandboard: Simplify the Ethernet PHY configuration

Måns Rullgård (1):
      gpio: mxs: add name_to_gpio() function

Peng Fan (2):
      imx: mx6ul: disable VIDEO for SPL
      imx: mx7: fix the temperature checking for Rev1.1

Ye.Li (1):
      pfuze: Fix unsigned variable for less-than-zero comparison

 board/freescale/common/pfuze.c          |  3 ++-
 board/freescale/mx6sabresd/mx6sabresd.c | 36
++----------------------------------
 board/wandboard/wandboard.c             | 36
++----------------------------------
 drivers/gpio/mxs_gpio.c                 | 15 +++++++++++++++
 drivers/net/phy/atheros.c               |  2 +-
 drivers/thermal/imx_thermal.c           | 23 +++++++++++++++--------
 drivers/watchdog/imx_watchdog.c         |  2 +-
 include/configs/mx6ul_14x14_evk.h       |  2 ++
 include/fsl_wdog.h                      |  1 +
 9 files changed, 41 insertions(+), 79 deletions(-)

Comments

Tom Rini Jan. 9, 2016, 3:34 a.m. UTC | #1
On Fri, Jan 08, 2016 at 04:08:28PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> just a few fixes for release. Pleas epull from u-boot-imx, thanks !
> 
> The following changes since commit 3861d784b1a470570a0098ac5c25d79e3073c0d9:
> 
>   Merge git://git.denx.de/u-boot-mpc85xx (2016-01-07 11:24:27 -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 587c3f8ebe356b558f1876414885c1b4a31294ab:
> 
>   imx_watchdog: always set minimal timeout in reset_cpu (2016-01-07
> 17:54:53 +0100)
> 

Applied to u-boot/master, thanks!
Fabio Estevam Jan. 9, 2016, 7:15 p.m. UTC | #2
Hi Stefano,

On Fri, Jan 8, 2016 at 1:08 PM, Stefano Babic <sbabic@denx.de> wrote:
> Hi Tom,
>
> just a few fixes for release. Pleas epull from u-boot-imx, thanks !

There are some more fixes that would be good to have for 2016.01:
https://patchwork.ozlabs.org/patch/562905/
https://patchwork.ozlabs.org/patch/563983/
https://patchwork.ozlabs.org/patch/564401/

Do you plan to submit another pull request? If not, maybe Tom could
pick these directly.

Thanks
Stefano Babic Jan. 10, 2016, 9:54 a.m. UTC | #3
Hi Fabio, Otavio,

On 09/01/2016 20:15, Fabio Estevam wrote:
> Hi Stefano,
> 
> On Fri, Jan 8, 2016 at 1:08 PM, Stefano Babic <sbabic@denx.de> wrote:
>> Hi Tom,
>>
>> just a few fixes for release. Pleas epull from u-boot-imx, thanks !
> 
> There are some more fixes that would be good to have for 2016.01:
> https://patchwork.ozlabs.org/patch/562905/

This I missed, sorry. Got it.

> https://patchwork.ozlabs.org/patch/563983/
> https://patchwork.ozlabs.org/patch/564401/
> 

Agree - specially Otavio's patch for documentation avoid to kill the SPI
flash simply following the instructions. I applied it.


> Do you plan to submit another pull request? If not, maybe Tom could
> pick these directly.
> 

Tom, of course you can apply them yourself - but if it is easier for
you, I have applied all three patches and I send now my PR for them.

Best regards,
Stefano Babic