mbox

[U-Boot] Please pull u-boot-sh/master

Message ID CABMQnVKzgi1=sr1LCuKt=cbXeg9RVudmC01GJmD6b3p-Tu87Cw@mail.gmail.com
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-sh.git master

Message

Nobuhiro Iwamatsu March 8, 2012, 2:12 a.m. UTC
Dear Wolfgang Denk.

Please pull u-boot-sh/master.

The following changes since commit e37ae40e9dec9af417c19de72f76becebf160730:

  image: Support FDTs already loaded at their load address (2012-03-06
22:18:48 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-sh.git master

for you to fetch changes up to 78df8c68cd42c9db3601b331018b82e9627d08ce:

  sh: timer: Remove unnecessary variable 'ticks' (2012-03-08 10:26:38 +0900)

----------------------------------------------------------------
Nobuhiro Iwamatsu (6):
      sh: sh_eth: Add support SH7724
      sh: ecovec: Add support PHY of SMSC
      net: sh_eth: Remove SH_ETH_PHY_DELAY
      net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT
      net: sh_eth: Remove unnecessary return
      sh: timer: Remove unnecessary variable 'ticks'

Phil Edworthy (1):
      sh: Fix sh7264 clock speed and related serial setting

 arch/sh/lib/time.c         |    7 +-----
 drivers/net/sh_eth.c       |   52 ++++++++++++++++++++++---------------------
 drivers/net/sh_eth.h       |   41 +++++++++++++++++++++++++++++++---
 drivers/serial/serial_sh.h |    2 -
 include/configs/ecovec.h   |    1 +
 include/configs/rsk7264.h  |    2 +-
 6 files changed, 67 insertions(+), 38 deletions(-)

Best regards,
  Nobuhiro

Comments

Wolfgang Denk March 17, 2012, 8:45 p.m. UTC | #1
Dear Nobuhiro Iwamatsu,

In message <CABMQnVKzgi1=sr1LCuKt=cbXeg9RVudmC01GJmD6b3p-Tu87Cw@mail.gmail.com> you wrote:
> Dear Wolfgang Denk.
> 
> Please pull u-boot-sh/master.
> 
> The following changes since commit e37ae40e9dec9af417c19de72f76becebf160730=
> :
> 
>   image: Support FDTs already loaded at their load address (2012-03-06
> 22:18:48 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 78df8c68cd42c9db3601b331018b82e9627d08ce:
> 
>   sh: timer: Remove unnecessary variable 'ticks' (2012-03-08 10:26:38 +0900=
> )
> 
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (6):
>       sh: sh_eth: Add support SH7724
>       sh: ecovec: Add support PHY of SMSC
>       net: sh_eth: Remove SH_ETH_PHY_DELAY
>       net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT
>       net: sh_eth: Remove unnecessary return
>       sh: timer: Remove unnecessary variable 'ticks'
> 
> Phil Edworthy (1):
>       sh: Fix sh7264 clock speed and related serial setting
> 
>  arch/sh/lib/time.c         |    7 +-----
>  drivers/net/sh_eth.c       |   52 ++++++++++++++++++++++------------------=
> ---
>  drivers/net/sh_eth.h       |   41 +++++++++++++++++++++++++++++++---
>  drivers/serial/serial_sh.h |    2 -
>  include/configs/ecovec.h   |    1 +
>  include/configs/rsk7264.h  |    2 +-
>  6 files changed, 67 insertions(+), 38 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk