mbox

[GIT,PULL] ARM: mvebu: cleanup changes for v4.1

Message ID 54FDF7A4.4030401@free-electrons.com
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-cleanup-4.1

Message

Gregory CLEMENT March 9, 2015, 7:42 p.m. UTC
Hi,

Here is the first pull request for cleanup for mvebu for v4.1

Gregory

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-cleanup-4.1

for you to fetch changes up to bc2d7a58b9a48e4c1f35fadb30223ca87c59d50f:

  ARM: mvebu: add __initconst specifiers on DT_MACHINE_START dt_compat tables (2015-03-04 14:56:21 +0100)

----------------------------------------------------------------
mvebu clean-up changes for v4.1 (part #1)

- Constify the dt_compat table in DT_MACHINE_START

----------------------------------------------------------------
Thomas Petazzoni (1):
      ARM: mvebu: add __initconst specifiers on DT_MACHINE_START dt_compat tables

 arch/arm/mach-mvebu/board-v7.c | 6 +++---
 arch/arm/mach-mvebu/dove.c     | 2 +-
 arch/arm/mach-mvebu/kirkwood.c | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Arnd Bergmann March 11, 2015, 10:03 p.m. UTC | #1
On Monday 09 March 2015 20:42:28 Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for cleanup for mvebu for v4.1
> 
> Gregory
> 
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-cleanup-4.1
> 
> for you to fetch changes up to bc2d7a58b9a48e4c1f35fadb30223ca87c59d50f:
> 
>   ARM: mvebu: add __initconst specifiers on DT_MACHINE_START dt_compat tables (2015-03-04 14:56:21 +0100)
> 
> ----------------------------------------------------------------
> mvebu clean-up changes for v4.1 (part #1)
> 
> - Constify the dt_compat table in DT_MACHINE_START
> 

Pulled into next/cleanup, thanks!

	Arnd