linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 00/12] Renesas ARM based SoC board updates for v3.13
Date: Tue, 01 Oct 2013 04:07:18 +0000	[thread overview]
Message-ID: <20131001040718.GA13163@verge.net.au> (raw)
In-Reply-To: <cover.1380530519.git.horms+renesas@verge.net.au>

On Tue, Oct 01, 2013 at 11:37:00AM +0900, Simon Horman wrote:
> Hi Olof, Kevin and Arnd,
> 
> please consider these Renesas ARM based SoC board updates for v3.13.
> 
> This pull-request is based on renesas-soc-for-v3.13 which I will also send
> a pull-request for today.
> 
> The following changes since commit f39d35fcc2cd7a24ec3128adffd7876953999e1f:
> 
>   ARM: shmobile: r8a7778: add usb phy power control function (2013-09-30 16:11:23 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git boards

Somehow I missed the tag here. It should read:

    git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git renesas-boards-for-v3.13

> 
> for you to fetch changes up to b77c6bcef2082a7cd96124daf15df8da5b670ebe:
> 
>   ARM: shmobile: lager: disable MMCIF Command Completion Signal, add CLK_CTRL2 (2013-09-30 16:56:20 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM based SoC board updates for v3.13
> 
> * Display Unit support for lager and marzen boards
> * Update regulators for MMC0, SDHI0 and SDHI1 on ape6evm board
> * Enable use of FPGA on bockw board
> * Add sounds support to bockw board
> * Add USB function support to bockw board
> * Add Koelsch board
> * Disable MMCIF command completion signal on ape6evm, armadillo800eva,
>   kzm9g and lager boards.
> 
> ----------------------------------------------------------------
> Guennadi Liakhovetski (5):
>       ARM: shmobile: ape6evm: update MMC0, SDHI0 and SDHI1 with correct regulators
>       ARM: shmobile: ape6evm: disable MMCIF Command Completion Signal
>       ARM: shmobile: armadillo800eva: disable MMCIF Command Completion Signal
>       ARM: shmobile: kzm9g: disable MMCIF Command Completion Signal
>       ARM: shmobile: lager: disable MMCIF Command Completion Signal, add CLK_CTRL2
> 
> Hisashi Nakamura (1):
>       ARM: shmobile: Koelsch support
> 
> Kuninori Morimoto (3):
>       ARM: shmobile: bockw: enable global use of FPGA
>       ARM: shmobile: bockw: add R-Car sound support (PIO)
>       ARM: shmobile: bockw: add USB Function support
> 
> Laurent Pinchart (3):
>       ARM: shmobile: marzen: Add Display Unit support
>       ARM: shmobile: lager: Add Display Unit support
>       ARM: shmobile: lager: Fix Display Unit platform data
> 
>  arch/arm/boot/dts/Makefile                     |   1 +
>  arch/arm/boot/dts/r8a7791-koelsch.dts          |  32 +++
>  arch/arm/mach-shmobile/Kconfig                 |   7 +
>  arch/arm/mach-shmobile/Makefile                |   1 +
>  arch/arm/mach-shmobile/Makefile.boot           |   1 +
>  arch/arm/mach-shmobile/board-ape6evm.c         |  55 +++-
>  arch/arm/mach-shmobile/board-armadillo800eva.c |   1 +
>  arch/arm/mach-shmobile/board-bockw.c           | 370 ++++++++++++++++++++++++-
>  arch/arm/mach-shmobile/board-koelsch.c         |  44 +++
>  arch/arm/mach-shmobile/board-kzm9g.c           |   1 +
>  arch/arm/mach-shmobile/board-lager.c           |  68 +++++
>  arch/arm/mach-shmobile/board-marzen.c          |  72 +++++
>  12 files changed, 634 insertions(+), 19 deletions(-)
>  create mode 100644 arch/arm/boot/dts/r8a7791-koelsch.dts
>  create mode 100644 arch/arm/mach-shmobile/board-koelsch.c
> 

  parent reply	other threads:[~2013-10-01  4:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-01  2:37 [GIT PULL 00/12] Renesas ARM based SoC board updates for v3.13 Simon Horman
2013-10-01  2:37 ` [PATCH 01/12] ARM: shmobile: marzen: Add Display Unit support Simon Horman
2013-10-01  2:37 ` [PATCH 02/12] ARM: shmobile: lager: " Simon Horman
2013-10-01  2:37 ` [PATCH 03/12] ARM: shmobile: ape6evm: update MMC0, SDHI0 and SDHI1 with correct regulators Simon Horman
2013-10-01  2:37 ` [PATCH 04/12] ARM: shmobile: lager: Fix Display Unit platform data Simon Horman
2013-10-01  2:37 ` [PATCH 05/12] ARM: shmobile: bockw: enable global use of FPGA Simon Horman
2013-10-01  2:37 ` [PATCH 06/12] ARM: shmobile: bockw: add R-Car sound support (PIO) Simon Horman
2013-10-01  2:37 ` [PATCH 07/12] ARM: shmobile: Koelsch support Simon Horman
2013-10-01  2:37 ` [PATCH 08/12] ARM: shmobile: bockw: add USB Function support Simon Horman
2013-10-01  2:37 ` [PATCH 09/12] ARM: shmobile: ape6evm: disable MMCIF Command Completion Signal Simon Horman
2013-10-01  2:37 ` [PATCH 10/12] ARM: shmobile: armadillo800eva: " Simon Horman
2013-10-01  2:37 ` [PATCH 11/12] ARM: shmobile: kzm9g: " Simon Horman
2013-10-01  2:37 ` [PATCH 12/12] ARM: shmobile: lager: disable MMCIF Command Completion Signal, add CLK_CTRL2 Simon Horman
2013-10-01  4:07 ` Simon Horman [this message]
2013-10-07 18:36   ` [GIT PULL 00/12] Renesas ARM based SoC board updates for v3.13 Olof Johansson
2013-10-08  0:06     ` Simon Horman
2013-10-08  0:21       ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131001040718.GA13163@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).