mbox

[GIT,PULL,0/5] Third round of Renesas ARM-based SoC board updates for v3.12

Message ID cover.1377653181.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards3-for-v3.12

Message

Simon Horman Aug. 28, 2013, 1:37 a.m. UTC
Hi Kevin, Hi Olof, Hi Arnd,

please consider this third round of Renesas ARM based SoC board
updates for v3.12.

It is based on a merge of:

* renesas-boards2-for-v3.12
  ("Second Round of ARM based SoC board updates for v3.12")
  which you have previously pulled.

* renesas-boards-cleanup-for-v3.12
  ("ARM based SoC board cleanups updates for v3.12")
  which you have previously pulled.

* git://people.freedesktop.Org/~airlied/linux drm-rcar-for-v3.12
  Which is in turn based on v3.11-rc3.
  This was provided by Dave Airlie to provide dependencies
  for the Display Unit changes in this series.

I encountered a minor merge conflict when I merged this branch into
my own next branch. My resolution is available in the renesas-next-20130823
tag of my renesas tree.

I apologise that this and other pull requests that I will send today
are rather later in the cycle than I would like. This is primarily due
to a combination of my summer vacation and wanting to let the patches
sit in next for a while.


The following changes since commit 3ddace5bccc5094a1d135fe4a9e555ef1d40006c:

  Merge branch 'drm-rcar-for-v3.12' of git://people.freedesktop.Org/~airlied/linux into boards3 (2013-08-22 11:11:55 +0900)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards3-for-v3.12

for you to fetch changes up to 8034dc4a1d615c84932c74633b7399603f7cc2a4:

  ARM: shmobile: lager: Fix Display Unit platform data (2013-08-23 09:14:16 +0900)

----------------------------------------------------------------
Third round of Renesas ARM-based SoC board updates for v3.12

* Add Display Unit support to lager and marzen boards
* Constify platform data and resources of lager board
* Correct regulators of  MMC0, SDHI0 and SDHI1 on ape6evm board

----------------------------------------------------------------
Guennadi Liakhovetski (1):
      ARM: shmobile: ape6evm: update MMC0, SDHI0 and SDHI1 with correct regulators

Laurent Pinchart (4):
      ARM: shmobile: marzen: Add Display Unit support
      ARM: shmobile: lager: Constify platform data and resources
      ARM: shmobile: lager: Add Display Unit support
      ARM: shmobile: lager: Fix Display Unit platform data

 arch/arm/mach-shmobile/board-ape6evm.c | 54 +++++++++++++++++++----
 arch/arm/mach-shmobile/board-lager.c   | 80 +++++++++++++++++++++++++++++++---
 arch/arm/mach-shmobile/board-marzen.c  | 72 ++++++++++++++++++++++++++++++
 3 files changed, 191 insertions(+), 15 deletions(-)

Comments

Simon Horman Aug. 28, 2013, 1:44 a.m. UTC | #1
On Wed, Aug 28, 2013 at 10:37:40AM +0900, Simon Horman wrote:
> Hi Kevin, Hi Olof, Hi Arnd,
> 
> please consider this third round of Renesas ARM based SoC board
> updates for v3.12.

I inadvertently sent this email twice.
Sorry for any confusion that may cause.
The contents should be identical.

> 
> It is based on a merge of:
> 
> * renesas-boards2-for-v3.12
>   ("Second Round of ARM based SoC board updates for v3.12")
>   which you have previously pulled.
> 
> * renesas-boards-cleanup-for-v3.12
>   ("ARM based SoC board cleanups updates for v3.12")
>   which you have previously pulled.
> 
> * git://people.freedesktop.Org/~airlied/linux drm-rcar-for-v3.12
>   Which is in turn based on v3.11-rc3.
>   This was provided by Dave Airlie to provide dependencies
>   for the Display Unit changes in this series.
> 
> I encountered a minor merge conflict when I merged this branch into
> my own next branch. My resolution is available in the renesas-next-20130823
> tag of my renesas tree.
> 
> I apologise that this and other pull requests that I will send today
> are rather later in the cycle than I would like. This is primarily due
> to a combination of my summer vacation and wanting to let the patches
> sit in next for a while.
> 
> 
> The following changes since commit 3ddace5bccc5094a1d135fe4a9e555ef1d40006c:
> 
>   Merge branch 'drm-rcar-for-v3.12' of git://people.freedesktop.Org/~airlied/linux into boards3 (2013-08-22 11:11:55 +0900)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards3-for-v3.12
> 
> for you to fetch changes up to 8034dc4a1d615c84932c74633b7399603f7cc2a4:
> 
>   ARM: shmobile: lager: Fix Display Unit platform data (2013-08-23 09:14:16 +0900)
> 
> ----------------------------------------------------------------
> Third round of Renesas ARM-based SoC board updates for v3.12
> 
> * Add Display Unit support to lager and marzen boards
> * Constify platform data and resources of lager board
> * Correct regulators of  MMC0, SDHI0 and SDHI1 on ape6evm board
> 
> ----------------------------------------------------------------
> Guennadi Liakhovetski (1):
>       ARM: shmobile: ape6evm: update MMC0, SDHI0 and SDHI1 with correct regulators
> 
> Laurent Pinchart (4):
>       ARM: shmobile: marzen: Add Display Unit support
>       ARM: shmobile: lager: Constify platform data and resources
>       ARM: shmobile: lager: Add Display Unit support
>       ARM: shmobile: lager: Fix Display Unit platform data
> 
>  arch/arm/mach-shmobile/board-ape6evm.c | 54 +++++++++++++++++++----
>  arch/arm/mach-shmobile/board-lager.c   | 80 +++++++++++++++++++++++++++++++---
>  arch/arm/mach-shmobile/board-marzen.c  | 72 ++++++++++++++++++++++++++++++
>  3 files changed, 191 insertions(+), 15 deletions(-)
>
Olof Johansson Aug. 29, 2013, 11:59 p.m. UTC | #2
Hi Simon,

On Wed, Aug 28, 2013 at 10:37:40AM +0900, Simon Horman wrote:
> please consider this third round of Renesas ARM based SoC board
> updates for v3.12.

It's time to start closing down the tree, so please hold these (and the other
branches you sent pull requests for on the 28th) for right after -rc1. We'll of
course be happy to take fixes to things before then, but cleanups and new code
should wait.

That will also simplify a lot of the dependencies on these late branches. :)


Thanks,

-Olof
Simon Horman Aug. 30, 2013, 12:19 a.m. UTC | #3
On Thu, Aug 29, 2013 at 04:59:58PM -0700, Olof Johansson wrote:
> Hi Simon,
> 
> On Wed, Aug 28, 2013 at 10:37:40AM +0900, Simon Horman wrote:
> > please consider this third round of Renesas ARM based SoC board
> > updates for v3.12.
> 
> It's time to start closing down the tree, so please hold these (and the other
> branches you sent pull requests for on the 28th) for right after -rc1. We'll of
> course be happy to take fixes to things before then, but cleanups and new code
> should wait.
> 
> That will also simplify a lot of the dependencies on these late branches. :)

Understood. I'll hold these requests off for the next cycle and
only send fixes for the rest of this cycle.