mbox

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

Message ID 5211D945.10107@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Stefan Roese Aug. 19, 2013, 8:37 a.m. UTC
Hi Tom,

please pull the following patches:

The following changes since commit e20cc2ca15b5b0644f51b6e58d530d70acd2bc00:

  Merge branch 'master' of git://88.191.163.10/u-boot-arm (2013-08-18 14:14:34 -0400)

are available in the git repository at:


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

for you to fetch changes up to 3e24dd2b8713c00ddecbc0cded2b0390e9b256be:

  powerpc/ppc4xx: Fix dlvision-10g reset gpio (2013-08-19 10:27:12 +0200)

----------------------------------------------------------------
Dirk Eibach (4):
      powerpc/ppc4xx: Add support for iocon fiber
      powerpc/ppc4xx: Add support for iocon-2
      powerpc/ppc4xx: Do full iocon PHY initialization in software
      powerpc/ppc4xx: Fix dlvision-10g reset gpio

 board/gdsys/405ep/iocon.c      | 278 ++++++++++++++++++++++++++++++++---------
 include/configs/dlvision-10g.h |   4 +-
 2 files changed, 224 insertions(+), 58 deletions(-)


Thanks,
Stefan

Comments

Tom Rini Aug. 19, 2013, 1:40 p.m. UTC | #1
On Mon, Aug 19, 2013 at 10:37:25AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following patches:
> 
> The following changes since commit e20cc2ca15b5b0644f51b6e58d530d70acd2bc00:
> 
>   Merge branch 'master' of git://88.191.163.10/u-boot-arm (2013-08-18 14:14:34 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> for you to fetch changes up to 3e24dd2b8713c00ddecbc0cded2b0390e9b256be:
> 
>   powerpc/ppc4xx: Fix dlvision-10g reset gpio (2013-08-19 10:27:12 +0200)
> 
> ----------------------------------------------------------------
> Dirk Eibach (4):
>       powerpc/ppc4xx: Add support for iocon fiber
>       powerpc/ppc4xx: Add support for iocon-2
>       powerpc/ppc4xx: Do full iocon PHY initialization in software
>       powerpc/ppc4xx: Fix dlvision-10g reset gpio
> 
>  board/gdsys/405ep/iocon.c      | 278 ++++++++++++++++++++++++++++++++---------
>  include/configs/dlvision-10g.h |   4 +-
>  2 files changed, 224 insertions(+), 58 deletions(-)

Applied to u-boot/master, thanks!