mbox

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

Message ID CABMQnVLnRSBqp43jjMD46eRLeC4T4uiLtJDqWLJu75=SxVr7Gw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu March 2, 2015, 1:47 a.m. UTC
Dear Tom Rini.

Please pull u-boot-sh rmobile branch.

The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:

  OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
17:04:00 -0500)

are available in the git repository at:

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

for you to fetch changes up to 275ec28eed3d09bd924457b02ce29203172ae808:

  arm: rmobile: silk: Add support SDHI (2015-02-25 14:20:10 +0900)

----------------------------------------------------------------
Nobuhiro Iwamatsu (9):
      arm: rmobile: koelsch: Migrate serial driver to drivers model
      arm: rmobile: gose: Migrate serial driver to drivers model
      arm: rmobile: lager: Migrate serial driver to drivers model
      arm: rmobile: alt: Migrate serial driver to drivers model
      arm: rmobile: silk: Migrate serial driver to drivers model
      arm: rmobile: alt: Add support SDHI
      arm: rmobile: koelsch: Add support SDHI
      arm: rmobile: gose: Add support SDHI
      arm: rmobile: lager: Add support SDHI

Vladimir Barinov (5):
      arm: rmobile: Add Porter board support
      arm: rmobile: silk: Fix GPIO4_31 initialization
      arm: rmobile: silk: Disable ethernet pins pull-up
      arm: rmobile: silk: fix typo in device declaration
      arm: rmobile: silk: Add support SDHI

 arch/arm/cpu/armv7/rmobile/Kconfig               |    6 +-
 arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c         | 1001
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c         |  148 +++++++++++++++++-
 arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h |  114 +++++++++++++-
 board/renesas/alt/alt.c                          |   69 +++++++-
 board/renesas/gose/gose.c                        |   81 ++++++++++
 board/renesas/koelsch/koelsch.c                  |   86 ++++++++++
 board/renesas/lager/lager.c                      |   73 ++++++++-
 board/renesas/porter/Kconfig                     |   12 ++
 board/renesas/porter/MAINTAINERS                 |    6 +
 board/renesas/porter/Makefile                    |   10 ++
 board/renesas/porter/porter.c                    |  228
+++++++++++++++++++++++++++
 board/renesas/porter/qos.c                       | 1312
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/porter/qos.h                       |   13 ++
 board/renesas/silk/silk.c                        |   59 ++++++-
 configs/alt_defconfig                            |    3 +
 configs/gose_defconfig                           |    3 +
 configs/koelsch_defconfig                        |    3 +
 configs/lager_defconfig                          |    3 +
 configs/porter_defconfig                         |    6 +
 configs/silk_defconfig                           |    3 +
 include/configs/alt.h                            |    6 +-
 include/configs/gose.h                           |    9 +-
 include/configs/koelsch.h                        |   10 +-
 include/configs/lager.h                          |    6 +-
 include/configs/porter.h                         |  112 +++++++++++++
 include/configs/rcar-gen2-common.h               |    2 +
 include/configs/silk.h                           |    6 +-
 28 files changed, 3349 insertions(+), 41 deletions(-)
 create mode 100644 board/renesas/porter/Kconfig
 create mode 100644 board/renesas/porter/MAINTAINERS
 create mode 100644 board/renesas/porter/Makefile
 create mode 100644 board/renesas/porter/porter.c
 create mode 100644 board/renesas/porter/qos.c
 create mode 100644 board/renesas/porter/qos.h
 create mode 100644 configs/porter_defconfig
 create mode 100644 include/configs/porter.h

Comments

Nobuhiro Iwamatsu March 2, 2015, 1:55 a.m. UTC | #1
Add Tom's other mail address.

