mbox

[U-Boot] Request pull: u-boot-sh

Message ID CABMQnVKUCvW5KusMRc50qjEB1v=MvXo=Aj9JNS9xhP5x66_T=A@mail.gmail.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu Aug. 28, 2012, 4:29 a.m. UTC
Dear Wolfgang.

Please pull u-boot-sh master branch.

Best regards,
  Nobuhiro

The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:

  Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200)

are available in the git repository at:

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

for you to fetch changes up to 31d4fe8d405c4b9e27f7eca6c6710092ba14b49d:

  sh: tmu: Removed arch/sh/include/asm/clk.h (2012-08-21 15:00:34 +0900)

----------------------------------------------------------------
Nobuhiro Iwamatsu (3):
      sh: tmu: Changed TMU driver using array of structures
      sh: tmu: Changed switch statement to shift operation
      sh: tmu: Removed arch/sh/include/asm/clk.h

 arch/sh/include/asm/clk.h        |   35 ----------------------------
 arch/sh/include/asm/cpu_sh7706.h |    5 +---
 arch/sh/include/asm/cpu_sh7710.h |    5 +---
 arch/sh/include/asm/cpu_sh7720.h |   10 --------
 arch/sh/include/asm/cpu_sh7722.h |   11 +--------
 arch/sh/include/asm/cpu_sh7723.h |   11 +--------
 arch/sh/include/asm/cpu_sh7724.h |   11 +--------
 arch/sh/include/asm/cpu_sh7734.h |    4 +---
 arch/sh/include/asm/cpu_sh7750.h |   21 +----------------
 arch/sh/include/asm/cpu_sh7757.h |   14 +-----------
 arch/sh/include/asm/cpu_sh7763.h |    5 +---
 arch/sh/include/asm/cpu_sh7780.h |   24 +------------------
 arch/sh/include/asm/cpu_sh7785.h |   24 +------------------
 arch/sh/lib/time.c               |   72
+++++++++++++++++++++++++--------------------------------
 include/sh_tmu.h                 |   75
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 15 files changed, 117 insertions(+), 210 deletions(-)
 delete mode 100644 arch/sh/include/asm/clk.h
 create mode 100644 include/sh_tmu.h

Comments

Wolfgang Denk Sept. 1, 2012, 12:11 p.m. UTC | #1
Dear Nobuhiro Iwamatsu,

In message <CABMQnVKUCvW5KusMRc50qjEB1v=MvXo=Aj9JNS9xhP5x66_T=A@mail.gmail.com> you wrote:
> Dear Wolfgang.
> 
> Please pull u-boot-sh master branch.
> 
> Best regards,
>   Nobuhiro
> 
> The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:
> 
>   Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 31d4fe8d405c4b9e27f7eca6c6710092ba14b49d:
> 
>   sh: tmu: Removed arch/sh/include/asm/clk.h (2012-08-21 15:00:34 +0900)
> 
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (3):
>       sh: tmu: Changed TMU driver using array of structures
>       sh: tmu: Changed switch statement to shift operation
>       sh: tmu: Removed arch/sh/include/asm/clk.h
> 
>  arch/sh/include/asm/clk.h        |   35 ----------------------------
>  arch/sh/include/asm/cpu_sh7706.h |    5 +---
>  arch/sh/include/asm/cpu_sh7710.h |    5 +---
>  arch/sh/include/asm/cpu_sh7720.h |   10 --------
>  arch/sh/include/asm/cpu_sh7722.h |   11 +--------
>  arch/sh/include/asm/cpu_sh7723.h |   11 +--------
>  arch/sh/include/asm/cpu_sh7724.h |   11 +--------
>  arch/sh/include/asm/cpu_sh7734.h |    4 +---
>  arch/sh/include/asm/cpu_sh7750.h |   21 +----------------
>  arch/sh/include/asm/cpu_sh7757.h |   14 +-----------
>  arch/sh/include/asm/cpu_sh7763.h |    5 +---
>  arch/sh/include/asm/cpu_sh7780.h |   24 +------------------
>  arch/sh/include/asm/cpu_sh7785.h |   24 +------------------
>  arch/sh/lib/time.c               |   72
> +++++++++++++++++++++++++--------------------------------
>  include/sh_tmu.h                 |   75
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  15 files changed, 117 insertions(+), 210 deletions(-)
>  delete mode 100644 arch/sh/include/asm/clk.h
>  create mode 100644 include/sh_tmu.h

Applied, thanks.

Best regards,

Wolfgang Denk