mbox

[U-Boot] Pull request v2 : u-boot-sh/master

Message ID CABMQnVLQk5E+phTyqaMRHFaCxrgJAR73gNyA7PaP04im=yr96Q@mail.gmail.com
State Accepted
Delegated to: Nobuhiro Iwamatsu
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu Aug. 9, 2012, 7:25 a.m. UTC
Dear Wolfgang Denk.

Please pull from git://git.denx.de/u-boot-sh master.

Best regards,
  Nobuhiro

The following changes since commit 6d36121b878a3ccbbff7f60a02109e8c8d81dd0f:

  Merge branch 'master' of git://git.denx.de/u-boot-onenand
(2012-08-07 23:42:55 +0200)

are available in the git repository at:


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

for you to fetch changes up to d764c5043d6d72e012f3e50092344ebd57a0c242:

  sh: Add support pin function control using GPIO (2012-08-08 10:24:41 +0900)

----------------------------------------------------------------
Hideyuki Sano (1):
      serial: sh: Add support Renesas R8A7740

Nobuhiro Iwamatsu (2):
      serial: sh: Add support Renesas SH73A0
      sh: Add support pin function control using GPIO

Yoshihiro Shimoda (1):
      sh: modify checkcpu() for SH-4A

 arch/sh/cpu/sh4/cpu.c      |    4 ++
 drivers/gpio/Makefile      |    1 +
 drivers/gpio/sh_pfc.c      |  629
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/serial/serial_sh.h |   32 ++++++---
 include/sh_pfc.h           |  192
++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 849 insertions(+), 9 deletions(-)
 create mode 100644 drivers/gpio/sh_pfc.c
 create mode 100644 include/sh_pfc.h

Comments

Wolfgang Denk Aug. 9, 2012, 7:10 p.m. UTC | #1
Dear Nobuhiro Iwamatsu,

In message <CABMQnVLQk5E+phTyqaMRHFaCxrgJAR73gNyA7PaP04im=yr96Q@mail.gmail.com> you wrote:
> 
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to d764c5043d6d72e012f3e50092344ebd57a0c242:
> 
>   sh: Add support pin function control using GPIO (2012-08-08 10:24:41 +0900)
> 

Ah, sorry, found your second pull req. only now.  Anyway, it's applied.

Best regards,

Wolfgang Denk