mbox

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

Message ID CABMQnVJ8D0GECHQWHRcP0gyFXx6ZKc9OwbOhuhL71_u4iQMOGg@mail.gmail.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu Dec. 18, 2013, 7:44 a.m. UTC
Dear Albert Aribaud,

Please pull u-boot-sh/rmobile into u-boot-arm/master.

The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:

  ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12
17:43:39 -0500)

are available in the git repository at:

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

for you to fetch changes up to b8f383b86bc748382cc7cb5b3602c0c2ff9cb60c:

  arm: koelsch: Add support reset function (2013-12-18 16:35:46 +0900)

----------------------------------------------------------------
Nobuhiro Iwamatsu (7):
      arm: rmobile: Update README.rmobile
      arm: lager: Add support Ethernet
      arm: lager: Add support I2C
      arm: lager: Add support reset function
      arm: koelsch: Add support Ethernet
      arm: koelsch: Add support I2C
      arm: koelsch: Add support reset function

 board/renesas/koelsch/koelsch.c | 83
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/lager/lager.c     | 78
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/README.rmobile              | 49
++++++++++++++++++++++++++++++++++---------------
 include/configs/koelsch.h       | 41 +++++++++++++++++++++++++++++++++++++++--
 include/configs/lager.h         | 35 +++++++++++++++++++++++++++++++++++
 5 files changed, 269 insertions(+), 17 deletions(-)

Comments

Albert ARIBAUD Dec. 18, 2013, 6:25 p.m. UTC | #1
Hi Nobuhiro,

On Wed, 18 Dec 2013 16:44:34 +0900, Nobuhiro Iwamatsu
<iwamatsu@nigauri.org> wrote:

> Dear Albert Aribaud,
> 
> Please pull u-boot-sh/rmobile into u-boot-arm/master.
> 
> The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac:
> 
>   ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12
> 17:43:39 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh rmobile
> 
> for you to fetch changes up to b8f383b86bc748382cc7cb5b3602c0c2ff9cb60c:
> 
>   arm: koelsch: Add support reset function (2013-12-18 16:35:46 +0900)
> 
> ----------------------------------------------------------------
> Nobuhiro Iwamatsu (7):
>       arm: rmobile: Update README.rmobile
>       arm: lager: Add support Ethernet
>       arm: lager: Add support I2C
>       arm: lager: Add support reset function
>       arm: koelsch: Add support Ethernet
>       arm: koelsch: Add support I2C
>       arm: koelsch: Add support reset function
> 
>  board/renesas/koelsch/koelsch.c | 83
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/renesas/lager/lager.c     | 78
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  doc/README.rmobile              | 49
> ++++++++++++++++++++++++++++++++++---------------
>  include/configs/koelsch.h       | 41 +++++++++++++++++++++++++++++++++++++++--
>  include/configs/lager.h         | 35 +++++++++++++++++++++++++++++++++++
>  5 files changed, 269 insertions(+), 17 deletions(-)
> 
> 

Applied to u-boot-arm/master, thanks!

Amicalement,