All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: mvebu: minor improvements
@ 2013-12-23  8:48 Thomas Petazzoni
  2013-12-23  8:48 ` [PATCH 1/3] ARM: mvebu: move ARMADA_XP_MAX_CPUS to armada-370-xp.h Thomas Petazzoni
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2013-12-23  8:48 UTC (permalink / raw)
  To: linux-arm-kernel

Jason, Gregory, Sebastian, Andrew,

Here are three patches making minor improvements to the mvebu code
base.

 * The first one moves an 370/XP specific declaration to
   armada-370-xp.h, in preparation for the future addition of the
   support for other SOCs in mach-mvebu/. It should go to mvebu/soc.

 * The second one fixes the length of the registers of the Armada XP
   PMSU. It should go to mvebu/dt. There is no need to push this as a
   fix, as it *reduces* the length of the register area, so it is
   really only a cosmetic improvement.

 * The third one makes a function static. It should to to mvebu/soc.

Thanks!

Thomas

Thomas Petazzoni (3):
  ARM: mvebu: move ARMADA_XP_MAX_CPUS to armada-370-xp.h
  ARM: mvebu: fix register length for Armada XP PMSU
  ARM: mvebu: make armada_370_xp_pmsu_init() static

 arch/arm/boot/dts/armada-xp.dtsi    | 2 +-
 arch/arm/mach-mvebu/armada-370-xp.h | 2 ++
 arch/arm/mach-mvebu/common.h        | 3 ---
 arch/arm/mach-mvebu/pmsu.c          | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-12-25  1:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23  8:48 [PATCH 0/3] ARM: mvebu: minor improvements Thomas Petazzoni
2013-12-23  8:48 ` [PATCH 1/3] ARM: mvebu: move ARMADA_XP_MAX_CPUS to armada-370-xp.h Thomas Petazzoni
2013-12-23  8:52   ` Gregory CLEMENT
2013-12-25  1:51   ` Jason Cooper
2013-12-23  8:48 ` [PATCH 2/3] ARM: mvebu: fix register length for Armada XP PMSU Thomas Petazzoni
2013-12-23  8:52   ` Gregory CLEMENT
2013-12-25  1:58   ` Jason Cooper
2013-12-23  8:48 ` [PATCH 3/3] ARM: mvebu: make armada_370_xp_pmsu_init() static Thomas Petazzoni
2013-12-23  8:53   ` Gregory CLEMENT
2013-12-25  1:47   ` Jason Cooper
2013-12-23 16:13 ` [PATCH 0/3] ARM: mvebu: minor improvements Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.