mbox

[U-Boot,GIT,PULL] u-boot-mpc83xx - couple of minor fixes

Message ID 20110205172435.405b1f20.kim.phillips@freescale.com
State Accepted
Headers show

Pull-request

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

Message

Kim Phillips Feb. 5, 2011, 11:24 p.m. UTC
Wolfgang Denk,

Please pull a couple of minor fixes for 83xx:

The following changes since commit f69b980d108b5f15ca7dd3f4284d5a66488c3625:

  Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2011-02-04 21:44:46 +0100)

are available in the git repository at:

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

Joakim Tjernlund (1):
      mpc83xx: Use correct register to calculate clocks.

Leo Liu (1):
      mpc83xx: fix pcie configuration space read/write

 arch/powerpc/cpu/mpc83xx/pcie.c  |   19 ++++++++++++++++++-
 arch/powerpc/cpu/mpc83xx/speed.c |   15 ++++++++-------
 include/mpc83xx.h                |    7 +++++++
 include/pci.h                    |    2 ++
 4 files changed, 35 insertions(+), 8 deletions(-)

Thanks,

Kim

Comments

Wolfgang Denk Feb. 6, 2011, 9:42 p.m. UTC | #1
Dear Kim Phillips,

In message <20110205172435.405b1f20.kim.phillips@freescale.com> you wrote:
> Wolfgang Denk,
> 
> Please pull a couple of minor fixes for 83xx:
> 
> The following changes since commit f69b980d108b5f15ca7dd3f4284d5a66488c3625:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2011-02-04 21:44:46 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc83xx.git master
> 
> Joakim Tjernlund (1):
>       mpc83xx: Use correct register to calculate clocks.
> 
> Leo Liu (1):
>       mpc83xx: fix pcie configuration space read/write
> 
>  arch/powerpc/cpu/mpc83xx/pcie.c  |   19 ++++++++++++++++++-
>  arch/powerpc/cpu/mpc83xx/speed.c |   15 ++++++++-------
>  include/mpc83xx.h                |    7 +++++++
>  include/pci.h                    |    2 ++
>  4 files changed, 35 insertions(+), 8 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk