mbox

[U-Boot,PULL] u-boot-pxa/master

Message ID 201203061207.57158.marex@denx.de
State Accepted
Headers show

Pull-request

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

Message

Marek Vasut March 6, 2012, 11:07 a.m. UTC
Dear Albert ARIBAUD,

The following changes since commit 3513896e57c6757c411e0633ccb5da08c36ad7d4:

  Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registers 
(2012-03-05 13:36:36 +0100)

are available in the git repository at:

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

for you to fetch changes up to d85feeff3e8fc458654274835b2cf8e61070cdf4:

  IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-06 11:57:43 +0100)

----------------------------------------------------------------
Marek Vasut (7):
      Examples: Properly append LDFLAGS to LD command
      IXP: Make IXP buildable with arm-linux- toolchains
      IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
      IXP: Squash warnings in IXP NPE
      IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
      IXP: Fix NAND build warning on PDNB3 and SCPU
      IXP: Fix GPIO_INT_ACT_LOW_SET()

 Makefile                                 |   12 ------------
 arch/arm/cpu/ixp/config.mk               |    3 +++
 arch/arm/cpu/ixp/npe/IxEthAcc.c          |    2 +-
 arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |    3 ---
 arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |    3 ---
 arch/arm/include/asm/arch-ixp/ixp425.h   |   10 ++++++++--
 board/actux1/actux1.c                    |    2 --
 board/actux2/actux2.c                    |    2 --
 board/actux3/actux3.c                    |    2 --
 board/actux4/actux4.c                    |    2 --
 board/dvlhost/dvlhost.c                  |    2 --
 board/prodrive/pdnb3/nand.c              |   16 +++-------------
 board/prodrive/pdnb3/pdnb3.c             |    3 ---
 boards.cfg                               |    2 ++
 examples/standalone/Makefile             |    2 +-
 include/configs/actux1.h                 |    2 ++
 include/configs/actux2.h                 |    2 ++
 include/configs/actux3.h                 |    2 ++
 include/configs/actux4.h                 |    2 ++
 include/configs/dvlhost.h                |    2 ++
 include/configs/pdnb3.h                  |    2 ++
 21 files changed, 30 insertions(+), 48 deletions(-)

Best regards,
Marek Vasut

Comments

Albert ARIBAUD March 8, 2012, 7:12 a.m. UTC | #1
Hi Marek,

Le 06/03/2012 12:07, Marek Vasut a écrit :
> Dear Albert ARIBAUD,
>
> The following changes since commit 3513896e57c6757c411e0633ccb5da08c36ad7d4:
>
>    Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registers
> (2012-03-05 13:36:36 +0100)
>
> are available in the git repository at:
>
>    git://git.denx.de/u-boot-pxa.git master
>
> for you to fetch changes up to d85feeff3e8fc458654274835b2cf8e61070cdf4:
>
>    IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-06 11:57:43 +0100)
>
> ----------------------------------------------------------------
> Marek Vasut (7):
>        Examples: Properly append LDFLAGS to LD command
>        IXP: Make IXP buildable with arm-linux- toolchains
>        IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
>        IXP: Squash warnings in IXP NPE
>        IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
>        IXP: Fix NAND build warning on PDNB3 and SCPU
>        IXP: Fix GPIO_INT_ACT_LOW_SET()
>
>   Makefile                                 |   12 ------------
>   arch/arm/cpu/ixp/config.mk               |    3 +++
>   arch/arm/cpu/ixp/npe/IxEthAcc.c          |    2 +-
>   arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |    3 ---
>   arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |    3 ---
>   arch/arm/include/asm/arch-ixp/ixp425.h   |   10 ++++++++--
>   board/actux1/actux1.c                    |    2 --
>   board/actux2/actux2.c                    |    2 --
>   board/actux3/actux3.c                    |    2 --
>   board/actux4/actux4.c                    |    2 --
>   board/dvlhost/dvlhost.c                  |    2 --
>   board/prodrive/pdnb3/nand.c              |   16 +++-------------
>   board/prodrive/pdnb3/pdnb3.c             |    3 ---
>   boards.cfg                               |    2 ++
>   examples/standalone/Makefile             |    2 +-
>   include/configs/actux1.h                 |    2 ++
>   include/configs/actux2.h                 |    2 ++
>   include/configs/actux3.h                 |    2 ++
>   include/configs/actux4.h                 |    2 ++
>   include/configs/dvlhost.h                |    2 ++
>   include/configs/pdnb3.h                  |    2 ++
>   21 files changed, 30 insertions(+), 48 deletions(-)
>
> Best regards,
> Marek Vasut

Applied to u-boot-arm/master, thanks!

Amicalement,