mbox

[GIT,PULL,0/2] Renesas ARM based SoC boards cleanups for v3.12

Message ID cover.1375842006.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-boards-cleanup-for-v3.12

Message

Simon Horman Aug. 7, 2013, 4:36 a.m. UTC
Hi Olof, Hi Arnd,

please consider these Renesas ARM based SoC boards cleanups for v3.12.

This pull-request is based on renesas-boards-for-v3.12,
which I have previously sent a pull-request for.

I have separated these cleanups from those that I included
in renesas-cleanup3-for-v3.12 as there are different dependencies
involved and this approach seemed simpler somehow.


The following changes since commit f79d68da510bf1b95beff4d556b78d06801f11dc:

  ARM: shmobile: ape6evm: add SDHI interfaces (2013-07-25 14:46:38 +0900)

are available in the git repository at:

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

for you to fetch changes up to 8c8881b50691e17864cc54e5824b140e62fc2035:

  ARM: shmobile: lager: add missing __initdata (2013-08-06 09:53:56 +0900)

----------------------------------------------------------------
Renesas ARM based SoC boards cleanups for v3.12

* Add __initdata annotations to lager board
* Add __initconst annotations to ape6evm board

----------------------------------------------------------------
Guennadi Liakhovetski (1):
      ARM: shmobile: ape6evm: add "__initconst" annotations where needed

Kuninori Morimoto (1):
      ARM: shmobile: lager: add missing __initdata

 arch/arm/mach-shmobile/board-ape6evm.c | 18 +++++++++---------
 arch/arm/mach-shmobile/board-lager.c   |  4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)

Comments

Olof Johansson Aug. 14, 2013, 8:12 a.m. UTC | #1
On Wed, Aug 07, 2013 at 01:36:37PM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
> 
> please consider these Renesas ARM based SoC boards cleanups for v3.12.
> 
> This pull-request is based on renesas-boards-for-v3.12,
> which I have previously sent a pull-request for.
> 
> I have separated these cleanups from those that I included
> in renesas-cleanup3-for-v3.12 as there are different dependencies
> involved and this approach seemed simpler somehow.
> 
> 
> The following changes since commit f79d68da510bf1b95beff4d556b78d06801f11dc:
> 
>   ARM: shmobile: ape6evm: add SDHI interfaces (2013-07-25 14:46:38 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards-cleanup-for-v3.12

Pulled, thanks. FWIW, this could have been baked into boards2.


-Olof
Simon Horman Aug. 18, 2013, 4:03 a.m. UTC | #2
On Wed, Aug 14, 2013 at 01:12:42AM -0700, Olof Johansson wrote:
> On Wed, Aug 07, 2013 at 01:36:37PM +0900, Simon Horman wrote:
> > Hi Olof, Hi Arnd,
> > 
> > please consider these Renesas ARM based SoC boards cleanups for v3.12.
> > 
> > This pull-request is based on renesas-boards-for-v3.12,
> > which I have previously sent a pull-request for.
> > 
> > I have separated these cleanups from those that I included
> > in renesas-cleanup3-for-v3.12 as there are different dependencies
> > involved and this approach seemed simpler somehow.
> > 
> > 
> > The following changes since commit f79d68da510bf1b95beff4d556b78d06801f11dc:
> > 
> >   ARM: shmobile: ape6evm: add SDHI interfaces (2013-07-25 14:46:38 +0900)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-boards-cleanup-for-v3.12
> 
> Pulled, thanks. FWIW, this could have been baked into boards2.

Thanks. To be honest I am rather unclear on when something should go in a
cleanup branch and when it shouldn't.