All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: bcm281xx: Consolidate code
@ 2014-02-25 22:17 ` Markus Mayer
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Mayer @ 2014-02-25 22:17 UTC (permalink / raw)
  To: linux-arm-kernel

This series contains some code consolidation for the Broadcom BCM281xx
family of SoCs.

- Move kona_l2_cache_init() so other platforms can reuse it
- Consolidate reboot code and move it to the board specific file
- Sort header files in board file alphabetically
- Rename the board_init() function to be board specific

Markus Mayer (4):
  ARM: bcm281xx: Move kona_l2_cache_init() so it can be shared
  ARM: bcm281xx: Consolidate reboot code
  ARM: bcm281xx: Re-order hearder files
  ARM: bcm281xx: Rename board_init() function

 arch/arm/mach-bcm/board_bcm281xx.c |   74 ++++++++++++++++++------------------
 arch/arm/mach-bcm/kona.c           |   64 ++++++++++---------------------
 arch/arm/mach-bcm/kona.h           |    7 +---
 3 files changed, 59 insertions(+), 86 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-03-06  8:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25 22:17 [PATCH 0/4] ARM: bcm281xx: Consolidate code Markus Mayer
2014-02-25 22:17 ` Markus Mayer
2014-02-25 22:17 ` [PATCH 1/4] ARM: bcm281xx: Move kona_l2_cache_init() so it can be shared Markus Mayer
2014-02-25 22:17   ` Markus Mayer
2014-02-25 22:17 ` [PATCH 2/4] ARM: bcm281xx: Consolidate reboot code Markus Mayer
2014-02-25 22:17   ` Markus Mayer
2014-02-25 22:17 ` [PATCH 3/4] ARM: bcm281xx: Re-order hearder files Markus Mayer
2014-02-25 22:17   ` Markus Mayer
2014-02-25 22:17 ` [PATCH 4/4] ARM: bcm281xx: Rename board_init() function Markus Mayer
2014-02-25 22:17   ` Markus Mayer
2014-03-06  8:55 ` [PATCH 0/4] ARM: bcm281xx: Consolidate code Matt Porter
2014-03-06  8:55   ` Matt Porter

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.