mbox

[U-Boot,GIT,PULL] u-boot-mips/master

Message ID 1338761093-27598-1-git-send-email-daniel.schwierzeck@googlemail.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Daniel Schwierzeck June 3, 2012, 10:04 p.m. UTC
Dear Wolfgang,

please pull some checkpatch.pl cleanups for MIPS.

The following changes since commit 4398d55991eb3c2484a2a8e991d701e5d7a64874:

  net: sh-eth: Add support Gigabit of SH7734 (2012-05-23 17:53:09 -0500)

are available in the git repository at:

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

for you to fetch changes up to e034ea3b77baf90ab8dde2c1beeb22704b01fb2d:

  MIPS: board.c: move extern declarations to u-boot-mips.h (2012-06-03 23:46:04 +0200)

----------------------------------------------------------------
Daniel Schwierzeck (3):
      MIPS: bootm.c: make checkpatch.pl clean
      MIPS: bootm_qemu_mips.c: make checkpatch.pl clean
      MIPS: board.c: move extern declarations to u-boot-mips.h

 arch/mips/include/asm/u-boot-mips.h |   11 ++++
 arch/mips/lib/board.c               |    7 ---
 arch/mips/lib/bootm.c               |  102 +++++++++++++++++------------------
 arch/mips/lib/bootm_qemu_mips.c     |   26 ++++-----
 include/common.h                    |    3 ++
 5 files changed, 79 insertions(+), 70 deletions(-)
 create mode 100644 arch/mips/include/asm/u-boot-mips.h

Comments

Wolfgang Denk June 7, 2012, 9:39 p.m. UTC | #1
Dear Daniel Schwierzeck,

In message <1338761093-27598-1-git-send-email-daniel.schwierzeck@googlemail.com> you wrote:
> Dear Wolfgang,
> 
> please pull some checkpatch.pl cleanups for MIPS.
> 
> The following changes since commit 4398d55991eb3c2484a2a8e991d701e5d7a64874:
> 
>   net: sh-eth: Add support Gigabit of SH7734 (2012-05-23 17:53:09 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to e034ea3b77baf90ab8dde2c1beeb22704b01fb2d:
> 
>   MIPS: board.c: move extern declarations to u-boot-mips.h (2012-06-03 23:46:04 +0200)
> 
> ----------------------------------------------------------------
> Daniel Schwierzeck (3):
>       MIPS: bootm.c: make checkpatch.pl clean
>       MIPS: bootm_qemu_mips.c: make checkpatch.pl clean
>       MIPS: board.c: move extern declarations to u-boot-mips.h
> 
>  arch/mips/include/asm/u-boot-mips.h |   11 ++++
>  arch/mips/lib/board.c               |    7 ---
>  arch/mips/lib/bootm.c               |  102 +++++++++++++++++------------------
>  arch/mips/lib/bootm_qemu_mips.c     |   26 ++++-----
>  include/common.h                    |    3 ++
>  5 files changed, 79 insertions(+), 70 deletions(-)
>  create mode 100644 arch/mips/include/asm/u-boot-mips.h

Applied, thanks.

Best regards,

Wolfgang Denk