2015-03-02 10:47 GMT+09:00 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>:
> Dear Tom Rini.
>
> Please pull u-boot-sh rmobile branch.
>
> The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:
>
>   OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
> 17:04:00 -0500)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-sh.git rmobile
>
> for you to fetch changes up to 275ec28eed3d09bd924457b02ce29203172ae808:
>
>   arm: rmobile: silk: Add support SDHI (2015-02-25 14:20:10 +0900)
>
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (9):
>       arm: rmobile: koelsch: Migrate serial driver to drivers model
>       arm: rmobile: gose: Migrate serial driver to drivers model
>       arm: rmobile: lager: Migrate serial driver to drivers model
>       arm: rmobile: alt: Migrate serial driver to drivers model
>       arm: rmobile: silk: Migrate serial driver to drivers model
>       arm: rmobile: alt: Add support SDHI
>       arm: rmobile: koelsch: Add support SDHI
>       arm: rmobile: gose: Add support SDHI
>       arm: rmobile: lager: Add support SDHI
>
> Vladimir Barinov (5):
>       arm: rmobile: Add Porter board support
>       arm: rmobile: silk: Fix GPIO4_31 initialization
>       arm: rmobile: silk: Disable ethernet pins pull-up
>       arm: rmobile: silk: fix typo in device declaration
>       arm: rmobile: silk: Add support SDHI
>
>  arch/arm/cpu/armv7/rmobile/Kconfig               |    6 +-
>  arch/arm/cpu/armv7/rmobile/pfc-r8a7790.c         | 1001
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  arch/arm/cpu/armv7/rmobile/pfc-r8a7794.c         |  148 +++++++++++++++++-
>  arch/arm/include/asm/arch-rmobile/r8a7794-gpio.h |  114 +++++++++++++-
>  board/renesas/alt/alt.c                          |   69 +++++++-
>  board/renesas/gose/gose.c                        |   81 ++++++++++
>  board/renesas/koelsch/koelsch.c                  |   86 ++++++++++
>  board/renesas/lager/lager.c                      |   73 ++++++++-
>  board/renesas/porter/Kconfig                     |   12 ++
>  board/renesas/porter/MAINTAINERS                 |    6 +
>  board/renesas/porter/Makefile                    |   10 ++
>  board/renesas/porter/porter.c                    |  228
> +++++++++++++++++++++++++++
>  board/renesas/porter/qos.c                       | 1312
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/renesas/porter/qos.h                       |   13 ++
>  board/renesas/silk/silk.c                        |   59 ++++++-
>  configs/alt_defconfig                            |    3 +
>  configs/gose_defconfig                           |    3 +
>  configs/koelsch_defconfig                        |    3 +
>  configs/lager_defconfig                          |    3 +
>  configs/porter_defconfig                         |    6 +
>  configs/silk_defconfig                           |    3 +
>  include/configs/alt.h                            |    6 +-
>  include/configs/gose.h                           |    9 +-
>  include/configs/koelsch.h                        |   10 +-
>  include/configs/lager.h                          |    6 +-
>  include/configs/porter.h                         |  112 +++++++++++++
>  include/configs/rcar-gen2-common.h               |    2 +
>  include/configs/silk.h                           |    6 +-
>  28 files changed, 3349 insertions(+), 41 deletions(-)
>  create mode 100644 board/renesas/porter/Kconfig
>  create mode 100644 board/renesas/porter/MAINTAINERS
>  create mode 100644 board/renesas/porter/Makefile
>  create mode 100644 board/renesas/porter/porter.c
>  create mode 100644 board/renesas/porter/qos.c
>  create mode 100644 board/renesas/porter/qos.h
>  create mode 100644 configs/porter_defconfig
>  create mode 100644 include/configs/porter.h
>
>
> --
> Nobuhiro Iwamatsu
>    iwamatsu at {nigauri.org / debian.org}
>    GPG ID: 40AD1FA6
Tom Rini March 2, 2015, 12:23 p.m. UTC | #2
On Mon, Mar 02, 2015 at 10:47:53AM +0900, Nobuhiro Iwamatsu wrote:

> Dear Tom Rini.
> 
> Please pull u-boot-sh rmobile branch.
> 
> The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02:
> 
>   OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24
> 17:04:00 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git rmobile
> 
> for you to fetch changes up to 275ec28eed3d09bd924457b02ce29203172ae808:
> 
>   arm: rmobile: silk: Add support SDHI (2015-02-25 14:20:10 +0900)
> 

Applied to u-boot/master, thanks!